How can I get the window size? If I click Display>Goto Position, I can see the width of the window but how can I get the window length? Measuring using the ruler does not seem to be accurate.
you can obtain the precise dimensions of the window displayed by typing this command into the "Console" line of the "Macro editor IDE" (Macros/Macro Development):
RBA::LayoutView::current.box
The coordinates printed will give the left, bottom, right and top coordinates in micrometers.
Comments
Hi,
you can obtain the precise dimensions of the window displayed by typing this command into the "Console" line of the "Macro editor IDE" (Macros/Macro Development):
The coordinates printed will give the left, bottom, right and top coordinates in micrometers.
Matthias