search for: sel_configur

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

Did you mean: sel_configure
2006 Mar 29
2
intercepting messages from FXScrollBar toFXScrollArea
...also really big and I just wanted to use this space by moving the ScrollDown Botton down to the position of the ScrollCorner (like the attachment shows) The code looks like this (it seems to work unless that you can''t use the scrollbar afterward): textField.verticalScrollBar.connect(SEL_CONFIGURE){ textField.scrollCorner.destroy() width = textField.verticalScrollBar.width height = textField.height textField.verticalScrollBar.resize(width, height) } The connect method has changed the target of the ScrollBar and so the ScrollArea doesn''t get any further...
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
Hi, I think I got a problem with the FXListBox widget. ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) ) FXListBox.new(parent, nil, 0) do |libo4| libo4.appendItem("0 very weird") libo4.appendItem("1 very weird") libo4.appendItem("2 very weird") libo4.appendItem("3 very weird") libo4.appendItem("4 very