Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Enhanced Mulit-Monitor-Support

Please change code in ElTreeCombo (Methode TCustomElTreeCombo.SetDropped)in the same matter to respect multi-monitor-systems:

Line

if P.Y + FTree.Height > Screen.Height then

to

if P.Y + FTree.Height > GetDesktopBottom then


I also added:

if P.X + FTree.Width > GetDesktopRight then
P.X := P.X - FTree.Width + Width;

Tagged:

Comments

Sign In or Register to comment.