Re: How to check if a group is in edit mode

2012-08-18 Thread Peter Haworth
Hi Mark, Yes, I'm doing that when the user stops editing from within my utility. The problem I have is if the user stops editing by clicking the "Edit Group" button in the LC toolbar. There doesn't seem to be a message generated when that happens so my utility never finds out about it. Pete lcS

Re: How to check if a group is in edit mode

2012-08-18 Thread Mark Wieder
Peter- Saturday, August 18, 2012, 3:48:22 PM, you wrote: > Thanks for any ideas, Issue the command "stop editing"? -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

How to check if a group is in edit mode

2012-08-18 Thread Peter Haworth
In a utility I'm writing, I need to keep track of when groups in stacks outside the utility go into and out of edit mode. The context is as follows. I have a front script that traps newField, newButton, etc messages. In that script I can easily tell if the control is being added while the stack