PDA

View Full Version : contextMenu and tree component


jakepeg
11-22-2005, 05:02 PM
hi

I want to be able to attach contextMenu items to nodes on a tree component, so that when the user right clicks on a node, a custom menu appears and clicking on a menu item returns the id of the selected node to an event handler attached to the menu item.

is this possible?

FormerSwinger
08-29-2006, 12:23 PM
I need the same thing. Ideas anyone? I really need this so if you no anuthing about this issue please post your info. Even if it just an idea or something you tried and didn't work. At least it would save me some time so I don't have to try everything.

FormerSwinger
08-29-2006, 01:06 PM
I solved it :)
I'm not sure what made work:o
but hey it works :D

brixel
05-17-2007, 07:05 PM
We are trying to do the same thing, have a contextmenu generate per node of the tree component. Can you post what you did to get it to work, or post what is working? Thanks.