Re: Window layering screwed / Problems with (ask and answer) dialogs

2024-12-08 Thread Curry Kenworthy via use-livecode
Hugh: > After years of working as expected, now any stack opened as modal > is mis-layered behind the calling window. Yes, I have seen that a couple of times - You need a recipe! Context makes all the difference. Glad to see you here. Klaus: > Windows 11 ... (ask and answer) dialogs appear in

Re: Window layering screwed

2024-12-08 Thread Marty Knapp via use-livecode
Check to see if raiseWindows is set to true - if so try it set to false. --- Marty Knapp > On Dec 8, 2024, at 8:18 AM, Paul Dupuis via use-livecode > wrote: > > I am running Windows 11 with the latest updates on an HP Pavilion laptop with > a i7 processor and 16GB of RAM. I have no window laye

Re: Window layering screwed

2024-12-08 Thread Paul Dupuis via use-livecode
I am running Windows 11 with the latest updates on an HP Pavilion laptop with a i7 processor and 16GB of RAM. I have no window layering issues under LC9.6.13, LC 10.0.0, or LC 10.0.1rc3. On 12/8/2024 4:01 AM, Hugh Senior via use-livecode wrote: After years of working as expected, now any stac

Window layering screwed

2024-12-08 Thread Hugh Senior via use-livecode
After years of working as expected, now any stack opened as modal is mis-layered behind the calling window. As the blocking modal window is hidden and not accessible to dismiss, the only way to regain control seems to be cmd.M to show the message box (dunno why). Anyone else got this problem? Is i