> For days I have tried to suppress the confirmation > alert, which comes up after receiving a beamed > application/addresses/etc.
If you only want to prevent the "do you wanna accept" dialog from appearing in your own apps, you can handle sysAppLaunchCmdExgAskUser and set the result parameter to exgAskOk. But it sounds like you want to prevent this dialog from appearing for all apps... You could patch ExgDoDialog. The Exchange Manager calls this function for applications that don't handle sysAppLaunchCmdExgAskUser. Also, many applications handle this launch code and call ExgDoDialog themselves. However, some applications handle this launch code and put up their own dialog. You could patch SysAppLaunch as well to prevent the sysAppLaunchCmdExgAskUser launch. On Palm OS 4.0, this is somewhat simpler. You can patch ExgNotifyReceive and set the exgNoAsk flag. -- Danny @ Palm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
