realbasic-nug
[Top] [All Lists]

Re: Sending AppleEvents with the 'Don't Execute' flag [Feedback ID: 'rb

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Sending AppleEvents with the 'Don't Execute' flag [Feedback ID: 'rbzeebzw']
From: Thomas Reed <thomasareed at earthlink dot net>
Date: Sun, 30 Mar 2003 21:50:28 -0600
The only way I know of to do this now is adding the 'kDontExecute' flag to the 'sendMode' parameter of the 'SendAE' (?) method in CarbonLib, but I am not sure how to do this.

You're right, I think calling AESend directly is the only way to do it. Of course, that's likely to be rather complicated, so you may want to reconsider trying this. Either go ahead and execute the events or, if that's not possible, set some global property somewhere to indicate what event should not be executed. Then just don't execute that event when it's received. You'll probably want to implement this as some kind of array, so that you can have multiple events blocked at once.
--

-Thomas

Personal web page:                 http://home.earthlink.net/~thomasareed/
My shareware:            http://home.earthlink.net/~thomasareed/shareware/
REALbasic page:          http://home.earthlink.net/~thomasareed/realbasic/
Pixel Pen web pub. guide: http://home.earthlink.net/~thomasareed/pixelpen/

How long a minute is depends on which side of the bathroom door you're on.

---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>

Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>

Subscribe to the digest: <mailto:realbasic-nug-digest at lists dot realsoftware dot com>
.


<Prev in Thread] Current Thread [Next in Thread>