Page 1 of 1

How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 9:26 am
by Audros
Hello,
We have a problem to customise our command bar in C#, in fact, our concern is how to Drop button like for "Open" in command bar?
Bellow an attached image of button.
Thanks
Best regards

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 9:32 am
by Sasha - Tracker Dev Team
Hello Audros,

Do you want to use a list there, or only do a popup menu with commands (like Edit or Add command for example)?

Cheers,
Alex

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 9:56 am
by Audros
We want to add drop dow list and other button to be more ergonomic, the picture bellow show what we do now.
thanks

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 10:50 am
by Sasha - Tracker Dev Team
Hello Audros,

I think I've replied to you about this one already:
viewtopic.php?f=66&t=31065&p=125111#p125115

Cheers,
Alex

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 1:30 pm
by Audros
Hello,
this for menu, we want to add this on button.
like in picture bellow

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 2:03 pm
by Sasha - Tracker Dev Team
Hello Audros,

The menu and the button are the same thing - IUIX_CmdItem. You will have to insert it's submenu with needed items like the sample shows.

Cheers,
Alex

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 2:32 pm
by Audros
ok thank you very much
Best regards

Re: How to create dropbutton like "open" ?

Posted: Fri Jul 20, 2018 3:35 pm
by Tracker Supp-Stefan
:)