` Printed Icetips Article

Icetips Article



Par2: Win98 style toolbar
1999-11-05 -- Anton Novikov
 
Use Panel  -> Tab Extra -> Bevel outer = -1. Tab Position : Width = 1 for
vertical, Height =1 for Horizontal.

Jeff Slarve adds:

I do it with 2 panels:

   0{PROP:Pixels}=1
   ?panel1{PROP:Width}=3
   ?panel2{PROP:Width}=3
   ?Panel1{PROP:BevelStyle}=04488H
   ?Panel2{PROP:BevelStyle}=04488H
   ?Panel2{PROP:XPos}=?Panel1{PROP:XPos}+3
   0{PROP:Pixels}=0

Mike Hanson adds:
The horizontal line that goes between the menu and toolbar buttons is:

    PANEL,AT(1,1,,1),USE(?SplitTop),FULL,BEVEL(0,0,0231H)

The vertical line between groups of buttons is:

    PANEL,AT(77,3,1,23),USE(?Split),BEVEL(0,0,02010H)

Your buttons should be positioned with a YPos of 2, and should be
25x25.  (Of course, the XPos varies with each button, as does the XPos
of the vertical panels.)



Printed April 29, 2024, 3:56 am
This article has been viewed/printed 35115 times.