Message watcher and selectionChanged

J. Landman Gay jacque at hyperactivesw.com
Mon Jul 6 12:47:31 EDT 2020


By the way, I'd keep mouseMove in the blocked messages or else the whole 
window will fill up and bump the stuff you do want to see off the top.

--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On July 6, 2020 11:21:40 AM "J. Landman Gay via use-livecode" 
<use-livecode at lists.runrev.com> wrote:

> There's a button at the lower right of the window that allows you to select
> which messages are suppressed. The default is to suppress unused messages
> but you can change that. IDE messages aren't shown by default either and
> you can add your own if you want.
>
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On July 6, 2020 8:34:17 AM Alex Tweedly via use-livecode
> <use-livecode at lists.runrev.com> wrote:
>
>> I was using the Message Watcher in the IDE to check on which messages
>> were sent in different cases, and noticed that:
>>
>> 'selectionChanged' was not being reported when I changed the selection
>> or insertion point within a field.
>>
>> BUT if I add a 'selectionChanged' handler to the field, the handler is
>> called, and the Message Watcher THEN does report it.
>>
>> Does that seem right ?
>>
>> Should messages only be reported if they are being checked for somewhere ?
>>
>> -- Alex.
>>
>> P.S. or if anyone wants to answer the *real* question :
>>    does anyone have a general purpose 'undo/redo' handler-set for text
>> fields that they could share :-) ?
>>
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode







More information about the use-livecode mailing list