Re: Message watcher in LC 8

2016-01-18 Thread Mark Wieder
On 01/18/2016 02:07 AM, Peter TB Brett wrote: Note that in LC 8.0.0 DP 13 and later, the IDE save commands don't use "the stackFileVersion" and save as specific versions directly. You may want to update your toolbar extension to take advantage of this! For example, simply use: save stack

Re: Message watcher in LC 8

2016-01-18 Thread Mark Wieder
On 01/18/2016 07:24 AM, Peter TB Brett wrote: Doesn't that work any more? It should! If not, it's a regression and I will fix it... It worked fine in all the scenarios I put it through. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode maili

Re: Message watcher in LC 8

2016-01-18 Thread Richard Gaskin
Peter TB Brett wrote: On 18/01/2016 15:01, Richard Gaskin wrote: If I only used the IDE's File->Save command I'd get pretty good results, as once you do a Save As within the IDE it stores the preferred stackFileVersion in a custom property and uses that when saving (except apparently differently

Re: Message watcher in LC 8

2016-01-18 Thread Peter TB Brett
On 18/01/2016 15:01, Richard Gaskin wrote: If I only used the IDE's File->Save command I'd get pretty good results, as once you do a Save As within the IDE it stores the preferred stackFileVersion in a custom property and uses that when saving (except apparently differently in v87dp13, as describ

Re: Message watcher in LC 8

2016-01-18 Thread Ben Rubinstein
On 18/01/2016 10:07, Peter TB Brett wrote: Note that in LC 8.0.0 DP 13 and later, the IDE save commands don't use "the stackFileVersion" and save as specific versions directly. You may want to update your toolbar extension to take advantage of this! For example, simply use: save stack "my

Re: Message watcher in LC 8

2016-01-18 Thread Richard Gaskin
Ben Rubinstein wrote: > On 15/01/2016 14:42, Richard Gaskin wrote: >> The IDE insists on changing the name of the stack file when I do >> Save As (necessary to maintain compatibility with older versions >> of LC), and at some point I just gave up manually changing it to >> match the old URL. > > I

Re: Message watcher in LC 8

2016-01-18 Thread Peter TB Brett
On 18/01/2016 09:32, Ben Rubinstein wrote: On 15/01/2016 14:42, Richard Gaskin wrote: The IDE insists on changing the name of the stack file when I do Save As (necessary to maintain compatibility with older versions of LC), and at some point I just gave up manually changing it to match the old

Re: Message watcher in LC 8

2016-01-18 Thread Ben Rubinstein
On 15/01/2016 14:42, Richard Gaskin wrote: The IDE insists on changing the name of the stack file when I do Save As (necessary to maintain compatibility with older versions of LC), and at some point I just gave up manually changing it to match the old URL. Hi Richard, I wouldn't dream of teach

Re: Message watcher in LC 8

2016-01-15 Thread Richard Gaskin
Alex Tweedly wrote: Do you (anyone) have any idea where I can get hold of 4WFlightRecorder ? All the Googling I do for it points me to "the stacks section of Go Revnet" (from IDE / Development / Plugins), but when I go there, I can't find a 'stacks' section. I tried the obvious thing (i.e. to lo

Re: Message watcher in LC 8

2016-01-15 Thread Kay C Lan
On Fri, Jan 15, 2016 at 8:49 PM, Alex Tweedly wrote: > > Do you (anyone) have any idea where I can get hold of 4WFlightRecorder ? > I see Devolution is currently undergoing 'radical enhancement' so maybe this old link from a previous List message wont work:

Re: Message watcher in LC 8

2016-01-15 Thread Alex Tweedly
Thanks Pete. Do you (anyone) have any idea where I can get hold of 4WFlightRecorder ? All the Googling I do for it points me to "the stacks section of Go Revnet" (from IDE / Development / Plugins), but when I go there, I can't find a 'stacks' section. I tried the obvious thing (i.e. to look at

Re: Message watcher in LC 8

2016-01-15 Thread Alex Tweedly
Thanks Paul, but I haven't yet had any luck with DP13. It seems to have (yet again) changed something that causes a problem with lcStackBrowser, and I can't use LC without that, so until I have the time to figure out what's going on and get that info to Pete Haworth, I'm going to have to stick

Re: Message watcher in LC 8

2016-01-14 Thread Peter Haworth
Hi Alex, The messages after openStack are coming from lcStackBrowser's front script which traps openStack. I guess the question is where the openStack messages are coming from in the first place. You might try Richard's 4WFlightRecorder stack, I find it much more useful than the message watcher.

Re: Message watcher in LC 8

2016-01-14 Thread Paul Hibbert
There have been a lot of bugs squashed since DP9, so I’d suggest trying DP13, I’m not seeing any such messages in this version. Paul ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

Message watcher in LC 8

2016-01-14 Thread Alex Tweedly
I'm trying to use the Message Watcher in LC 8 (currently using DP9). I get a continuous loop of a number of messages, even when nothing is being done, which makes it hard to get any useful info. Is there something I need to do in LC8 to avoid this (other than suppress each of these mes