quickly wiping a card

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


Richard,

I wonder how long this takes:

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
       lock screen
       lock messages
       drag from 0,0 to the bottomright of the current cd of the topstack
       delete
    end if
end deleteAllControls

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