Desktop position of ReportDesigner windows
Hello,
How is the position of the reportdesigner on the desktop determined? If I leave it on a 2nd monitor but then open it with the monitor of I need to have it on the primary monitor again.
But it remains on the invisible monitor.
Can you control the position with Left and Top properties somehow?
regards, Wilfried
How is the position of the reportdesigner on the desktop determined? If I leave it on a 2nd monitor but then open it with the monitor of I need to have it on the primary monitor again.
But it remains on the invisible monitor.
Can you control the position with Left and Top properties somehow?
regards, Wilfried
Comments
I just got back to this issue.
Ok, so you store positions in the registry. Is there not some way to control this storing or avoid the reading of the position somehow?
What I mean is I would prefer not to control it by writing to the registry. That seems a bit odd to me. There should be a way to do it from the code (a method of TfrxDesigner for example).
I guess it should, given the fact more an more multiple monitors are used, then after switching monitors, the app should use something like TForm's MakeFullyVisible method.....
Any ideas?
Something in FR 6.0?
regards, Wilfried