PalmOS 4.0 and SMS API's

2001-06-26 Thread Darren Lee Ang
I want to experiment with the PalmOS 4.0 SMS capabilities. I was wondering if the emulator can fake the support of receiving/sending SMS messages. If so, where can I find docs on how to do this, or can someone give me some pointers. Thanks. -- For information on using the Palm Developer For

Problems with SysUIAppSwitch/SysAppLaunch, help?

2001-02-14 Thread Darren Lee Ang
When I call SysUIAppSwitch or SysAppLaunch, they return with an err of 0, so I'm assuming everything is technically hunkydory. However, I then get the following error: PalmVII: "Can't launch record database" "Could not launch application" PalmV 3.1: "Could not launch application" I'm

Re: Help me understand why the 3.5 Debug ROMS fail on certain sets of calls Code.

2001-01-18 Thread Darren Lee Ang
; } else if ( eventP->eType == frmOpenEvent ) { /* DOES NOT WORK rc.topLeft.x = rc.topLeft.y = 15; rc.extent.x = rc.extent.y = 25; WinDrawRectangleFrame(rectangleFrame, &rc); */ } return false; } - Darren Lee Ang -- For information on using the Palm Developer Forums, or t

Help me understand why the 3.5 Debug ROMS fail on certain sets of calls

2001-01-18 Thread Darren Lee Ang
all WinSet... before it. What's happening? Can I safely ignore the FrmEraseForm message? thanks. - Darren Lee Ang -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Speeding up the redraw on a Colour display.

2001-01-02 Thread Darren Lee Ang
g controls have the same perceived slowness on the Prism? I have not tried it yet on the colour Palm. Does it have the same problems? Thanks. -- Darren Lee Ang -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Localization question

2000-12-20 Thread Darren Lee Ang
m PalmOS, other than the generic, make sure you're strings are in resources, leave space in the UI, etc. What about the tools? I'm new to the PalmOS dev environment (coming from the MS supported Windows env), so would someone be kind enough to point me in the right direction(s)? Thanks