Hi, I'm facing problems with this notification as well. When enabled, this notification is sent correctly to my application whenever another application is launched but when my own application is launched (which in this case is ignored), it crashes.

It seems to me that this notification works for devices with Palm OS > 5.0 only. I say this because it crashes the Tungsten T simulator from PalmOne (and also on a real Tungsten T device) but works perfectly on the Tungsten T3 simulator from PalmOne.

Does anyone have any advice for me regarding this matter? Thanks

Regards,
York Kie



I don't think so since I am using
SysNotifyAppLaunchOrQuitType which is supplied by the
notify event.

Mike

--- Miron Ophir <[EMAIL PROTECTED]> wrote:
Maybe dbType and dbCreator are globals which are not
available for this
launch code?

--
Regards,
Miron.


======================================================================
Eng. Miron Ophir,
The MobiMate Team
E-Mail:   [EMAIL PROTECTED]
Home Page:  www.mobimate.com
ICQ:                6785948

======================================================================

To reply to this message, remove underscore from email address. "Mike McCollister" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > Sorry if you got this twice, there is something goofy > going on with the list server and me. > > I am trying to get McPhling to work with OS 5. The > last major piece that I have to figure out is how to > convert the trapping of SysAppLaunch into the event > sysNotifyAppLaunchingEvent. Well, I have registered > for sysNotifyAppLaunchingEvent and the first thing > that I do when I get this notification is this: > > UInt16 cardNo = ((SysNotifyAppLaunchOrQuitType > *)(((SysNotifyParamType > *)cmdPBP)->notifyDetailsP))->cardNo; > UInt16 dbID = ((SysNotifyAppLaunchOrQuitType > *)(((SysNotifyParamType > *)cmdPBP)->notifyDetailsP))->dbID; > DmDatabaseInfo(cardNo, dbID, NULL, NULL, NULL, > NULL, NULL, NULL, NULL, NULL, > NULL, &dbType, &dbCreator); > > It crashes the Palm OS 5 Simulator (release 12). > > Any ideas how to get past this or what the problem is? > > Also, I really need to have the parameters that the > application that is being launched is getting. For > example, I need to have cmd, cmdPBP and launchFlags. > I use cmd to see if an application is being launched > from a card (sysAppLaunchCmdCardLaunch). Is this > information available somewhere or am I dead in the > water. If I don't have this, McPhling will not exist > in OS 5 :(. > > Any help or insight will be greatly appreciated. > > Regards, > > Mike McCollister > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > >



--
For information on using the Palm Developer Forums,
or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


_________________________________________________________________
Using a handphone prepaid card? Reload your credit online! http://www.msn.com.my/reloadredir/default.asp



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to