Page 1 of 1

Dual Monitor support in Actions

Posted: Thu Jun 01, 2006 1:47 pm
by Hanno
Hi, I have two monitors. I load my app on one and use ActionFontColor1.Execute to change font color, works fine. I then move the app to the next monitor and repeat this action and when the color chooser closes the app is moved back to the first monitor. I am not sure why this is happening, but the app always moves back to the monitor where it was initially loaded. This does not happen in any of the many forms that my app uses. My customers have reported this behavior and I have been able to replicate it. Is there something simple I can change to avoid this behavior?

Posted: Fri Jun 23, 2006 4:49 am
by dave novo
I have never seen this before, and we word on dual monitors all the time. I would suggest to make an onResize method for your form and put some code there to set a breakpoint on. Then check the call stack and see who is moving the form.

Posted: Fri Jun 23, 2006 9:44 am
by Hanno
Thanks Dave,

it must be my code then. That's great to know, thank you.