Changes in SuperWaba 3.41 2. now a string can have up to 65535 chars. Fixed DataStream.readString to use unsignedShorts instead of shorts. . i forgot to mount the XML global library! Now it is located under XPlatUtilXML.pdb 3. changed SpinList to erase its background and also use the back and fore colors. 4. added DataStream.readChars and writeChars 5. added class heap information in memory dump 6. Now Palm OS 5 devices also uses storage heap for memory allocation. Unfortunately, PalmOS5 devices had only 512kb of free memory, which isnt enough for most programs. 7. fixed bug in Window._doPaint where the copyScreen was copying to the wrong y location. 8. fixed bug in the drawBitmap routine when a MB was moved over the screen widths. 9. fixed problem with char for MultiEdit 10. fixed problem in MultiEdit 10: when clicking on a row greater than the current number of lines. 11. fixed Date.equals and Time.equals. Changed the method signature to match (Object) instead of (Date). Also now using getDateInt for faster comparision. 12. added Frank Diebolt code to fix invalid bitmaps when creating icons in Exegen. 13. added Rogerio's code to implement some enhancements in the ProgressBar 14. fixed a bug in ExeFile that it was never finishing the creation of cab files . fixed javadocs for Image.setTransparentColor. Deprecated the methods and made the attribute public. Changed Button class to reflect this. Removed all references for setTransparentColor in the Game package. 15. new method Graphics.copyImageRect to be used in game.Animation class. Also fixed another clipping problem 16. added Frank Diebolt changes to Game api to reduce memory consume and improve performance. Lots of methods were deprecated and will be removed in next version. . added Greg Wilkins changes to superwaba.ext.xplat.util.xml classes. Some class names had changed. 17. added a check in Warp to not allow classes that ends with 4xxx. This is reserved to SW internal use. . new superwaba/ext/jarclassjava.bat to create a jar to import into eclipse (or any other ide) containing all .class and .java files under superwaba.ext package.