--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > > Anyway, the new copyProperties function seems to result in the > display > > of the "to" command list as a bar as soon as the config.reset is > done? > > Somehow I expected it to lay dormant until I executed a menu.show > or a > > bar.show. Is there anyway to schieve that before vaction strikes us > > poor groupies guruless? > > > I am guessing that the source of the properties as "autoshow as bar" > so of course so would the target. Then if your code looks somethink > like this > > cl.create("newbar") > cl.copyproperties > configure.writealltopcf > > the auto-restart after the writealltopcf will cause the "auto show > as bar" to be actioned. I am not sure I want to remove the auto > restart, as without it pcf corruption could happen. Instead, you > could do one of two things: > > 1. Do not do the writealltopcf until you have set all the bar > commands > > 2. Or, add after the writealltopcf > if (anywindow("newbar")) > Bar.close("newbar") > You are, of course, correct! I just overlooked the auto show as bar option. And I agree with your position on autorestart. Now that I know what is happening I can deal with it.
thanx, evan ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/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/
