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

2021-08-10 Thread Jürgen Wondzinski
Maybe Doug Hennig's whitepaper will be of some help:
https://doughennig.com/papers.aspx
There look for "Handling Multiple Monitors"

wOOdy



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/001001d78e10$7cac0c30$76042490$@wondzinski.de
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


[NF] Recommendations on a developer seat cushion?

2021-08-10 Thread Malcolm Greene
OK, I realize this is a rather [NF] but list traffic is low, its summer ... and 
well, I'm looking for a comfortable "developer" seat cushion and appreciate the 
wisdom of this crowd. I know, I'm a bit embarrassed by the "developer" 
adjective, but trying to keep this thread somewhat on topic :)

I'm looking at the ComfiLife Seat Cushion (Amazon, $35) but not excited about 
some of the reviews. Also overwhelmed with the number of options in this space.
https://www.amazon.com/dp/B014F18ZGU

Suggestions?

Mal

--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/3f688ed4-7955-47a0-b158-55efba669...@www.fastmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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 across where your resource file just seems to get crazy
> and show windows in coordinates that are entirely off-monitor and you
> cannot see them?  I do!  Started not too long ago.  I use a dual-monitor



-- 
 .~. Might, Courage, Vision. SINCERITY!
/ v \ 64-bit Fedora 25 Server Spin
/( _ )\ http://sites.google.com/site/changmw
^ ^ May the Force and farces be with you!

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/CAGv=MJApMOwJ9ptw_YZPNOLzwXCAA=A55x0dH12=F8R=+fk...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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 Of Frank 
Cazabon
Sent: Tuesday, August 10, 2021 8:58 AM
To: profoxt...@leafe.com
Subject: Re: Disappearing pop-up windows (like the Find window dialog in Code 
References, and sometimes the entire Debug window)

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 off the 
screen somewhere?

If you know the debug window is the active window, you can press Alt, 
then left arrow, then down arrow, then "M" and you will be able to move 
the window with the arrow keys. That might give you a better idea of 
where the window is.

Frank.

Frank Cazabon

On 09/08/2021 9:57 pm, MB Software Solutions, LLC wrote:
> 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 and show windows in coordinates that are entirely off-monitor 
>> and you cannot see them?  I do!  Started not too long ago.  I use a 
>> dual-monitor setup and on very rare occasion have my laptop lid open 
>> too while on the dock for a (unintended) 3rd monitor display.  I can 
>> only guess that my re-arrange monitors perhaps has caused this.  It's 
>> very frustrating.  I've nuked the resource.dbf file a couple times 
>> but it repeats behavior.  (Off the top of my head, I can't recall if 
>> the ZAP of resource.dbf fixes it or not, but if it does, eventually 
>> it happens again where I cannot see the Find window.)
>>
>> Only thing more I can contribute: leftmost monitor is #1 and right 
>> (and sometimes middle) is #2.  Laptop sits at far right of my desk.
>>
>> Ideas?  Tia.
>>

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/015001d78dea$cbd6bab0$63843010$@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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 off the 
screen somewhere?


If you know the debug window is the active window, you can press Alt, 
then left arrow, then down arrow, then "M" and you will be able to move 
the window with the arrow keys. That might give you a better idea of 
where the window is.


Frank.

Frank Cazabon

On 09/08/2021 9:57 pm, MB Software Solutions, LLC wrote:
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 and show windows in coordinates that are entirely off-monitor 
and you cannot see them?  I do!  Started not too long ago.  I use a 
dual-monitor setup and on very rare occasion have my laptop lid open 
too while on the dock for a (unintended) 3rd monitor display.  I can 
only guess that my re-arrange monitors perhaps has caused this.  It's 
very frustrating.  I've nuked the resource.dbf file a couple times 
but it repeats behavior.  (Off the top of my head, I can't recall if 
the ZAP of resource.dbf fixes it or not, but if it does, eventually 
it happens again where I cannot see the Find window.)


Only thing more I can contribute: leftmost monitor is #1 and right 
(and sometimes middle) is #2.  Laptop sits at far right of my desk.


Ideas?  Tia.



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/f84c9bd7-e99b-d5cd-e8cb-3aff5e5dc...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.