Doubleclick a TMyQuery can result in problems

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

Doubleclick a TMyQuery can result in problems

Post by kaffeburk » Mon 14 Nov 2011 21:36

I have a laptop, that most of the times are connected to an external screen, but not always. When i double-click a TMyquery the new window will open up where i previously placed the last window. That can be a problem, if I did that on the external monitor and are somewhere without access to the external monitor - or even worse - not access to any external monitor, i can't access the window - and the position wont reset even i i reboot the computer. I'l guess that a better behavior is that MyDac checks if the monitor it remembers still exist - and if it don't - change the position to somewhere within the main-monitor.

AndreyZ

Post by AndreyZ » Tue 15 Nov 2011 10:26

Hello,

Thank you for the information. We have changed the behaviour of editor forms of all DAC products. If an editor form has saved position that makes it not fully visible on the current monitor, it will be opened in the center of the current monitor.

Post Reply