Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTPControlComboBox
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPControlComboBox

 Post Reply Post Reply
Author
Message
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Topic: CXTPControlComboBox
    Posted: 14 July 2007 at 4:10pm

Hi

Our application is themed with nice yellow/orange bars when you hover over items, however we have added a combo box:
 

CXTPControlComboBox *pControlComboBox = new CXTPControlComboBox();

LONG lCount;

LPCTSTR *pPrinter = NULL;

BESTVIEW::bvGetPrinterList( &pPrinter, &lCount );

for ( LONG i = lCount - 1; i >=0; i-- )

pControlComboBox->AddString( pPrinter[i] );

pControlComboBox->SetDropDownListStyle( FALSE );

pControlComboBox->SetWidth( 250 );

pControlComboBox->SetCurSel( 0 );

pRibbonGroup->Add( pControlComboBox, ID_PRINT_OPTION_PRINTER );

 

But we cannot seem to get the highlighted bars to highlighted with the selected theme (eg. orange selections instead of blue)

also for some reason tooltips show differently than rest of our app ???
 
Any help appreciated
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 16 July 2007 at 1:01am
Hello,
 
Please attach screenshot what do you see.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2007 at 9:34am
Please download screemshots from: http://www.my-software.co.uk/temp/xtp.zip
 
On one of the screenshots it shows the cool highlighters and on other boring blue ones
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 23 July 2007 at 12:38am
Hello,
 
You can enable ownerdraw for this combo - see Samples\CommandBars\CustomThemes sample. For 11.2 release we aded buildin support of ownerdraw for combolist.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 23 July 2007 at 4:17am
Excellent, thanks, however do you have an approx release date for 11.2 as of yet ?
 
Thanks
Terry
 
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 23 July 2007 at 6:02am
Hello,
 
Think it will be published only in the end of summer.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
terrym View Drop Down
Senior Member
Senior Member


Joined: 13 April 2007
Status: Offline
Points: 836
Post Options Post Options   Thanks (0) Thanks(0)   Quote terrym Quote  Post ReplyReply Direct Link To This Post Posted: 23 July 2007 at 6:09am
Look forward to it, and is there a list of new things coming in the 11.2 release :)
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey
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.063 seconds.