Print Page | Close Window

Problem in Controls appearace on Ribbon bar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=11103
Printed Date: 18 April 2024 at 8:38am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Problem in Controls appearace on Ribbon bar
Posted By: vijaymahajan
Subject: Problem in Controls appearace on Ribbon bar
Date Posted: 19 June 2008 at 2:43am
Hello,
 
I have created one comboBox on my ribbon bar in MDI application,using the following code. The id which i used to create this combo,i have added it in a string table as well.now when i run the application,that string also appears on the control and occupies some part of the control.How to solve this problem.Please guide.

CXTPControlComboBox* pComboEdit = new CXTPControlComboBox);pGroup1->Add(pComboEdit,ID_EDIT_COMBO);pComboEdit->SetDropDownListStyle();pComboEdit->EnableAutoComplete();pComboEdit->SetWidth(130);

I am uploading the screenshot file along with this email. The file name is -   RibbonControls_stringappearance.zip.
 
https://forum.codejock.com/uploads/20080619_024012_RibbonControls_.zip - uploads/20080619_024012_RibbonControls_.zip
 
Please reply the answer for this problem.
 
Thanks And Regards,
Vijay.
 



Replies:
Posted By: Oleg
Date Posted: 19 June 2008 at 2:02pm
Add
pComboEdit ->SetStyle(xtpButtonIcon);


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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