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.
SOLVED!

Roll Down Palette

Not applicable
Hello,
I want to create a Roll Down Palette like Toolbox. I found the BasicElementIconsRollDownDialog example in DG_test the same as what I wanted but I don't know how to convert it to Palette.
Could you please help me?
Sorry for my English.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Tibor Lorantfy
Graphisoft Alumni
Hi,

BasicElementIconsRollDownDialog inherits from UD::RollDownModalDialog.
If you want a Palette, then you have the change the base class to UD::RollDownPalette. That's the main difference 😉

View solution in original post

1 REPLY 1
Solution
Tibor Lorantfy
Graphisoft Alumni
Hi,

BasicElementIconsRollDownDialog inherits from UD::RollDownModalDialog.
If you want a Palette, then you have the change the base class to UD::RollDownPalette. That's the main difference 😉