Changes in SuperWaba 4.2 1. fixed problem of defining static colors. 2. fixed problem on inverted colors on jpeg/gif/png at wince/win32 3. fixed problem in drawText when dealing with enter characters 4. added David Haysmith changes to let you specify to the applet the creator id of the application 5. added Andrew's constructor to let specify the gap/insidegap in MessageBox 6. added a new option to Warp, to allow the .txt files be included into warp. Some guys were having problem with this new feature. 7. fixed a problem when a Keyboard was called by a window that had the saveBehindWhenPopup = 2 (as if it were called from MainWindow.onStart). The Keyboard was saving behind, leading to "read from an unallocated chunk of memory" bug. 8. deprecated SHA1.finalize, use flush instead. 9. fixed memory leak in WinCE.DestroyOffscreenWindow. Thanks to Wolfgang Planer. 10. added support for 480 res devices. 11. now the dataPath defined in waba.applet.Applet is moved to waba.sys.Settings, and it will be used in the win32 vm to specify where to read/write pdb files. In other words, it now works in Win32 desktop and when being ran with java.exe in desktop. 12. removed final from waba.util.Vector and IntVector. 13. fixed Graphics.drawRow when loading big images in the Zire 71 . added Javier Melgosa changes to build.xml to let warp use directories with spaces 14. moved scaleImage from Graphics.c to nm_graphics.c. Now it uses the underlying OS scale algorithm (except for Palm 2_3_4). . removed dithering code from Graphics.c. if you need it, get from older versions on sourceforge. 15. optimized 8bpp image loading in color devices. wince: 80x improvement. Palm OS: Tungsten T: 10x, Zire71: 130x, IIIc: 3x (times improved) 16. fixed waba.io.File problems when running in some Palm OS 5 devices. 17. commented out 220_50 to avoid problems when a control is positioned in a place exactly in the limit of the paren't bounds using PREFERRED (problems in scrollable containers) 18. added Vm.ERASE_CONSOLE, which can be used with Vm.debug to delete the memo/txt output file. Use Vm.debug(Vm.ERASE_CONSOLE). See javadocs for details. 19. added new option to Exegen: /M, to Minimize the window in Pocket PC instead of closing it (the Ok button turns into the x button). 20. fixed problem in Window.bringPixels when popping up a MessageBox in the app's constructor 21. fixed round corner borders on Palm OS. 22. Thanks to Henri Spagnolo, fixed cab file installation in HPC2000 and HPC211 devices. 23. removed Edit.canMoveVirtualKeyboard. Fixed the problem related with Transcriber in some wince devices. 24. fixed cursor color in zire21 . fixed small icon in wince devices. 25. putted back the pixel-by-pixel drawText version on win32 because MaskBlt does not exists on win 98. Now it tests if is win98, and use this slow version. 26. added a useBackground method to GameEngineMainWindow to display a background on each frame display. 27. fixed Game API TextRenderer's zero padding value display.