--- In [email protected], "brucexs" <bswit...@...> wrote:
>
>
> You pick the choice that works for you. I would not force any of these by
> building one into autorun processing.
>
Don't worry. It's OK.
This script works for me:
Label = $=win32pad
LCmd1 = .PositWin32Pad
Where PositWin32Pad.txt is:
===========================
local title = "[Untitled] - win32pad"
wait.for (100) //delay for caption [Untitled]
wait.for (5000, activewindow("~&(title)"))
wind = caption
;; Here the filters:
if (slice(wind,3) === "res")
*window position! 565 77 414 530 autorun
if (find(wind,"est") >= 0)
*window position! 71 39 453 343 autorun
===========================
Anyway, PowerPro is fantastic !!!
Best regards,
Jose