--- In [email protected], "jroncalm" <jroncal2...@...> wrote:
>
> --- In [email protected], "brucexs" <bswitzer@> wrote:
> > > >
> > > > Maybe for that app when the window first opens it doesn't yet have the
> > > > file name in the caption.
> >
> > For some applications, windows are created with a default caption and then
> > the caption is updated. PowerPro might see the window before the update and
> > so see only the default caption.
> >
> I see !!
> It said: win32pad only.
>
> Ooops !!
>
> So ??
>
> Now ??
>
> Thanks.
>
> Regards
> Jose
>
OK !!
Script is the solution !!
Let's see:
Label = *win32pad
LCmd1 = *Wait
LParam1 = for 50
LCmd2 = IF
LParam2 = (ACTIVEWINDOW("RES*"))
LCmd3 = *Window
LParam3 = Position! 160 29 370 313 autorun
That's all !!
Thank you for all !!
Regards
Jose