Tagged Questions
The garnet-os tag has no wiki summary.
12
votes
10answers
2k views
Best IDE for Palm OS devices [closed]
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 III models (8MB).
4
votes
1answer
500 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 devices, this is turned ...
4
votes
1answer
294 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 be done on the new ...
3
votes
2answers
246 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 segment tab in the IDE?
2
votes
1answer
153 views
Palm OS 5.4 (Garnet) IR programming (Use CIR on IrDa port)
I would like to create an open source alternative to Palm OS programs like Noviiremote and Omniremote.
I need to access the IR port of my Tungsten E2 and use it to transmit remote control type ...
2
votes
2answers
137 views
Multi-segmented PalmOS app/library in “background”
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 use a shared library that ...
2
votes
1answer
266 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?
2
votes
2answers
111 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 creating a record in ...
2
votes
2answers
256 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 Palm OS platform and ...
1
vote
3answers
177 views
NSBasic/Palm 4.4 Tutorial
Can someone please recommend me a very good tutorial for NSBasic 4.4 (please post a link).
I've came from the Handheld Basic background, then I recently used another IDE from a friend which has a ...
1
vote
2answers
184 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 functions or do I need ...
0
votes
1answer
104 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?