Here you see the current changes to support BlackBerry
Blackberry changes (Under development)
1. ??
2. changed the structure of waba.applet package classes. Now there is a main
Applet class and two derived classes:
DesktopApplet (runs SuperWaba applications on desktop through a Java applet) and
BBApplet (runs SuperWaba applications on BlackBerry devices). The new
Applet class should not be used directly but in order to keep the compatibility all calls to Applet.main will be forwarded to DesktopApplet.main.
3. fixed bugs in
Graphics when the global colors (foreColor and backColor) were permanent replaced by other colors passed as parameters of some drawing procedures.
4. added the
/d (dummy) option on
Warp. When used, Warp ignores all dependencies checking and do not exclude any files.
5. added the
/bb option on
Exegen. When used, Exegen also generates a .cod file to be used with BlackBerry devices. It's important to say that
.cod files are independent, i.e., they do not need to be deployed together with the .pdb file.
6. added the method
String getStatus() to both Socket and SerialPort classes. This method returns a string representation of the connection status according to the last error occurred (see javadoc for details).
--
BrunoSoares - 26 Jul 2007