View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005424 | JEDI VCL | 00 JVCL Components | public | 2010-11-24 19:04 | 2010-11-27 11:27 |
Reporter | ralfiii | Assigned To | jfudickar | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0005424: Function CrtResString in JvJVCLUtils fails on multi-monitor systems | ||||
Description | May affect the FormStorage-components. On a multi-monitor system the forms may be mis-placed as the app doesn't recognize when the secondary monitor is removed. | ||||
Additional Information | Fix: The current code Result := Format('(%dx%d)', [GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN)]); should be replaced with Result := Format( '(%dx%d)', [Screen.DesktopWidth, Screen.DesktopHeight]); | ||||
Tags | No tags attached. | ||||