SOLVED!
Roll Down Palette
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-08-20
09:52 AM
- last edited on
2021-09-15
09:53 AM
by
Noemi Balogh
2020-08-20
09:52 AM
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.
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.
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-08-31 10:52 AM
2020-08-31
10:52 AM
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😉
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
1 REPLY 1
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2020-08-31 10:52 AM
2020-08-31
10:52 AM
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😉
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