LMD Innovative - Forum
Discussions
→ All Categories
Announcements
7
LMD IDE-Tools
27
LMD ElPack
25
LMD-Tools
4
Feature Requests
1
Activity
Sign In
LMD ElPack
Enhanced Mulit-Monitor-Support
Vote Up
0
Vote Down
BernhardGeyer
July 2011
Posts: 27
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;
1 Comment
sorted by
Votes
Date Added
Vote Up
0
Vote Down
Alexander Hramov (LMD)
August 2011
Posts: 34
Added, thank you
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
64
Announcements
7
LMD IDE-Tools
27
LMD ElPack
25
LMD-Tools
4
Feature Requests
1
In this Discussion
Alexander Hramov (LMD)
August 2011
Tagged
multimonitor
1
Powered by Vanilla