[solved] v18.4 Backstageview doesn't hide EditHint |
Post Reply |
Author | |
Alex H.
Senior Member Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(1)
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(xtpControlComboBox, ID_SEARCH_FIELDSPLACEHOLDER); pControlGlobalSearch->SetFlags(xtpFlagRightAlign | xtpFlagManualUpdate); pControlGlobalSearch->SetDropDownListStyle(); pControlGlobalSearch->SetWidth(148); pControlGlobalSearch->SetEditHint(CLResStr(IDS_TxtGlobalSearch).c_str()); pControlGlobalSearch->SetDropDownItemCount(10); |
|
olebed
Admin Group Joined: 01 July 2014 Location: Ukraine Status: Offline Points: 841 |
Post Options
Thanks(0)
|
Hello Alex,
Thank you for bringing this to our attention. We added this bug to task list. Regards, Oleksandr Lebed |
|
Alex H.
Senior Member Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
|
Thank you for your reply. Please provide a patch as soon as possible for XTP 18.4.
|
|
vkozlov
Admin Group Joined: 01 December 2016 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Alex H.
Senior Member Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
|
Thank you Vlad! It works :-)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |