Re: toolbar win32lib
- Posted by Olaf <olaf at mail69.de> Jan 14, 2006
- 520 views
judith, many thx (!!!!). waiting for the new release... but, i think the toolbar in win32lib does not look like std. windows toolbar. you know the TBAR.EXW sample from w32engine? or will this also be fixed in the next release? olaf Judith Evans wrote: > > 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