Thought I would ask as I may be missing something... is there any general
way to know what the user clciked on to activate a pulldown menu?

In a field:

on mouseDown
 popup button "Contextual Menu"
 pass mouseDown
end mouseDown

In the menu button "Contextual Menu":

on menuPick menuPath
 menu_Send menuPath
end menuPick

In a library:

on menu_Send menuPath
 -- now where was the thing the user clicked on ???
 put the target into contextualMenuButton
 put the menuButton into onlyWorksForStacks
end menu_Send


If there is no way to do this then maybe I should add it as a feature
request - ie to extend "menuButton" to include popup buttons?
_______________________________________________
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