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).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/03/2003 at 02:30, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.012 Platform: Windows ; Language(s) : C++ ;
--------- Hallo everybody,
When I open my plugin in R8 it always starts with aprox. 100x100 pixels width and height Is there somehow a function like GetWindowHeight/GetWindowWidth so that I can read these data before closing the plugin and functions for setting this data the next time?
Thanks Chris
On 18/03/2003 at 10:05, xxxxxxxx wrote:
The size of the dialog is determined by the dialog layout. What does your dialog contain? If you increase the size of the dialog elements the minimum size of the dialog should increase, at least if you have SCALE_H etc in the layout. There's no direct way to set the pixel size.