> Well I've managed to put together something as close as possible
> (several subbars with selection buttons at the top), but one little
> flaw remains: The OSB allowed to assign a different color to each
> subbar. There seems to be no matching function in Powerpro ...

You could set the colors of individual buttons, giving all buttons
in subbar1 and the button which switches to subbar1 the same color.

To change the color of individual buttons, for example by a script,
check out the cl functions, Help chapter "Configuring with cl functions",

cl.SetBackColor(clname, clindex, ColorParameters)

To use that, you give a unique ID to each button you want to be
changeable, which you add to the Name of the item in the command list:
Name: ClickMe<id=clicker>
(only "ClickMe" is displayed on the button) then use:

cl.SetBackColor("MyBar", "clicker", "255 255 255")

There is also cl.SetTextColor(clname, clindex, ColorParameters)

and you can change many other things, such as a button's icon.

Alan



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hgtt7cb/M=362131.6882499.7825260.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1124653966/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to