--- In [EMAIL PROTECTED], "brucexs" <[EMAIL PROTECTED]> wrote: > > This is a PowerPro limitation for the selectsubbar commands and the > tomouse command as well: the referenced bar must already be created > (although possibly hidden).
I do not think that it is really a limitation but just bad coding. The tip in the documentation (for those who find it there) is to set the command list "Auto show as bar". This is used for a completely different purpose and leads to blinking on the sreen (when the command lists shows up before autohiding). The problem seems to be that the command list is not in the memory. So it should be called up like this to put in in the memory before SelectSubBarToButton. *Bar Show FileChangesSubBar *Bar SelectSubBarToButton FileChangesSubBar But on the other hand PowerPro could be coded like this: *Bar SelectSubBarToButton FileChangesSubBar Do I have the command list in memory? yes >> just call it no >> try to load it from the command lists. If you don't find it bring the error message. At the moment there is only a big error message confusing the user...because of 5 minutes missing code writing... ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> 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/
