![]() |
Problem in Controls appearace on Ribbon bar |
Post Reply ![]() |
Author | |
vijaymahajan ![]() Groupie ![]() ![]() Joined: 16 June 2008 Status: Offline Points: 92 |
![]() ![]() ![]() ![]() ![]() 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.
Please reply the answer for this problem.
Thanks And Regards,
Vijay.
|
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Add
pComboEdit ->SetStyle(xtpButtonIcon);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
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 |