Joao Pedro Resende

Greenhorn
+ Follow
since Jan 25, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Joao Pedro Resende

For those who don't know, AMS (Application Management Software) is an app used to download/install/update j2me applications to your Palm. It was created by IBM, and if you would like to know more about it you can read this article here.

AMS works nicely... except for one thing...

It is supposed to retain the records of your RMS when you use the update funcionality of AMS, but it's not working with me. AMS downloads and install my application correctly, but if I already had the app installed and use the update button, it completly wipes the RMS of my app.

Did anyone have this problema before? Anyone know what could be causing this ?

Thanks in advance!
17 years ago
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!
18 years ago
Didn't work

Maybe you could copy/paste?

Thanks for the help so far Roy !
18 years ago
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
18 years ago
Hello again

Does anyone know if there's any way to add a horizontal scrollbar in J2ME??

Thank you
18 years ago
Hello everyone,

I'm new to the forums. I'm a brazilian developer and I'm currently working on a software for PalmOS. Well, here's the deal, I need to show a table on the screen. I searched all brazilian forums and JavaRanch and the answer I got everywhere was: there's no such component in J2ME. And there really isnt but some people made some implementations using CustomItem (avaible only for midp 2.0 i think).

Actually I found two of these tables implemented with CustomItem. One I found inside the demo classes that comes along with WTK 2.2 (theres an example table in other versions of WTK too). And the other one I found on Netbeans 5.0 mobility pack RC1.

Both of them have those tables, the one in Neatbeans in more complex but none of them had something that I really need in this table. Besides showing info on the columns I need the elements of a colum to be a link (or button if you like) to detail the info of that row.

I've been seaching but couldnt find such a thing. I'm thinking about refactoring the classes I found on Netbeans but that will take more time than I actually have avaiable.

So here it is, does anyone know any implementation of Table for j2me that I can add buttons/links ???

Thanks in advance for any help I can get on this issue.
18 years ago