Re: dogtail-devel How to get the dimension of an application



Zack Cerza wrote:
... skip ...
The interface that implements that information is called Component. Most GUI widgets do implement the Component interface and therefore can provide that information, but the Application interface does not. However, each of the toplevel *windows* of the Application instance should. In dogtail try the 'position' and 'size' attributes of a those Node instances.

Thanks Zack,
calling position and size on the top most frame of the application did the trick for me.

Greetings,
Alexander.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]