New Reference Control, All images in folder
Thomas McGrath III
3mcgrath at adelphia.net
Fri Feb 27 09:05:46 EST 2004
Frank,
Thanks, I forgot lock messages would do that.
Tom
On Feb 27, 2004, at 4:41 AM, Frank Leahy wrote:
>
> On Friday, February 27, 2004, at 05:46 AM,
> use-revolution-request at lists.runrev.com wrote:
>
>> However there's a lot easier way to delete all the images on a card.
>> Forget selecting them, you can use the message box:
>>
>> repeat with x = 1 to the number of images;delete image 1;end repeat
>>
>> (remember that it will delete *all* the images on a card!)
>>
>> Ken Ray
>>
>
> And if you lock screen and lock messages it will about 100 times
> faster (but only needed if you're doing this at runtime rather than
> during development)
>
> lock screen
> lock messages
> repeat with x = 1 to the number of images;delete image 1;end repeat
> unlock messages
> unlock screen
>
> -- Frank
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541
More information about the use-livecode
mailing list