Arvind,
Thank you for responding.  What I am interested in supressing is the window
that automatically pops up when the IR port is activated by an outside
source like another palm.  Basically I want to shut off the acceptance
completely, like putting tape over the IR port.  It sounds like your advice
was for the other way around.

Thanks,
Rick

-----Original Message-----
From: Arvind Aprameya. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 11:59 AM
To: Palm Developer Forum
Subject: RE: Shutting Off IR Beaming


Hi Rick,

In Palm OS 3.5 and higher the pop-up list is only
displayed if you handle the launch code and call ExgDoDialog
directly.

The application can respond to this launch code by setting the
result field in the parameter block to the appropriate value. If it
wants to allow the exchange manager to display a dialog, it should
leave the result field set to exgAskDialog (the default value).
 
To disable display of the dialog and to automatically accept the
incoming data (as if the user had pressed OK in the dialog), set the
result field to exgAskOk. To disable display of the dialog and to
automatically reject the incoming data (as if the user had pressed
Cancel in the dialog), set the result field to exgAskCancel. In the
later case, the data is discarded and no further action is taken by the
exchange manager.

Hope This helps

Thanks
Arvind
Developers' Nation
You've got the questions; we've got the answers.
Visit Us At :http://www.devnation.net for Palm Developer Support

-----Original Message-----
From: Rick Gadbois [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 8:26 PM
To: Palm Developer Forum
Subject: Shutting Off IR Beaming


How do you programatically shut off IR beaming?
...so that while your program is running, it can't be interupted.
(not using pref's panel....)

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

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

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

Reply via email to