Dual Monitor support in Actions

General TRichView support forum. Please post your questions here
Post Reply
Hanno
Posts: 22
Joined: Sun Mar 05, 2006 12:28 pm

Dual Monitor support in Actions

Post 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?
dave novo
Posts: 105
Joined: Wed Aug 31, 2005 2:13 am

Post 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.
Hanno
Posts: 22
Joined: Sun Mar 05, 2006 12:28 pm

Post by Hanno »

Thanks Dave,

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