Displaying 1 result from an estimated 1 matches for "rightbottomframe".
2007 Dec 12
2
fxruby and framecontrole
...he 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 {
build right topframe...