--- In [email protected], "quantiworks" <quantiwo...@...> wrote: > > At the moment, I've been doing this with two > separate cl's. > > A cl with for instance, desktop icons > and another > with subBar's to each desktop icon > > In this way, I can have any icon, with it's own context menu as a > bar. (I prefer bars because they are more customizable than > menus) > > Now, here is my question. > Is it possible to do this in the same cl instead of two? > If so, what's the possible order and commands of items?
Menus have different formatting commands for sublists than bars, so I don't think so. > One more question. > I've a bar with the volume icon and the command exec.mute. > How can I change the state of the icon to reflect the change? > If I do a Format Item to replace it with the muted one, how can > I change it back all in one click instead of doing: > Left: mute and format icon to muted one > Right: unmute and format icon to normal > > I assume this easy to do, I just need some explanation please. > Thanks > It would be preferable to use cl.seticon instead of format item. Hopefully you can adapt this post to your purpose: http://tech.groups.yahoo.com/group/power-pro/message/33344 Regards, Sheri
