View Issue Details

IDProjectCategoryView StatusLast Update
0004059JEDI VCL00 JVCL Componentspublic2007-05-27 14:58
ReporterwillhonorAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.30 
Target VersionFixed in Version 
Summary0004059: TDBLookupComboBox does not play well with multi screen setup
DescriptionWhen 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.
TagsNo tags attached.

Activities

jepsen

2007-03-21 06:02

reporter   ~0011534

Last edited: 2007-03-21 06:03

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

Issue History

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