quickly wiping a card

Mark Schonewille m.schonewille at economy-x-talk.com
Sun Sep 15 18:58:02 EDT 2013


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!)
>>
>




More information about the use-livecode mailing list