Hi,
I do have two toolbars which I do dock on the bottom of the screen.
Therefore i put in the init method of the toolbar:
tbr1 procedure init
this.dock(3,0,500)
this.movable=.f.
endproc
tbr2 procedure init
this.dock(3,400,500)
this.movable=.f.
endproc
the result:
tbr2 has been docked at the bottom of the screen.
tbr1 has been lifted equal to the height of tbr2.
What do I wrong ?
The toolbars are instanciated from my startup.prg.
I do show them from the init-method of a form.
-Bart
I do have two toolbars which I do dock on the bottom of the screen.
Therefore i put in the init method of the toolbar:
tbr1 procedure init
this.dock(3,0,500)
this.movable=.f.
endproc
tbr2 procedure init
this.dock(3,400,500)
this.movable=.f.
endproc
the result:
tbr2 has been docked at the bottom of the screen.
tbr1 has been lifted equal to the height of tbr2.
What do I wrong ?
The toolbars are instanciated from my startup.prg.
I do show them from the init-method of a form.
-Bart