RE: [perl-win32-gui-users] Revisited - Rebar and Toolbars

2004-12-01 Thread Chris Wearn
Sensational! Thanks Joe, I tried all sorts of things to get rid of it. However, I skipped that one completely, wrongly assuming it was a vertical divider between the button objects, similar to TBSTYLE_SEP. Chris On Thu, 2004-12-02 at 01:15, Frazier, Joe Jr wrote: > After playing with this for

[perl-win32-gui-users] Win32::GUI cygwin patch

2004-12-01 Thread Reini Urban
Laurent ROCHER schrieb: Win32::GUI version 1.0 is availlable at Sourceforge. Sorry that I touched cygwin too late, but I did it at last. After 0.503 the last time, back in 2000. All samples work, but I didn't check the latest enhancements, esp. ImageList. Attached are the needed fixes fo

RE: [perl-win32-gui-users] Revisited - Rebar and Toolbars

2004-12-01 Thread Frazier, Joe Jr
After playing with this for a while: $TB = new Win32::GUI::Toolbar( $W->Rebar, -name => "Toolbar", -width => 100, -style => 2048 + 8 + 4, -width => 100, -height => 22, -nodivider => 1, # add this to remove the line above the toolbar. ); Joe Frazi

[perl-win32-gui-users] Revisited - Rebar and Toolbars

2004-12-01 Thread Chris Wearn
Hi All, Have spent a few hours revisiting the old threads regarding the use of the Rebar control. It would appear that you can only have one control per Band, and this was overcome by inserting a borderless window into each band. However, reading the documentation from MSDN and an O'Reilly 'Visu