Hi Friends,
I have been trying to figure out if J2ME javax.microedition.lcdui.Form allows for horizontal scrolling.
When form items are added to this form, and they exceed the form area, the vertical scrollbar appears automatically. This is not the case however when an ImageItem wider than the form is placed onto it. That is, if say the form on a Nokia mobile with a screen of 125x100 takes precisely those dimensions, and an ImageItem of 200x200 is placed on it. Vertical scrolling appears automatically, but not the horizontal.
I tried with resizing the image using the code snippet attached in this url.
Image zooming.
However the reduced size of the image makes it very hazy and unusuable thu si had to discard this option.
Now I desperately need to find a way to get the horizantal scroll work.
I know it can be done using Canvas class , but then my entire code will also change so please help me out with its implementation in a Form.
Thanks,