Author
Horizontal Scroll Bar on J2ME ?
Joao Pedro Resende
Greenhorn
Joined: Jan 25, 2006
Posts: 6
Hello again Does anyone know if there's any way to add a horizontal scrollbar in J2ME?? Thank you
Roy Ben Ami
Ranch Hand
Joined: Jan 13, 2002
Posts: 732
Hi. There is no way to add it to a Form. The only way to have horizontal scrolling (with/without the bar) is to create it yourself using the Canvas UI. I found a nice example of doing just that in the following link: here If the link above doesn't work for you then type this in Google: Java Programming: J2ME - Midlet Form - Horizontal Scrolling Click on th Cache of the first link and you can see the solution [ January 25, 2006: Message edited by: Roy Ben Ami ]
Joao Pedro Resende
Greenhorn
Joined: Jan 25, 2006
Posts: 6
The link worked, but I need to subscribe with credit card to view the solution And I don't even have a credit card valid for USA :/ Thanks a lot anyway
Roy Ben Ami
Ranch Hand
Joined: Jan 13, 2002
Posts: 732
Try the second method. Paste that string i wrote in google and press the Cache link. Google caches all the pages on the web and it appears that the cache page has the solutions in it. Tell me if it worked for you...
Joao Pedro Resende
Greenhorn
Joined: Jan 25, 2006
Posts: 6
Didn't work Maybe you could copy/paste? Thanks for the help so far Roy !
Joao Pedro Resende
Greenhorn
Joined: Jan 25, 2006
Posts: 6
Oh ! Nevermind, found the link. I will post it here in case someone else needs: Discussion about Horizontal Scrolling in J2ME (solutions provided too!) Thanks for all the help!
Dark Side
Greenhorn
Joined: May 16, 2006
Posts: 1
Can you please post the solution? Thanks,
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 17243
posted May 16, 2006 15:00:00
0
"Dark Side" Please click on the My Profile link above and change your display name to match the JavaRanch Naming Policy of using your real first and real last names. Thanks Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
subject: Horizontal Scroll Bar on J2ME ?