Solved Getting GeDialog Group Width & Height?

Hello,
I was wondering if there's a better way for finding the width & height of a GeDialog group. I am currently adding a GeUserArea with BFH_SCALEFIT | BFV_SCALEFIT flags to the group and using its Sized method to determine the parent group's width & height.

Is there a better way?

Thank you!

Hi @blastframe, thanks for reaching out us.

With regard to your question, you can make good use of it by calling c4d.gui.GeDialog.GetItemDim().

Feel free to jump back if it doesn't work as expected.
Cheers,R

Hi @blastframe, thanks for reaching out us.

With regard to your question, you can make good use of it by calling c4d.gui.GeDialog.GetItemDim().

Feel free to jump back if it doesn't work as expected.
Cheers,R

@r_gigante Thank you, Riccardo! I don't know how I missed that in the documentation, but it is what I needed. :smile: