home *** CD-ROM | disk | FTP | other *** search
/ Programming with VisualAge for Java / IBMVJAVA.ISO / vajwin / data1.cab / Ide / relnotes / idt.txt < prev    next >
Encoding:
Text File  |  1997-07-04  |  7.6 KB  |  212 lines

  1. ============================================================================
  2.      
  3.                           VisualAge for Java
  4.                              Version 1.0
  5.  
  6.                      Integrated Development Tools
  7.  
  8.                             Release Notes
  9.  
  10. ============================================================================
  11.  
  12. Table of Contents
  13.  
  14. 1.0 Web Browsers
  15.    1.1 Launching Web Browsers on Windows
  16.    1.2 Hot Java
  17.    1.3 Color limitation with Netscape OS/2
  18.  
  19. 2.0 Printing
  20.    2.1 Printing to network printers on OS/2
  21.     
  22. 3.0 Import SmartGuide
  23.  
  24. 4.0 Editions view missing icons on Workspace restart
  25.  
  26. 5.0 Menus
  27.    5.1 Scrapbook menus
  28.    5.2 Edit menus in other browsers
  29.  
  30. 6.0 File Path Length Limitations
  31.  
  32. 7.0 Matrox Millenium driver problem in Win95
  33.  
  34. 1.0 Web Browsers
  35.  
  36.  
  37. 1.1 Launching Web Browsers on Windows
  38.  
  39. Windows has two different types of file associations for web based
  40. documentation. The first type of association is for .htm and .html
  41. files launched locally (e.g. c:\index.htm) the second is for
  42. non-local files in URL format 
  43. (e.g. http://www.software.ibm.com/ad/vajava) and is called 
  44. "URL - Hypertext Transfer Protocol".  VisualAge for Java uses the
  45. first association for most Help menu items, and the second one for
  46. the Help->Support menu item.  Typically when a web browser is
  47. installed it configures both of these associations automatically. 
  48.  
  49. If a VisualAge for Java Help menu option fails to open a web browser
  50. it means your associations are not properly configured.  To determine
  51. if the associations in Windows are properly setup, go to the Windows Start
  52. menu and choose Run. Type in the name of an .htm file or a URL (e.g.
  53. 'http://www.software.ibm.com/ad/vajava'). In both cases, a web
  54. browser should open. If a web browser fails to open it means your
  55. associations are not properly configured.
  56.  
  57. In the event the web browser does not open you can either reinstall
  58. the web browser, manually configure your Windows associations or in
  59. VisualAge for Java go to the Help page of Workspace->Options and
  60. specify 'launch web browser by path' instead of 'by association'.
  61.  
  62.  
  63. 1.2 HotJava
  64.  
  65. On Windows, VisualAge for Java will not launch the HotJava browser
  66. for viewing Help unless the HotJava browser is registered for the
  67. associations discussed above.
  68.  
  69. 1.3 Color limitation with Netscape OS/2
  70.     On OS/2 Warp 4 in 256 color mode when running Netscape 2.2 
  71.     simultaneously with the VisualAge IDE, the IDE is unable to get all 
  72.     the colors needed to draw widgets and graphics.
  73.  
  74.     Possible workarounds: 
  75.         1) Disable palette awareness in Netscape.  (i.e. Unchecking the 
  76.            palette aware option on the General Preferences Color page.)
  77.         2) Use 16-bit color mode.
  78.  
  79.  
  80.  
  81. 2.0 Printing
  82.  
  83. Some printer drivers provide incorrect information about the size of
  84. the fonts used in the driver.  Others have problems scaling images or
  85. drawing lines properly.  These problems are most commonly found in
  86. PCL printer drivers.
  87.  
  88. Printer driver problems can cause some of the following symptoms
  89. in VisualAge for Java:
  90.     - text runs off the right margin of a page
  91.     - text extends outside of its rectangle in the class graph
  92.     - class graph icons are positioned improperly
  93.     - unexpected lines are drawn in class graphs
  94.  
  95. This problem can often be solved by ensuring that you have the latest
  96. print driver available for your particular printer.  If your printer
  97. supports PCL and Postscript, try the Postscript version of the
  98. driver.  It is usually more accurate.
  99.  
  100. The following drivers have exhibited these kinds of problems:
  101.     IBM Network Printer 17 PCL - OS/2 <older versions>
  102.     IBM Network Printer PCL Driver 1.14 - Windows 95
  103.  
  104. 2.1 Printing to network printers on OS/2
  105.  
  106. There is a problem printing to network printers in OS/2. 
  107. Printing to a network printer in OS/2 may result in a 
  108. GP Fault (SYS 3171). This problem can occur when printing 
  109. to any shared network printer in both LAN Server and Novell
  110. network environments. 
  111.  
  112. Note: Printing to a local printer (LPT1,2,3) works correctly.
  113.  
  114. The following alternatives can be used if you encounter the problem.  
  115.  
  116. - Use a local printer if possible.  
  117. Novell Netware has a capture utility that will redirect output sent to 
  118. the printer ports (LPT1,2,3) to a network printer. Printing to a redirected
  119. LPT port is equivalent to using a local printer and does not exhibit the
  120. problem.
  121.  
  122. - Print to a file, and then use drag and drop to place the file onto the
  123. printer queue on the desktop. This will print the file on the network.
  124.  
  125.  
  126. 3.0 Import SmartGuide
  127.  
  128. For an overview of the Import options, see the section on
  129. Importing files from the file system in the product documentation.
  130.  
  131.  
  132. 3.1 Import Entire Directory option
  133.  
  134. When importing using the "Entire Directory" option, the Import SmartGuide
  135. considers the directory selected as the root of the project.  You should
  136. not select a subdirectory of a package hierarchy as the root, otherwise
  137. the resources may be copied incorrectly.  For example, if you were to
  138. "Publish" the "IBM Java Examples", you end up with a directory structure
  139. such as
  140.  
  141.     \COM\ibm\ivj\examples\awttextframework
  142.     \COM\ibm\ivj\examples\awttestlauncher
  143.     \COM\ibm\ivj\examples\awttests
  144.     etc.
  145.  
  146. If you were to import "Entire Directory" from one of these subdirectories,
  147. the resources would not be copied correctly.  The images in awttests
  148. would most likely be copied to the root or into a subdirectory named
  149. awttests off of the project_resources\PROJECT_NAME\ directory.  The
  150. examples provided would not know where to find the images.
  151.  
  152.  
  153. 4.0 Editions view missing icons on workspace restart
  154.  
  155. Saving your Workspace with an editions pane showing the graph view
  156. and then subsequently restarting the image and switching to the list
  157. view will result in some icons not being properly displayed.  Other
  158. than the missing icons there are no other side effects. Closing and
  159. reopening the browser will correct the problem.
  160.  
  161.  
  162. 5.0 Menus
  163.  
  164.  
  165. 5.1 Scrapbook menus
  166.  
  167. Under some circumstances switching between a busy page and a non busy
  168. page and subsequently returning back to the busy page may cause the
  169. pull-down Edit menu for the busy page to be incorrect. Using this
  170. incorrect Edit menu may cause an internal exception. If this occurs
  171. it is recommended you close and reopen the scrapbook.
  172.  
  173.  
  174. 5.2 Edit menus in other browsers
  175.  
  176. To ensure the Edit pull-down menu is up to date, be sure
  177. to click in the text area for the current page. Under some
  178. circumstances failing to click in the text area may cause
  179. the Edit menu to apply to a different page of the browser.
  180. Alternatively, you can use the pop-up menu which is correct.
  181.  
  182.  
  183. 6.0 File Path Length Limitations
  184.  
  185. The is a known problem that limits the ability of the IDE to work with
  186. file path lengths of only 128 characters or less.  Paths longer than
  187. 128 characters will cause problems accessing resource files under
  188. the project_resources directory, and will interfere with importing,
  189. exporting, and publishing java projects.
  190.  
  191.  
  192. 7.0 Matrox Millenium driver problem in Win95
  193.  
  194. There is a driver problem with the Matrox Millenium video card 
  195. operating in Windows95. After some scrolling up and down while 
  196. using the graph view for the class hierarchy, the bottom lines 
  197. of rectangles start to disappear. Also, sometimes horizontal 
  198. lines overstrike the text. This problem does not occur when 
  199. scrolling left or right.
  200.  
  201. The problem was identified while using the following video 
  202. hardware/driver setup.
  203.  
  204. Matrox Millennium
  205. Version 4.03.00.3500
  206. VDD Version 4.03.00.3500
  207. DirectDraw Driver Version 4.03.00.3500
  208.  
  209. Currently, there is no known solution to this problem.
  210.  
  211.  
  212.