--- In [email protected], "darlingtonian1" <darlingtoni...@...> wrote:
>
> I assume items in a Command List named AutoRun (case Insensitive)
> will be handled by PowerPro without me having to do anything. 

AutoRun must also be the name of the command list identified in your PCF as the 
one to use when a new window Opens.

Configure, Command Lists, Setup (at the far right), Special Lists.

> I attempt to automatically position a window as soon as it pops
> up at a certain place on my screen. It works perfectly, whenever
> I click on "Test", but nothing happens automatically. 

> Could somebody please advise me what I am doing wrong. Thank you
> very much and best regards! 

> Here is the relevant text output of my configuration file:
> 
> [AutoRun :Properties]
> Format1 = IconSize: 16 Position: Floating
> Format2 = MaxText: 531
> Format3 = Flat
> Format4 = TopMost Border AllVDesks 3DFrame AutoShowBar TextCenter BarSize
> 
> [1]
> Label = *Internet Status*
> LCmd1 = *Window
> LParam1 = Position 200 560 "Internet Status"
> MCmd1 = (none)
> RCmd1 = (none)
>

There should be 4 numbers in Window position. Also, I think you should be using 
the word "autorun" (without quotes) as the window id to act upon. Says to to 
use the same window that Opened and triggered processing.

>From the documentation for Window Position:

For the Position command, you must type four numbers before the
target window. The four numbers provide the window horizontal and
vertical position (positive or negative) and the window width and
height. You can capture these numbers from an active window using
the find button.

Alternatively, you can replace the four numbers by center (to
center), wmax to maximize width, or hmax to maximize height. You
can use = for any of the four to keep the current value. You can
precede the number by a plus sign to set relative to current
position.

Regards,
Sheri

Reply via email to