Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
BFH_SCALEFIT | BFV_SCALEFIT
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
@r_gigante Thank you, Riccardo! I don't know how I missed that in the documentation, but it is what I needed.