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

2024-12-11 Thread Bob Sneidar via use-livecode
:-) > On Dec 11, 2024, at 2:46 PM, Richard Gaskin via use-livecode > wrote: > > I haven't seen the issue myself. If it's not important to you I'm just as > happy to get on with my day. > > Richard Gaskin > FourthWorld.com > > > Hugh Senior wrote: > >> Hi Richard >> >> No, I haven't report

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

2024-12-11 Thread Richard Gaskin via use-livecode
I haven't seen the issue myself. If it's not important to you I'm just as happy to get on with my day. Richard Gaskin FourthWorld.com Hugh Senior wrote: > Hi Richard > > No, I haven't reported it. Not sure I still have access to Bugzilla now. > Can you do the honours, please? > > RaiseWindows

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

2024-12-11 Thread Paul Dupuis via use-livecode
FYI I just created a test stack with a check box (on mouseUp set the raiseWindows to the hilite of me end mouseUp) and a button (on mouseUp answer "Answer Dialog" end mouseUp) and tried it under LC 9.6.12 and 9.6.13 in the IDE on Windows 11 (latest version/updates) on an HP Pavilion (i7, 16GB

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

2024-12-11 Thread Hugh Senior via use-livecode
Hi Richard No, I haven't reported it. Not sure I still have access to Bugzilla now. Can you do the honours, please? RaiseWindows LC 9.6.12 Windows When RaiseWindows is set to true, expect modal windows to float. They don't. They appear behind the parent window, inaccessible and undismissable. Hu