> On 30 Nov. 2016, at 8:38 am, Dr. Hawkins <doch...@gmail.com> wrote:
> 
> It took a couple of wasted hours to find this . . .
> 
> LC has, all of a sudden, started using my library stack when opening the
> script editor.
> 
> So my openField handler, for example, gets called.

The IDE and your stack are running in the same engine so if you add a handler 
for a message sent to an IDE stack but unhandled or passed to a library or 
backScript then it will get it. Having said that I think the IDE should 
probably have an event trapper backScript we apply to all the stacks so that 
they don’t pass through to user stacks lower in the message path so please open 
a report about this.

Cheers

Monte
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to