Changing GUI while the program is running

2006-03-09 Thread behrouzb
Hi, I've created a Graphic Repeating Button in the Resource Editor and like to change its location while the program is running. I've looked in the manual but wasn't able to find anything. For example if the button has ID 2000, how can I change its location when the program's running? Thanks

Re: Changing GUI while the program is running

2006-03-09 Thread behrouzb
Hi, I'm adding the following line FrmSetObjectPosition(pForm, 2000, 10, 10); to redraw a button at a different position. The button Id is 2000 and I added this line in the MainFormHandleEvent function. But when I run this on the PDA I get an error saying Fatal Exception. Appreciate any help,

Hello World Template

2006-03-08 Thread behrouzb
Hi, I just created the simple template that displays Hello, World! and installed it on my PDA. Now, I'm trying to find in the project template where Hello, World! is actually located. There is no PilotMain file and I was NOT able to find the Hello World anywhere in the project Thanks

re: Hello World Template

2006-03-08 Thread behrouzb
There is actually a PilotMain function in AppMain.c, but I was still not able to find the Hello, World! instance! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Error: Unable to launch Target Environment :(

2006-02-27 Thread behrouzb
Hi, I am trying to run my program but get the following error: Launching (Error: Unable to launch Target Environment: Target is not responding (timed out)) I practically tried everything: 1.reinstalled Palm Os developer suite 2.disabled firewall 3.updated the suite 4.copied the netstat.exe into

re: Error: Unable to launch Target Environment :(

2006-02-27 Thread behrouzb
Also tried the same by using a 'hello world' template, but no luck -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

undefined reference to `PilotMain' build error

2006-02-26 Thread behrouzb
hi, I created a managed c project and added a main.c file, which only includes: #include stdio.h main(){ } But I get the following error: m68k-palmos-gcc -g -o ekg2 main.o /usr/m68k-palmos/lib/crt0.o(.text+0x64): In function `start': crt0.c:69: undefined reference to `PilotMain'

graphical user interface development

2006-02-26 Thread behrouzb
Hi, I needed a gui for my program. Codewarrior offers easy gui development but its not in my budget($400). Also the gui functions provided by the Palm Os development suite seem to be difficult to use (correct me if i'm wrong). What are the other options for developing gui? Any references will

No rule to make target ERROR

2006-02-25 Thread behrouzb
Hi, I am using Palm OS developer suite to make a Hello World program, but I get the following error: No rule to make target `clean'. Stop. All I did was create a standard C project and add a new file to it called main. Any help is really appreciated, Bruce -- For information on using the

No input files Error!!!

2006-02-25 Thread behrouzb
hi, I'm getting the following make problem. Tried searching the error in google but nothing comes up :( ...Linking... m68k-palmos-gcc -o Debug/ekg -g m68k-palmos-gcc: No input files make: *** [Debug/ekg] Error 1 thanks, Bruce -- For information on using the PalmSource Developer