![]() |
ToolBars + Offic2007 |
Post Reply
|
| Author | |
pascal
Groupie
Joined: 07 February 2005 Location: Germany Status: Offline Points: 25 |
Post Options
Thanks(0)
Quote Reply
Topic: ToolBars + Offic2007Posted: 28 August 2006 at 6:59am |
|
Hello,
I use some toolbars nesting combobox controls like the font name and font type. The text of the combo is editable. Well, when I toggle between the theme Office 2003 (or 2000) to office 2007 with ribbon extensions, the combo is not correctly updated. Setting the focus to the combo lets the new style appearing. my code looks like this: ... XTPPaintTheme paintTheme = XTPPaintManager()->GetCurrentTheme(); GetCommandBars()->SetTheme(paintTheme); GetCommandBars()->GetImageManager()->RefreshAll(); GetCommandBars()->RedrawCommandBars(); SendMessage(WM_NCPAINT); RedrawWindow(0, 0, RDW_ALLCHILDREN|RDW_INVALIDATE); ... What's wrong? Thanks for reply, we are releasing in a couple of days ![]() |
|
|
Pascal Verdier
Software Engineer Manager |
|
![]() |
|
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 |