1. toolbar win32lib
hi,
how can i implement a toolbar using win32lib?!
when using enhanced_ide, the toolbar does not resize when the owner window is
resized itself...
how can i change the size (height) of the toolbar?
or better use win32engine?!
many thx (!!!),
olaf
2. Re: toolbar win32lib
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
3. Re: toolbar win32lib
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
4. Re: toolbar win32lib
Olaf wrote:
>
> 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
Maybe you are thinking of Rebar instead of ToolBar? I do not have w32engine
installed so can not compare.
I do not, and will not, maintain win32lib.
~judith
>
> 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
5. Re: toolbar win32lib
judith,
rebar is great - going to use this...!!!
many thx (!!!!!!!!!!),
olaf
Judith Evans wrote:
>
> Olaf wrote:
> >
> > 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
>
> Maybe you are thinking of Rebar instead of ToolBar? I do not have w32engine
> installed so can not compare.
>
> I do not, and will not, maintain win32lib.
>
> ~judith
>
> >
> > 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