Print Page | Close Window

CXTPControlComboBox

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=7600
Printed Date: 13 November 2025 at 8:13am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPControlComboBox
Posted By: terrym
Subject: CXTPControlComboBox
Date 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



Replies:
Posted By: Oleg
Date Posted: 16 July 2007 at 1:01am
Hello,
 
Please attach screenshot what do you see.


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


Posted By: terrym
Date Posted: 21 July 2007 at 9:34am
Please download screemshots from: http://www.my-software.co.uk/temp/xtp.zip - 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


Posted By: Oleg
Date 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


Posted By: terrym
Date 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


Posted By: Oleg
Date 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


Posted By: terrym
Date 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



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