Multiple stacks showing at once on mobile

2021-04-19 Thread Gabe J via use-livecode
Hey All, Is it possible to have more than one stack showing at a time on mobile? Or is it always one stack showing at full-screen? Gabe ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manag

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
I've discovered that LiveCode (at least LC 9.6.1) seems to force the reported top of a manually-moved stack to be the bottom of stack "revMenubar" + 20, if the stack is overlapping revMenubar (even if revMenubar is not visible), even if the visual top of the stack is higher than that. All mouse cli

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
Also, the point of my previous email is that stack "revMenubar" seems to move around sometimes when you change multi-monitor configurations on Mac, which sets up the conditions for this issue. Gabe On Thu, May 6, 2021 at 11:52 AM Gabe J wrote: > I've discovered that LiveCode (at least LC 9.6.1)

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
position them on the top screen. I'm using LC 9.6.1. Gabe On Thu, May 6, 2021 at 1:15 PM Roger Guay via use-livecode < use-livecode@lists.runrev.com> wrote: > Gabe, before delving deeply into your message, are you saying that my > script does not work for you? > > Roger

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
when I try to > position them on the top screen. I'm using LC 9.6.1. > > Gabe > > > On Thu, May 6, 2021 at 1:15 PM Roger Guay via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Gabe, before delving deeply into your message, are you saying tha

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
wrote: > Huh . . . this is hard to understand since the script toggles revMenubar > precisely to the top of one monitor or the other based on returned > screenRects. > > And, you unchecked the “Displays have separate Spaces” in the Mission > Control System Prefs? > > Roger > &

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
evMenubar >> precisely to the top of one monitor or the other based on returned >> screenRects. >> >> And, you unchecked the “Displays have separate Spaces” in the Mission >> Control System Prefs? >> >> Roger >> >> > On May 6, 2021, at 11:39 A

LiveCode 6.6.3 crashing and saving only part of a stack file

2018-07-06 Thread Gabe J via use-livecode
Hi, We have a recurring problem where on one of our computers, LiveCode 6.6.3 crashes (segmentation fault, signal 11) while saving a stack file, and only writes part of the file. The crash report says the last function called is a C function called getfontattsnew(). From what I understand of the c

LiveCode time doesn't change when changing time zones unless you restart LiveCode

2019-04-07 Thread Gabe J via use-livecode
When the time zone changes on the computer (on MacOS, at least), the time in LiveCode does not update accordingly if LiveCode is not quit/reopened. Does anyone know of a way to force LiveCode to update its time zone/time-tracking value without needing to restart LiveCode? Thanks, Gabe ___

Modal stacks acting like systemWindow property set to true

2020-03-08 Thread Gabe J via use-livecode
Hi, We have noticed an issue in LiveCode where if a modal stack is triggered (example: using the "answer" command) in LiveCode 8 and 9 in MacOS, but we are in another application, the modal stack will appear over the other program we are in. This does not happen with "answer file", though (the res

Re: Modal stacks acting like systemWindow property set to true

2020-03-08 Thread Gabe J via use-livecode
> > > Am 08.03.2020 um 19:25 schrieb Gabe J via use-livecode < > use-livecode@lists.runrev.com>: > > > > Hi, > > > > We have noticed an issue in LiveCode where if a modal stack is triggered > > (example: using the "answer" command) in LiveCode 8 an