> Thanks so much! I like PP. Been a stiletto and pp freak for
> years, but haven't gotten into the advanced commands yet :)

You're welcome.

> I tried your last one and a popup says:
> Bad expression: check parentheses or for extra chars
> at end activewindow("=franchise-time"
> 
> so I took out the first "(" in yer example and it worked!
> Thanks!! My final code after trial and error was:
> 
> wait.for activewindow("=franchise-time")
> *Window Position! 245 90 296 293 active

It was my mistake, I sometimes miss the last ")"
it should have been this:

wait.for(activewindow("=franchise-time"))
Even though you've it working, you should correct it.

there's two syntax types:
no dot

*Wait for activewindow("=franchise-time")

with dot

wait.for(activewindow("=franchise-time"))



> To get the program windows size I used a screen capture
> prog. of the window then found it dimensions that way.
> 
> I say trial and error cause I couldn't figure out
> what it said in the help file about "You can capture these
> numbers from an active window using the find button"
> The find button for me just looks for a file or prog to run.
>

When you select:

command: window
action: position

in the target window field, there's a button at the right end that when you 
click it, it shows a list of currently visible windows, if you press one of 
those it will add the values before the target window.


Reply via email to