How the midlet functions

The midlets created by CellPix should run on all standard Java enabled phones with the exception of DoCoMo i-mode. CellPix always writes images to the Midlet JAR file in the PNG format. CellPix assumes the availability of two softbutton below the screen for interaction.

The midlet functions by the following rules:

Note that the "Info" button is available by default but can be set to be not available by going to the options dialog in the editor. If "Info" is turned off then the "Next" message replaces it, and the index is still available. The availability of the index can also be turned off in which case the 'Exit' option appears in the menu for each image.

Images that are larger than the screen

if an image is set to be larger than the screen size then in the Midp1.0 and Midp2.0 midlets it is possible to scroll the image by using the <2> key (down), <4> key (right), <6> key (left), the <8> key (up) and <5> key takes the image back to it's intial display position (which may be centered or anchored to the top left, depending on the option selected).