Is there no way to get the dimensions of a ScriptUI container that uses autolayout? What about the root container (window or panel)? I am trying to write a custom layout for a group and I want it to respond to the dimensions of the window or panel as it is resized, but it seems like this info is always undefined when autolayout is used for ancestor containers. Is there no way to find out how big any of the ancestor containers is without writing custom layout managers for every single one of them?
↧