Print Page | Close Window

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

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=23648
Printed Date: 26 April 2024 at 12:19pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [solved] v18.4 Backstageview doesn't hide EditHint
Posted By: Alex H.
Subject: [solved] v18.4 Backstageview doesn't hide EditHint
Date 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



Replies:
Posted By: olebed
Date 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


Posted By: Alex H.
Date Posted: 12 June 2018 at 8:13am
Thank you for your reply. Please provide a patch as soon as possible for XTP 18.4.


Posted By: vkozlov
Date Posted: 12 June 2018 at 11:08am
uploads/9108/Rev_20588.zip" rel="nofollow - uploads/9108/Rev_20588.zip
Hello
Here is the patch in the attached file. Just unzip it.
Thanks,
Vlad


Posted By: Alex H.
Date Posted: 13 June 2018 at 3:12am
Thank you Vlad!

It works :-)



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