Re: Windows maximization on desktops

2023-11-09 Thread Paul Dupuis via use-livecode
On 11/9/2023 5:38 PM, ambassador--- via use-livecode wrote: Paul Dupuis wrote: Is there a message sent when a user click the maximize icon (macOS and Windows) in the titlebar of a window? As others have pointed out, resizeStack is sent. And by definition, wouldn't the windowBoundingRect be

Re: Windows maximization on desktops

2023-11-09 Thread ambassador--- via use-livecode
Paul Dupuis wrote: > Is there a message sent when a user click the maximize icon (macOS > and Windows) in the titlebar of a window? As others have pointed out, resizeStack is sent. And by definition, wouldn't the windowBoundingRect be the maximized size? I'm curious: what does the app need to

Re: Windows maximization on desktops

2023-11-09 Thread Mark Talluto via use-livecode
Hi Paul, Knowing the app was minimized, you could use a flag to track your state and recover from a maximize. Best regards, Mark Talluto appli.io livecloud.io nursenotes.net canelasoftware.com

Re: Windows maximization on desktops

2023-11-07 Thread Paul Dupuis via use-livecode
Thanks Klaus and Panos, Yes, a resizeStack is send on Maximize. Now I just need to do some screenrect calculations to determine a drag-resize from a maximize-resize. Thank you. On 11/7/2023 11:15 AM, panagiotis merakos via use-livecode wrote: Hello Paul, I think the "resizeStack" message

Re: Windows maximization on desktops

2023-11-07 Thread panagiotis merakos via use-livecode
Hello Paul, I think the "resizeStack" message should be sent. Kind regards, Panos -- On Tue, 7 Nov 2023 at 18:08, Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > Is there a message sent when a user click the maximize icon (macOS and > Windows) in the titlebar of a

Re: Windows maximization on desktops

2023-11-07 Thread Klaus major-k via use-livecode
Hi Paul, > Am 07.11.2023 um 17:07 schrieb Paul Dupuis via use-livecode > : > > Is there a message sent when a user click the maximize icon (macOS and > Windows) in the titlebar of a window? > > "iconifyStack" is sent for minimization, and "unIconifyStack" is sent when a > minimizaed stack is

Windows maximization on desktops

2023-11-07 Thread Paul Dupuis via use-livecode
Is there a message sent when a user click the maximize icon (macOS and Windows) in the titlebar of a window? "iconifyStack" is sent for minimization, and "unIconifyStack" is sent when a minimizaed stack is expanded (from the Windows taskbar or Apple dock). However, I can't seem to find an