Window size

edited September 2015 in General
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.

Comments

  • edited November -1

    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):

    RBA::LayoutView::current.box
    

    The coordinates printed will give the left, bottom, right and top coordinates in micrometers.

    Matthias

  • edited November -1
    It worked! Thank you Matthias.
Sign In or Register to comment.