8
votes
9answers
644 views
Best IDE for Palm OS devices
Does anyone have experience with using a good quality IDE for Palm OS?
In particular I'm looking for the ability to compile small non-colour .prc files for roll out to older Palm …
3
votes
1answer
231 views
“Background” task in palm OS
I'm trying to create a Palm OS app to check a web site every X minutes or hours, and provide a notification when a piece of data is available. I know that this kind of thing can b …
2
votes
2answers
118 views
Multi-segmented PalmOS app/library in “background”
Hi,
the question I am having is: when running my app with a launch code other than sysAppLaunchCmdNormalLaunch, I can not use code outside the default code segment - but could I u …
2
votes
1answer
375 views
How do I detect “Easter Egg” mode in my Palm OS application?
Since the early days, Palm OS has had a special "easter egg" mode that's enabled by making the right gesture in one of the Preference panels. On current Palm Treo and Centro devic …
2
votes
2answers
85 views
Create a calendar event on Palm OS
I've been googling for a while now, and can't figure out how to create an event in the calendar on a newer Palm OS device. Any ideas on how to do this? I'm guessing that I'll be …
1
vote
3answers
69 views
NSBasic/Palm 4.4 Tutorial
Hello,
Someone can please post a link or a attachment to a very good tutorial of NSBasic 4.4, because i've came from the Handheld Basic and then i've thinked to use an other IDE, …
1
vote
2answers
144 views
Can I use the standard C library in a Palm OS application?
The published code for Palm OS applications doesn't include standard headers, but instead uses Palm OS APIs for things like StrCopy and MemMove. Can I use standard headers and fun …
1
vote
2answers
206 views
Palm/Garnet OS Icon format?
I have googled around and not seen any info. What format and icon color depths are used for applications?
1
vote
2answers
167 views
How can I segment my Palm OS 68K application?
If you have an 68K application written using CodeWarrior for Palm OS, how do you assign individual functions to different segments without manually moving files around in the segme …
1
vote
2answers
179 views
Can you link 68K code compiled with CodeWarrior for Palm OS with code compiled with PRC-Tools (GCC)?
I've got a Palm OS/Garnet 68K application that uses a third-party static library built with CodeWarrior. Can I rebuilt the application using PRC-Tools, the port of GCC for the Pal …
0
votes
2answers
80 views
Using system’s standard Edit menu in a Palm OS app
How can I use the standard Edit menu in my Palm OS application, instead of having to implement my own Cut/Copy/Paste/Keyboard handlers?
