cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Archicad C++ API
About Archicad add-on development using the C++ API.

Modifying the window size in the .grc does not work

Not applicable
1. I created an add-on with a menu item which shows a modal dialog.
2. I ran the add-on with Constructor.
3. I modified the size of the dialog in the .grc.
4. I ran the add-on with Constructor.

My problem is that the dialog size did not change.

I guess that Constructor saves all window sizes, not just the resizable ones, in the registry or in some config file.

How can I reset the saved window sizes and try out my new size?
2 REPLIES 2
Not applicable
I found it, DGResetDialogRectangles.
Akos Somorjai
Graphisoft
That information is stored in the registry, under HKLM\...\ArchiCAD\Dialog Manager\Stored Dialog Rectangles.


You will also need to reset this information if you work on an add-on, and resize a dialog in the .grc file.

HTH,

Akos