From: Jason Persampieri Date: 2002-12-17T07:01:01+09:00 Subject: More FXRuby oddness : subclassed FXTreeItem I have subclassed FXTreeItem (MyTreeItem) and built a tree out of it. That works fine. However, when 'connecting' a SEL_COMMAND sent to the tree to a method, the item that is sent is an FXTreeItem, and not a MyTreeItem. Is this the intended behaviour? A hackish method of fixing this would be to search the tree for the MyTreeItem with the same reference (hmm... actually I really don't know if I CAN do that...) Jason