On 7/6/20 3:39 PM, Mark Talluto via use-livecode wrote:
You know you have arrived when there are forks of your works in the wild.
Trust the forks, Luke...
--
Mark Wieder
ahsoftw...@gmail.com
___
use-livecode mailing list
use-livecode@lists.runrev
On Jul 6, 2020, at 2:05 PM, Richard Gaskin via use-livecode
wrote:
>
> Mark Talluto wrote:
>
> > You might try Richard Gaskin’s ‘Flight Recorder’. I use it all the
> > time.
> > You can get it from his site at:
> > https://www.fourthworld.com/livecode/index.html
> >
> > I have a modified versio
Mark Talluto wrote:
> You might try Richard Gaskin’s ‘Flight Recorder’. I use it all the
> time.
> You can get it from his site at:
> https://www.fourthworld.com/livecode/index.html
>
> I have a modified version that includes a performance boost that I am
> not sure are part of the original distr
On Jul 6, 2020, at 9:41 AM, Alex Tweedly via use-livecode
wrote:
>
>
> On 06/07/2020 17:19, J. Landman Gay via use-livecode 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
On 7/6/20 11:41 AM, Alex Tweedly via use-livecode wrote:
On 06/07/2020 17:19, J. Landman Gay via use-livecode 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
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 | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On July 6, 2020 11:21:40 AM "J. Landman Gay via
On 06/07/2020 17:19, J. Landman Gay via use-livecode 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 ad
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 | jac...@hy
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 i