"Borszczuk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dude, learn some basics on netiquette first, ok? > Would not be surprised to learn most subscribers > got you in their KF.
Where does basic netiquette come into this? There was nothing wrong with cathy's post at all. This was the first post of this type, and since there are dupes with the same timestamp I would assume that there was a problem with the news server or transmission. I don't know what a KF is, but what I ever it is your probably wrong. Now, to provide an actual response to the original question: > When I launch Messaging application from treo650 home > screen, I am getting sysNotifyAppLaunchingEvent, But > when I launch messaging application(by selecting > compose) from Contacts, I am NOT getting any events. You are not receiving any events because the Contacts app is not sending the sysAppLaunchCmdNormalLaunch launch code. According to the PalmDev docs: "sysNotifyAppLaunchingEvent The sysNotifyAppLaunchingEvent is broadcast before an application is launched with sysAppLaunchCmdNormalLaunch." My guess is the Contacts app sends its own type of event, like a sysAppLaunchCmdGoToURL or similar. So technically the applications is not getting "launched" (it is launched), but not fully started to the state where it has main control over the system, use of globals. -Donald -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
