[v362] DocumentView - Document Toolbars - QuickTools - Hide permanently  SOLVED

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.
Post Reply
zarkogajic
User
Posts: 1370
Joined: Thu Sep 05, 2019 12:35 pm

[v362] DocumentView - Document Toolbars - QuickTools - Hide permanently

Post by zarkogajic »

Hi Support,

I thought of removing the newly added "Quick tools" bar inside the CmdPaneLeft of an IPXV_DocumentView *easily* by handling e.documentView.prepare and then simply CmdPaneLeft.Hide (I've even tried CmdPaneLeft.DeleteLine(0)).

It have appeared to do the job - quick bar is removed - BUT - after loading another document and making the first document active again - the bar is again visible.

Is there some setting to permanently not have that bar ?

p.s.
Re-hiding every-time e.document.activated happens for a document - also not a solution.

-žarko
zarkogajic
User
Posts: 1370
Joined: Thu Sep 05, 2019 12:35 pm

Re: [v362] DocumentView - Document Toolbars - QuickTools - Hide permanently

Post by zarkogajic »

Hi,

Seems like

Inst.ShowCmdBar('cmdbar.quickTools', false);

does the trick.


Post Reply