I would like to sequentially iterate switching  around all
conversation windows. 
window.show('cation list') was working in that way.
Since msn9 now doesn't show any specific title(only user's name), I
have to determine the windows by their classname.
window.show('classname') doesn't work perfect anymore.

so if I change to use win.show, how to implement the same effect as
before?
 
--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> --- In [email protected], "Funky" <hypersam.tw@> wrote:
> >
> > This is a command to show msn conversation windows and it works fine.
> > But before switching to the window it should, it quickly switchs back
> > and forth several times between several onversation windows, and then
> > settles down.
> > Is the behavior right?
> >
> Try win.show("c=*IMWindowClass")
> 
> window show will shows all matching windows in some cases; win.show
> only the first.
>


Reply via email to