search for: mdichild

Displaying 3 results from an estimated 3 matches for "mdichild".

Did you mean: addchild
2007 Apr 27
2
mdiclient windows do not always activate on click
..., if you want a more familiar window-manager behavior (click to focus)? For example, if you change the mditest.rb example like so... --- mditest.rb 2007-04-18 16:19:59.000000000 -0700 +++ mdi.rb 2007-04-27 14:44:54.000000000 -0700 @@ -134,7 +134,7 @@ scrollwindow = FXScrollWindow.new(mdichild, 0) scrollwindow.verticalScrollBar.setLine(@font.fontHeight) btn = FXButton.new(scrollwindow, TYGER, - :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 600, :height => 1000) + :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 100, :height => 100)...
2006 Apr 19
1
is there a problem with FXList findItemByData(....) ??????
Hi, I am tackling with FXList ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) ) . The ''data'' value is a MDIChild reference afxlist.findItemByData(sender) => return -1 . Always I can turn around it by doing .......... cpt = 0 ; idx=nil afxlist.each do |lista| if lista.data == sender idx=cpt break end cpt+=1 e...
2004 May 01
2
MDI interface with sidepanel
Hi Just started with WxRuby after using Fox. Very impressed by the easy binary install and I''m already liking the native look and feel on MSW. Thanks! I''m trying to create an app with a MDI Parent Frame and a full-height (docked) side panel with various controls in it. The MDIParentFrame doesn''t work properly if I put it inside another frame with a sizer, so