Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Problem in Controls appearace on Ribbon bar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem in Controls appearace on Ribbon bar

 Post Reply Post Reply
Author
Message
vijaymahajan View Drop Down
Groupie
Groupie
Avatar

Joined: 16 June 2008
Status: Offline
Points: 92
Post Options Post Options   Thanks (0) Thanks(0)   Quote vijaymahajan Quote  Post ReplyReply Direct Link To This Post Topic: Problem in Controls appearace on Ribbon bar
    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.
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 19 June 2008 at 2:02pm
Add
pComboEdit ->SetStyle(xtpButtonIcon);
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.125 seconds.