dleidinger,
Thanks for adding the reverse to it but it's not working.
It surely there's action in the taskbar but the windows stay there.
What could be wrong in there?
I did remove the break lines that Yahoo inserts.
> local l_han_keep = win.handle("active")
> local l_han_list = win.handlelist("~" ++ l_han_keep ++ "," ++
> win.owner(l_han_keep))
> if(arg(1))do
> ;arg(1) = 1 ==> re-show all windows except active
> for each word l_han_item in l_han_list
> if (win.minned(l_han_item) ;;+
> and win.visible(l_han_item) ;;+
> and not win.owner(l_han_item))do
> win.showna(l_han_item)
> endif
> endfor
> win.setfocus(l_han_keep)
> else
>