Hi Alan, thank you for your two replies. Your solution is interesting and by the way i learned something about arrays. But in the new PowerPro-Beta 4.5.0.6 it's possible to toggle bar-attributes. Now it's very easy to toggle bar-properties.
regards dele --- In [email protected], Alan Martin <[EMAIL PROTECTED]> wrote: > > A note about "Ugly workaround 2" > > Pproconf should be closed whenever you execute cl.CopyProperties. > > So I should change the recipe from: > > > Setting up: > > > Set tooltips on in MyBar, then execute: > > cl.CopyProperties("MyBar","TooltipsOn") > > which should be: > > Setting up: > > In pproconf, set tooltips off in MyBar, > then close pproconf by clicking OK. Then execute: > cl.CopyProperties("MyBar","TooltipsOff") > > In pproconf, set tooltips on in MyBar, > then close pproconf by clicking OK. Then execute: > cl.CopyProperties("MyBar","TooltipsOn") > 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/
