Yes - there is but you have to include a very simple script in the popup
menu to dynamically create the menu. Mac people call them context menus:

on mouseDown
 put the text of fld 1 into menuText    # I prefer to use custom properties
of the card
 set the text of me to menuText
 pass mouseDown
end mouseDown

on menuPick....
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to