Anonymous | Login | Signup for a new account | 2019-02-16 15:33 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0004108 | [JEDI VCL] 00 JVCL Components | minor | always | 2007-04-17 18:06 | 2007-04-19 15:55 | ||
Reporter | Kiriakos | View Status | public | ||||
Assigned To | remkobonte | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | Daily / GIT | ||||
Summary | 0004108: JvDocking and Windows Vista | ||||||
Description |
There is a lot of flicker when you load docking layouts in Windows Vista. This is because that code that was introduced to deal with the same problem in Windows XP is not used in Vista. Solution: In JvDockControlForm.pas InitDockManager function define IsWinXP as follows: IsWinXP := (OSVersionInfo.dwMajorVersion > 5) or (OSVersionInfo.dwMajorVersion = 5) and (OSVersionInfo.dwMinorVersion >= 1); You may want to rename IsWinXP to IsWinXPorNewer |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Attached Files | |||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |