Whoops... you might want to select the pointer tool and make sure that groups are deleted:

on deleteAllControls
   beep
   answer warning "Delete all visible objects from stack" &&  \
      the short name of the topstack & "?" with "Cancel" or "Delete"
   if it is "Delete" then
      choose pointer tool
      set the selectGroupedControls to false
      lock screen
      lock messages
      drag from 0,0 to the bottomright of the current cd of the topstack
      delete
      unlock screen
      unlock messages
   end if
end deleteAllControls

(see also my previous e-mail)

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour spaces. http://www.color-converter.com

Buy my new book "Programming LiveCode for the Real Beginner" http://qery.us/3fi

Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/



On 9/15/2013 17:11, Dr. Hawkins wrote:

I didn't even think about it as a matter for the IDE itself.  Nor did I
consider that it might be different in a standalone . . .

If I enable "suspend development tools" will I get a similar result to
what
I would get in a standalone? (a few minutes to build a standalone for
each
run would get to be a bit much!)



_______________________________________________
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