search for: righttopfram

Displaying 2 results from an estimated 2 matches for "righttopfram".

Did you mean: righttopframe
2007 Dec 12
2
fxruby and framecontrole
...the right side. The editable content of the right top frame depends on the item clicked in the treelist. The editable content of the right bottom frame depends on data enter in the right top frame. I maganged to program all this for the first click on a tree-item. My question is how do I reset righttopframe and rightbottomframe after handling treeitem(1) and before click on the next item. I tried righttopframe.destroy but that that does not seems to do the work. Since after a destroy "if righttopframe" still gives value true. in pseudo code my program is now on click tree item { b...
2007 Dec 14
3
FXTabBook / FXTabItem / FXTabBar
Lyle and Henon; thanks for helping out with ''clearing'' the frames. It''s working. I end up using; parent.removeChild(righttopframe) righttopframe = nil Am afraid I stumbled on another question. I managed to put my application in a tabbook. I am looking to catch the event ''click on tabitem''. I tried SEL_COMMAND on TabItem but that seems not to work. I also would appreciate some text to explain the differ...