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

Roll Down Palette

Anonymous
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
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
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 😉