Thx for help. But sorry, I have no experiences with scripts. Could you tell me 
how I can assign it to hotkey? I tried it with *Script, RunFile and I have got 
error message. The script I saved as a txt file in subdirectory of PowerPro.

Thx again.

Sepp


--- In [email protected], "dleidinger" <dleidin...@...> wrote:
>
> Hi Sepp,
> 
> could you please try the following small script (assigned to a hotkey)
> 
> local l_han_keep = win.handle("active")
> local l_han_rest = win.handlelist("~" ++ l_han_keep ++ "," ++ 
> win.owner(l_han_keep))
> for each word l_han_item in l_han_rest
>     win.minimize(l_han_item)
> endfor
> 
> Best regards
>


Reply via email to