url no longer working as expected

2024-06-28 Thread Hugh Senior via use-livecode
Platform: Windows 11, LC 9.6.12 Query: Using URL to access a web page Problem: Enter "https://uk.finance.yahoo.com/quote/SHEL.L/history/"; into any web browser and the page is displayed as expected. Use LC's URL command to access the same page direct returns a 404 put url "https://uk.finance.ya

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

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

re: Window layering screwed

2024-12-09 Thread Hugh Senior via use-livecode
ry it set to false. > On 12/8/2024 4:01 AM, Hugh Senior via use-livecode wrote: >> 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 w

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

2024-12-09 Thread Hugh Senior via use-livecode
Curry: Recipe is engine bug with RaiseWindows. Set to false to regain correct layering, with thanks to Marty. Now just lurking on the lists! Hugh Senior -Original Message- Date: Sun, 8 Dec 2024 16:18:29 -0500 From: Curry Kenworthy To: use-livecode@lists.runrev.com Subject: Re: Window l