From: Alexander Fleck Date: 2005-11-16T15:37:17+09:00 Subject: FXRuby, FXTreeList Hi, I' ve created a TreeList that shows the files in a directory. How can I create a context menu that pops up, when I right-click on a selected item? I know how to create the popup menu, but how can I prevent it to get shown when I click somewhere else than the item? Do I have to remember the items I selected and then check if it' s under the cursor when right-clicking? Thanks, Alexander Fleck.