Re: toolbar win32lib
- Posted by Judith Evans <camping at arkansas.net> Jan 14, 2006
- 513 views
Olaf wrote: > > hi, > > how can i implement a toolbar using win32lib?! If you are hand coding i.e. not using IDE then you createEx the ToolBar as follows: Id = createEx(ToolBar,"",parent,0,0,0,34,0,0) --replace 34 with height you desire and then define the controls in the Toolbar > > when using enhanced_ide, the toolbar does not resize when the owner window is > resized itself... This will be fixed in the next release (0.20.0) hopefully out this month or February. > > how can i change the size (height) of the toolbar? In IDE you can use the height property in Properties or place your cursor on the bottom of the Toolbar and drag downward. The minimum height is 34. There appears to be a problem in Win32lib, at least with Win98, in which resizing the owner window does not resize the Toolbar. > > or better use win32engine?! > > many thx (!!!), > > olaf ~judith