Alan wrote:
> "get ip<id=ip>"

detlef wrote:
> Where can i find informations about this get-command ?

It is not a command, it is an ordinary item name: get ip
(I thought it would be a good name for your button)
plus a special tag on the end: <id=ButtonIdentifier>
which is used to identify this button.

When you show the bar, it only shows the ordinary name part.
The identifier is not displayed.
Adding an id like that does absolutely nothing to the button.

An identifier is useful if you will want to do something
to this button with one of the cl. commands.

For example if you name a button like this: starting text<id=apple>

in a script or button or hotkey or menu you can make a
command like this:  cl.setlabel("mybarname","apple","new text")
  
That command changes the displayed name from "starting text" to "new text".
It does not change the <id=something> part of the name.
The id "apple" tells it which button on the bar called mybarname
the cl.setlabel command should be applied to.

See Help, Contents, Configuring with CL commands.

CL commands can change a button's text color, background color,
icon, text, etc.

After you restart PowerPro, or click "Apply" or "OK" in pproconf,
the button goes back to how you defined it in your config.
In my example, the button's text would go back to "starting text".




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

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