I can't catch the sysAppLaunchCmdNotify. Is it the OS bugs?

2008-05-29 Thread Charles Woo
Hi, I have tried to catch the Launch Code "sysAppLaunchCmdNotify" but it seems can't work. switch (cmd) { case sysAppLaunchCmdNotify: // NO Respond, any idea??? SndPlaySystemSound(sndStartUp); break; } case sysAppLaunchCmdSyncNotify: // It sounds after HotSync

Re: I can't catch the sysAppLaunchCmdNotify. Is it the OS bugs?

2008-05-29 Thread Charles Woo
(cmd == sysAppLaunchCmdSystemReset ) // register the sysNotifyResetFinishedEvent event else if ( cmd == sysAppLaunchCmdNotify) // PlaySound here Any help, pls ? Charles Bob Ebert <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > At 1:45 PM +0200 07/12/00, Charles Woo wrote: > &g

Re: I can't catch the sysAppLaunchCmdNotify. Is it the OS bugs?

2008-05-29 Thread Charles Woo
I use Visor (Palm Os 3.1) for testing. Can you give me some idea on it? Thks Charles Jon Baer <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What errors are you getting? Anything like object not in form or no event handler? > > - Jon > > Charles W

Does OS3.1 support sysNotifyResetFinishedEvent?

2008-05-29 Thread Charles Woo
Thks -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

TrapAddress problem.

2008-05-29 Thread Charles Woo
All, Recently, I have a project that need to trap address of the "application" silkscreen button so that it launches my app when users tap the "application" button. So, I try the SysSetTrapAddress function but I don't know which trapNum is suitable. I have tried sysTrapSysAppLauncherDialog, sysTr

What is the different % launchChr & appStopEvent?

2008-05-29 Thread Charles Woo
Hi, What is the different % the following routines? It seems that both of them also make the application quit. Routine 1: newEvent.eType = keyDownEvent; newEvent.data.keyDown.chr = launchChr; newEvent.data.keyDown.modifiers = commandKeyMask; EvtAddEventToQueue(&newEvent);

What is the different % launchChr & appStopEvent?

2000-07-26 Thread Charles Woo
Hi, What is the different % the following routines? It seems that both of them also make the application quit. Routine 1: newEvent.eType = keyDownEvent; newEvent.data.keyDown.chr = launchChr; newEvent.data.keyDown.modifiers = commandKeyMask; EvtAddEventToQueue(&newEvent);

TrapAddress problem.

2000-07-17 Thread Charles Woo
All, Recently, I have a project that need to trap address of the "application" silkscreen button so that it launches my app when users tap the "application" button. So, I try the SysSetTrapAddress function but I don't know which trapNum is suitable. I have tried sysTrapSysAppLauncherDialog, sysT

Does OS3.1 support sysNotifyResetFinishedEvent?

2000-07-14 Thread Charles Woo
Thks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: I can't catch the sysAppLaunchCmdNotify. Is it the OS bugs?

2000-07-12 Thread Charles Woo
otify. I use Visor (Palm Os 3.1) for testing. Can you give me some idea on it? Thks Charles Jon Baer <[EMAIL PROTECTED]> wrote in message news:17197@palm-dev-forum... > > What errors are you getting? Anything like object not in form or no event handler? > > - Jon > > Char

Re: I can't catch the sysAppLaunchCmdNotify. Is it the OS bugs?

2000-07-12 Thread Charles Woo
(cmd == sysAppLaunchCmdSystemReset ) // register the sysNotifyResetFinishedEvent event else if ( cmd == sysAppLaunchCmdNotify) // PlaySound here Any help, pls ? Charles Bob Ebert <[EMAIL PROTECTED]> wrote in message news:17066@palm-dev-forum... > > At 1:45 PM +0200 07/12/00, Charles Woo wrote: &

I can't catch the sysAppLaunchCmdNotify. Is it the OS bugs?

2000-07-12 Thread Charles Woo
Hi, I have tried to catch the Launch Code "sysAppLaunchCmdNotify" but it seems can't work. switch (cmd) { case sysAppLaunchCmdNotify: // NO Respond, any idea??? SndPlaySystemSound(sndStartUp); break; } case sysAppLaunchCmdSyncNotify: // It sounds after HotSync

Draw Bitmap on OS3.5

2000-03-03 Thread Charles Woo
How can I draw an array to screen in OS 3.5? Is it use WinDrawBitmap/ WinPaintBitmap? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html