> win.height -- the window height -- will tell you whether it is rolled.
> 
> Sure, you should be able to put it on top when you roll it, etc.  But it 
> would have to be explicitly scripted.
>

Hi Bruce,

I have modified your hint an wrote a script with win.rolled:

If(win.rolled(win.handle("under")) == 1)do
(win.ontop(win.handle("under"),1))Else
(win.ontop(win.handle("under"),0))
Endif

Unfortunately PP crashes when I execute it. I think win.handle("under") 
performs some intermittend problems. I tried 
win.mainhandlefrompoint(xmouse,ymouse) instead, but the same problem here. (I 
use WinXP+SP3)

But well, thanks anyway.

P.S.:
I've read that you may plan to optimize Powerpro for Win7 usage? That's really 
good news indeed! Without your nifty program I would have been already switched 
to another OS for a long a time. Thanks again for all your efforts!

Reply via email to