Delete card Answer box

Thomas McGrath III 3mcgrath at adelphia.net
Mon Mar 21 22:46:58 EST 2005


on mouseUp
answer "Do you really want to delete this card?" with "No" or "Yes"
put it into ldelete
send doDelete(ldelete) to me in 30 miliseconds
end mouseUp

on doDelete ldelete
if ldelete is "Yes" then delete this card
put empty into ldelete -- may not be necessary
end doDelete

--might work
On Mar 21, 2005, at 10:06 PM, SB wrote:

> on mouseUp
>   answer "Do really want to delete this card?" with "No" or "Yes"
>   if it is "Yes" then send "delete this card" to this card in 10 
> milliseconds
> end mouseUp

Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541



More information about the use-livecode mailing list