Eduardo Volpi wrote/ schreef:

> Could someone please give an example of a button script
> that when clicked would delete a card
> and the name of this card from inside a combobox?
>From my head (could contain bugs):

on mouseUp -- of the "delete" button
  delete card (the selectedText of button "myComboBox")
end mouseUp

If you would like to have the card deleted when you select it from the
combobox:

on menuPick which -- of the button "myComboBox"
  delete card which
end menuPick

Hope this helps,
> Thank you
Sjoerd Op 't Land
> Eduardo Volpi


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to