Tagged Questions
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 ...
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 ...
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?