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

How to implement the rolldown ui dialog?

Anonymous
Not applicable
Hi.
I want to achieve a similar ui effect as the below png.

How can I do that by api?
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Oleg
Expert
Look at DG_Test example.
BasicElementIconsRollDownDialog.hpp, BasicElementIconsRollDownDialog.cpp

View solution in original post

6 REPLIES 6
Hello DevJeer,


I think it might be better to post an english screen capture.
I'm not english but it's the rule here to communicate only by this language.
Your picture is not understandable for a lot of us. 😕
Christophe - FRANCE
Archicad Designer and Teacher
Archicad 15 to 27 FRA FULL

OS 11.6 Big Sur - MacBook Pro 2017 - 16Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
Anonymous
Not applicable
Ok, thank you. This is the screenshot of the english version.
Hello,

Thanks about it nut I don't understand your aim. Can you develop it as fine as possible ?
Christophe - FRANCE
Archicad Designer and Teacher
Archicad 15 to 27 FRA FULL

OS 11.6 Big Sur - MacBook Pro 2017 - 16Go RAM
"Quality is never an accident ; it's always the result of an intelligent effort" John Ruskin
Anonymous
Not applicable
Christophe wrote:
Hello,

Thanks about it nut I don't understand your aim. Can you develop it as fine as possible ?
I'm so sorry that I didn't express my meaning clearly.

My aim is that I want to achieve the similar ui effect as the above picture by api.

Can you provide same example to me?
Thanks
Solution
Oleg
Expert
Look at DG_Test example.
BasicElementIconsRollDownDialog.hpp, BasicElementIconsRollDownDialog.cpp
Anonymous
Not applicable
Oleg wrote:
Look at DG_Test example.
BasicElementIconsRollDownDialog.hpp, BasicElementIconsRollDownDialog.cpp
Thanks.