Re: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-11 Thread Wayne Yeung
I ran into this before for users with 2 monitors. In my situation, the cause was using the old BROWSE command within a VFP5 application. This sometimes changes VFP Windows registry values. My solution was to update the registry using a startup app. The startup app updates the registry and then

Re: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-11 Thread Alan Bourke
I've never gotten VFP to work reliably with this sort of setup. IMO it's from a time before dual monitors and doesn't know what the hell is happening. -- Alan Bourke alanpbourke (at) fastmail (dot) fm On Tue, 10 Aug 2021, at 12:56 AM, MB Software Solutions, LLC wrote: > VFP9SP2 Win10Pro

Re: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-10 Thread Man-wai Chang
I think I had a script that reset all screen-related settings, just in case ... :) This problem can happen to single monitor setup. On Tue, Aug 10, 2021 at 7:57 AM MB Software Solutions, LLC wrote: > > VFP9SP2 Win10Pro Dell Latitude 3400 and my favorite color today is red. > > Has anyone come

RE: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-10 Thread Tracy Pearson
Hi Mike, I suspect when your laptop is open in the dock it becomes Monitor #1, and the main monitors are in the negative numbers then. Are these windows in the Screen or on the Desktop directly? Tracy -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf

Re: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-10 Thread Frank Cazabon
Hi Michael, the resource file will store the position of the various windows, as I'm sure you know. If the left or top value gets set to something negative then it won't be visible. So maybe in your screen setup somehow things are getting changed around and you are ending up with a position

Re: Disappearing pop-up windows (like the Find window dialog in Code References, and sometimes the entire Debug window)

2021-08-09 Thread MB Software Solutions, LLC
My workaround is to delete all the foxuser.id rows with 'debug' in them but that's a PITA. On 8/9/2021 7:56 PM, MB Software Solutions, LLC wrote: VFP9SP2 Win10Pro Dell Latitude 3400 and my favorite color today is red. Has anyone come across where your resource file just seems to get crazy