Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Bug (?) : refresh of combo control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug (?) : refresh of combo control

 Post Reply Post Reply
Author
Message
Lodep59 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 03 April 2008
Status: Offline
Points: 203
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Topic: Bug (?) : refresh of combo control
    Posted: 11 October 2008 at 2:42pm
Hi,
 
When the animation is enabled for command bar (theme XP) :
 
CommandBars.PaintManager.EnableAnimation = True
 
the combobox controls (for font for example) are not correctly refreshed when you scroll down whith the scroll bar on the left of the combo.
 
If you want to reproduce that, open the office 2003 sample and on form_load add :
 
CommandBars.PaintManager.EnableAnimation = True
 
Run the project and deploy the font list. Scroll down with the scrollbar and look at the items in the combo.
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: 13 October 2008 at 6:16am
Yes, Thanks, already fixed for next 12.1 release :-(
 
Please instead global CommandBars.PaintManager.EnableAnimation use now
CommandBars(i).EnableAnimation = True.
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.219 seconds.