I am making a program and get some trouble here
- how do I close all opened child window in mdi form?
- I cannot disable menu_item, perhaps I use .enable false the wrong
way?
I am making a program and get some trouble here
hi hendra
On 18/09/2010 03:09, hendra kusuma wrote:
- how do I close all opened child window in mdi form?
Untested, but maybe something like
while child = mdi_parent.active_child
child.close
end
- I cannot disable menu_item, perhaps I use .enable false the wrong way?
MenuBar#enable(menu_item_id, false)
hth
alex
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs