View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004108 | JEDI VCL | 00 JVCL Components | public | 2007-04-17 18:06 | 2007-04-19 15:55 |
Reporter | Kiriakos | Assigned To | remkobonte | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.34 | |||
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 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-17 18:06 | Kiriakos | New Issue | |
2007-04-19 15:55 | remkobonte | Status | new => resolved |
2007-04-19 15:55 | remkobonte | Fixed in Version | => Daily / SVN |
2007-04-19 15:55 | remkobonte | Resolution | open => fixed |
2007-04-19 15:55 | remkobonte | Assigned To | => remkobonte |
2007-04-19 15:55 | remkobonte | Note Added: 0012228 |