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

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

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!