Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - [solved] v18.4 Backstageview doesn't hide EditHint
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] v18.4 Backstageview doesn't hide EditHint

 Post Reply Post Reply
Author
Message
Alex H. View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 February 2004
Status: Offline
Points: 266
Post Options Post Options   Thanks (1) Thanks(1)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Topic: [solved] v18.4 Backstageview doesn't hide EditHint
    Posted: 05 June 2018 at 4:27am
Bug in XTP 18.4 ??
The EditHint of the combobox is still visible when opening the backstage view.
The other controls will be hidden.




Here is how we create the combobox in CreateRibbon
// global search edit		
CXTPControlComboBox* pControlGlobalSearch = (CXTPControlComboBox*) pRibbonBar->GetControls()->Add(xtpControlComboBoxID_SEARCH_FIELDSPLACEHOLDER);
pControlGlobalSearch->SetFlags(xtpFlagRightAlign | xtpFlagManualUpdate);
pControlGlobalSearch->SetDropDownListStyle();
pControlGlobalSearch->SetWidth(148);
pControlGlobalSearch->SetEditHint(CLResStr(IDS_TxtGlobalSearch).c_str());
pControlGlobalSearch->SetDropDownItemCount(10);		

Is there a workaround for that?
Could you please provide the patch?

Kind regards
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 06 June 2018 at 8:22am
Hello Alex,

Thank you for bringing this to our attention. We added this bug to task list.

Regards,
 Oleksandr Lebed
Back to Top
Alex H. View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 February 2004
Status: Offline
Points: 266
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Posted: 12 June 2018 at 8:13am
Thank you for your reply. Please provide a patch as soon as possible for XTP 18.4.
Back to Top
vkozlov View Drop Down
Admin Group
Admin Group


Joined: 01 December 2016
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote vkozlov Quote  Post ReplyReply Direct Link To This Post Posted: 12 June 2018 at 11:08am
Hello
Here is the patch in the attached file. Just unzip it.
Thanks,
Vlad
Back to Top
Alex H. View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 February 2004
Status: Offline
Points: 266
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Posted: 13 June 2018 at 3:12am
Thank you Vlad!

It works :-)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.