Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link 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.)
Today is November 21, 2024, 7:23 am This article has been viewed 35207 times.
|
|