Print Page | Close Window

Caption Bar Text Cropped

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=23233
Printed Date: 20 April 2024 at 11:31am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Caption Bar Text Cropped
Posted By: MacW
Subject: Caption Bar Text Cropped
Date Posted: 28 December 2016 at 8:30am
Why does XTP crop the caption bar text and appends ...? The full text is "Properties" and there is plenty of room in the panel caption bar:





Replies:
Posted By: olebed
Date Posted: 28 December 2016 at 12:26pm
version of ToolkitPro ? version of VS, windows, name of control, theme ? skin ? source code for control initialization...


Posted By: MacW
Date Posted: 28 December 2016 at 12:53pm
XTP 17.3.0
Office 2010 skin

LRESULT OnDockingPaneNotify(...)

if (wParam == XTP_DPN_SHOWWINDOW)
  CXTPDockingPane* pPane = (CXTPDockingPane*)lParam;
    if (!pPane->IsValid()) {
      p = new ...
      p->Creeate(
      p->SetDockingPane(pPane);
      p->SetTitle(L("Properties..."));
      pPane->Attach(p);
      p->SetOptions(xtpPaneNoFloatable|xtpPaneNoCloseable);



Posted By: olebed
Date Posted: 27 February 2018 at 3:42pm
Hello,

I can't reproduce this issue. As I understood you use theme Office2010 Black,  not skin. Can you reproduce this with our example PaneSample ?

Regards,
 Oleksandr Lebed


Posted By: MacW
Date Posted: 27 February 2018 at 5:59pm
I can repro this still in 18.3. VS 2017. W10. 4K monitor with 150% font-scalng.
I think I use what you call the Office2010 theme. It's hard to understand all the themng in XTP, where apparently every panel and control needs to be configured separatel - and the docs are of no use.

This is not for all panels, only for some panels. XTP has no problems displaying the caption "Properties" in some panels, but in others it clips them and adds ... This is independent from the panel with, tool.

I have given details already in the bug reports I have created via your email interface over the past couple of months. Please see there for more details.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net