View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004059 | JEDI VCL | 00 JVCL Components | public | 2007-02-07 07:20 | 2007-05-27 14:58 |
Reporter | willhonor | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.30 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004059: TDBLookupComboBox does not play well with multi screen setup | ||||
Description | When using TDBLookupComboBox on a dual screen setup the drop down box will only appear on the main screen, even if the drop down box is on the second screen. | ||||
Tags | No tags attached. | ||||
|
In V3.3 it seems fixed. In V3.2 I made following Patch in JvDBLookup.pas in TJvDBLookupCombo.DropDown Row 2524: if P.X + FDataList.Width > Screen.MonitorFromPoint(P).Left + Screen.MonitorFromPoint(P).Width then P.X := Screen.MonitorFromPoint(P).Left + Screen.MonitorFromPoint(P).Width - FDataList.Width; instead of if P.X + FDataList.Width > Screen.Width then P.X := Screen.Width - FDataList.Width; Bye Frank |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-02-07 07:20 | willhonor | New Issue | |
2007-03-21 06:02 | jepsen | Note Added: 0011534 | |
2007-03-21 06:03 | jepsen | Note Edited: 0011534 | |
2007-03-21 06:03 | jepsen | Note Edited: 0011534 | |
2007-05-27 14:58 | AHUser | Status | new => resolved |
2007-05-27 14:58 | AHUser | Resolution | open => fixed |
2007-05-27 14:58 | AHUser | Assigned To | => AHUser |