View Issue Details

IDProjectCategoryView StatusLast Update
0002076JEDI VCL00 JVCL Componentspublic2004-08-20 07:59
ReporteranonymousAssigned ToAHUser 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0002076: Resizing TJvStatusBar in XP style
DescriptionWhen resizing a window with an XP manifest, the statusbar is not fully repainted. At the end of the statusbar the image that indicates that the window can be resized, but the old image is not erased when making the window bigger.
Additional InformationI fixed it, by setting the doublebuffered property on true.
TagsNo tags attached.

Activities

AHUser

2004-08-20 07:59

developer   ~0005038

Fixed in CVS.

The line
WindowClass.Style := WindowClass.Style and not CS_HREDRAW;
caused the problem. It is now disabled when Theming is activated.

Issue History

Date Modified Username Field Change
2004-08-20 07:44 anonymous New Issue
2004-08-20 07:59 AHUser Status new => resolved
2004-08-20 07:59 AHUser Resolution open => fixed
2004-08-20 07:59 AHUser Assigned To => AHUser
2004-08-20 07:59 AHUser Note Added: 0005038