Does the fact that even main qooxdoo developers do not answer to this post, means that my problem is unsolvable?(Andreas, Sebastian?) I would like to know if this is a
-qooxdoo-bug
-qooxdoo-structure problem
-just smth. that i don't understand.
One more time the problem-demonstrating-problem code(it's not as big as it looks ;-)

I wonder if you're going around this the wrong way.

The event for the context menu is not related to the event for the menu item - 
the context menu event fires, sets up the menu, then after some more user 
interaction, the context menu fires another event. How is it possible to get 
information about the first event from the second event when they aren't 
related through the API?

I suggest that you approach this a little differently: when the context menu 
event fires on the image, store the current image in a global variable. Then, 
when you get the event when something is selected in the menu, pick up the 
value of the global variable.

Hugh

Thx Hugh, that's also my workaround for this issue - not quite elegant(beacause of global variable) but anyway. I just thought if there is any other/better way of doing this.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to