hi
i'm building Java application under LWUIT the have a screen that contain many component so i need to add a scroll bar (scroll label), i have tried the form.setScrollableY(true); but it didn't work,
can any one help me
thx and regards
hi
i'm building Java application under LWUIT the have a screen that contain many component so i need to add a scroll bar (scroll label), i have tried the form.setScrollableY(true); but it didn't work,
can any one help me
thx and regards
How this sounds to you?
LWUIT Part III: ScrollBar
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
i have tryed this but i didn;t know how to make it
i wand a simple one just like in the examples (the M3DD ComponentMIDlet)
not a complicated one
there an complete example like the one in the link???
thx and regards
i'm building we midlet based on lwuit (i'm new to lwuit so i don't know if there is new method to make mobile application with lwuit without midlet)
my problem: the scroollbar dosn't appear and no scrolling in the application, i have tested it on the nokia phone, nokia emulators, an java emulator,
and here my code used for the scrollbar:
Dimension d= new Dimension(30,f.getContentPane().getPreferredH());
f2.setScrollSize(d);
f2.setScrollableY(true);
f2.setIsScrollVisible(true);
note: if the scrollableX is working very fine when activate it (f2.setScrollableX(true);
any solution ?????
See this pimp effect in the scrollbar..
http://lwuit.blogspot.com/search/lab...ffect%20Scroll
best regards,