How to create dropbutton like "open" ?

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

How to create dropbutton like "open" ?

Post 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
You do not have the required permissions to view the files attached to this post.
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am

Re: How to create dropbutton like "open" ?

Post 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
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: How to create dropbutton like "open" ?

Post 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
You do not have the required permissions to view the files attached to this post.
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am

Re: How to create dropbutton like "open" ?

Post 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
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: How to create dropbutton like "open" ?

Post by Audros »

Hello,
this for menu, we want to add this on button.
like in picture bellow
You do not have the required permissions to view the files attached to this post.
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am

Re: How to create dropbutton like "open" ?

Post 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
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Audros
User
Posts: 77
Joined: Fri Jun 08, 2018 1:39 pm

Re: How to create dropbutton like "open" ?

Post by Audros »

ok thank you very much
Best regards
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17949
Joined: Mon Jan 12, 2009 8:07 am
Location: London

Re: How to create dropbutton like "open" ?

Post by Tracker Supp-Stefan »

:)