Board index » delphi » Multi-Monitor Madness
Russ
![]() Delphi Developer |
Multi-Monitor Madness2006-11-22 01:13:12 AM delphi139 I have a multi-monitor setup. Monitor 1 is 1600X1200, 2 is 1280X1024. I have the monitor setup with the tops equal. I have a small (in height) app that I run on monitor 2 at the top of the screen. I have a function that I can call to allow me to set the startup position of dialogs to screencenter, a particular monitor screencenter, tray app, centered in any window or window control. When my small app is running at the top and is less than 13 pixels from the top the left property of my dialog becomes unable to be changed in code and the value that is set in it is the left value that centers it horizontally with the mainform. The top property still works correctly. My function is returning the correct values in all cases but the assignment to the left property is completely ignored when the maniform top is less than 13. Very weird. I am at a loss. Russ |