Border around Editor Control

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
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Border around Editor Control

Post by jeffp »

I just installed the latest Editor SDK and a dark border now appears around the Editor Control, which I embed into my application. It didn't seem to be there before. Is there a way to hide the border around the ActiveX Editor Control? It just presents a minor UI issue in my application.

Thanks.

--Jeff
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17821
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Border around Editor Control

Post by Tracker Supp-Stefan »

Hello Jeff,

Did you make any changes to the way you are embedding the control into your project? Or did this all happen with just you updating the libraries for our SDK?

Kind regards,
Stefan
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Border around Editor Control

Post by jeffp »

Embedded SDK.PNG
I didn't make any changes. Take a look at the attachment. There is now an extra border line between our main toolbar buttons and your menu bar. Your control is embedded just below our main tool bar buttons.

Not a huge deal but it just started to appear in the last SDK or two.

--Jeff
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2352
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Border around Editor Control

Post by Vasyl-Tracker Dev Team »

Hi Jeff.

The noticeable border line on the top of embedded control - we will remove it in the upcoming 361.
Additionally, you may remove very tiny border around whole toolbars-pane on the top, by:

pdfCtl.Inst.ActiveMainFrm.View.CmdPaneTop.BorderStyle = 0;

I don't know what draws a similar line at the bottom of our control, on your screenshot. But looks like it's not drawn by our UI...

Cheers.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Border around Editor Control

Post by jeffp »

Thanks.

When do you expect build .361?
User avatar
Paul - Tracker Supp
Site Admin
Posts: 6829
Joined: Wed Mar 25, 2009 10:37 pm
Location: Chemainus, Canada
Contact:

Re: Border around Editor Control

Post by Paul - Tracker Supp »

Any day now...

we are just finalizing a few last minute things.
Best regards

Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Border around Editor Control

Post by jeffp »

Actually, this fixed my issue so I'm good now.

pdfCtl.Inst.ActiveMainFrm.View.CmdPaneTop.BorderStyle = 0;


Thanks.

--Jeff
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17821
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Border around Editor Control

Post by Tracker Supp-Stefan »

:)

And the new build (361) is now out.

Cheers,
Stefan
Post Reply