sally brown

Greenhorn
+ Follow
since Apr 29, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sally brown

hello! i have a program that uses rms.that stores some patterns for the game.but when i beam the application to another pda i cannot access these when running the game in the second pda.then i beamed the pdb file also but the beamed application in the second pda does not see this. is there a way to beam an application with its database? thanks
21 years ago
it is not because of the code.i can see the output on the console when testing in the devices except the palm os emulator.
21 years ago
how can i see the output of System.out.println on the console window of j2me wtk?it is said that it is default but i can not see there.anybody who knows the reason?
21 years ago
how do you run a midlet in palm os emulator in sun one studio 4 update 1? it gives me the error "a descriptor must be specified for midp-palm" when i choose palm os device as default emulator and then run the program.thanks.
21 years ago
thanks pavlin mihalev!
yes i am implementing the game of life(john conway's) for palm.i found the PocketLife.prc on the internet.it works really good meaning it is fast.but i couldn't see the code.so i thought that it is the fault of my program.
besides palm applications is not my choice.it is my course project.so i have to
21 years ago
hello! i am implementing a game for pdas.but the game works too slow in the emulator.i think it's not the problem of the emulator but the code because other similar games work well.when i press the stop button the game stops after one or more generations.also i use thread.sleep(delay) to change the speed of the game but changing delay variable in the code does not make difference.i think i have a problem about threads but i can not find the mistake.Can you help please?Thanks
21 years ago
thanks a lot sorry of silly question but i am new to emulators
21 years ago
i use j2me in my code and i added 5 commands but i can only see 3 of them in the palm os emulator (3.5) screen.also the program does not give error about this.where are the other commands displayed?
21 years ago
hello, i am implementing a game for pdas running palm os.i use palm os emulator and j2me wtk. i want to send a screenshot of the game to another pda.how can i do this?
21 years ago