> We have a script that will be run every one or two seconds while the > button is visible, and we can control what text will be displayed on > the button from this script.
One thing to keep in mind, if you are running a monitor-like file based script, there will be a lot of additional I/o access for the computer (cached probably, so shouldn't kill your hdd), but a lot of I/o none the less if you're running a file-based script. Here's the command I have in a single monitor item. Use it to hide/show a single button on one of my displayed bars. Script If (pproflag(4) != muted) Flag reverse 4 Format item item 2 list "_Bar: !Main" hide &(not muted) The item, is hidden by default on the setup of powerpro....and at powerpro startup, I do a Exec mute Wait 2 Exec mute So that the button is in sync with the flag/muted status. Just another idea...not quite so complicated, in scripting understanding =) David Troesch | Atlanta, GA | ICQ# 2333123 Hollywood to control what you watch by 2005. http://www.eff.org/broadcastflag/ Funstuff: ...Half of the people in the world are below average. ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
