Re: Problems with Multiple Monitors

2021-05-06 Thread Roger Guay via use-livecode
Good catch, Gabe. my menubar is set to the bottom MBP display, and didn’t think to mess with the menubar in the top display. Thanks, Roger > On May 6, 2021, at 12:10 PM, Gabe J via use-livecode > wrote: > > Oh, I think I see what the difference is: The screenRects will be in a > different ord

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
Oh, I think I see what the difference is: The screenRects will be in a different order depending on which screen the menubar is set to. So, when the menubar is set to the top screen, your script sends stack "revMenubar" to the bottom screen. I was running with the menubar set to be on the top scree

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
Yeah, "Displays have separate Spaces" is unchecked. Yes, your script is moving stack "revMenubar" to near the top of the bottom screen when the top and bottom screen are left-aligned, but since it is on the bottom screen (below stacks on the top screen) the stacks above it on the top screen do not

Re: Problems with Multiple Monitors

2021-05-06 Thread Roger Guay via use-livecode
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 > On May 6, 2021, at 11:39 AM, Gabe J via u

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
If I were to do everything on the bottom screen, it would work. But to use stacks on the top screen, stack "revMenubar" needs to go to the top of the top screen, it appears. (At least in LC 9.6.1) Gabe On Thu, May 6, 2021 at 1:39 PM Gabe J wrote: > Sorry Roger, > > I was replying to the email

Re: Problems with Multiple Monitors

2021-05-06 Thread Gabe J via use-livecode
Sorry Roger, I was replying to the email thread--- I clicked reply on your message because it was the last one in my list here. However, I just tried your script and it looks like it isn't working. I have an external screen positioned above my laptop and it ran into the same problem: Since stack

Re: Problems with Multiple Monitors

2021-05-06 Thread Roger Guay via use-livecode
Gabe, before delving deeply into your message, are you saying that my script does not work for you? Roger > On May 6, 2021, at 9:56 AM, Gabe J via use-livecode > wrote: > > Also, the point of my previous email is that stack "revMenubar" seems to > move around sometimes when you change multi-m

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
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: notarizing DMG fails - solved

2021-05-06 Thread Jim Lambert via use-livecode
> > Thank you Matthias! Your tools make my life SO much easier! You have > done a great service for this community. +100 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: Problems with Multiple Monitors

2021-05-06 Thread Roger Guay via use-livecode
Hi Fred et al, I use the following script to switch the monitor I wish to use for the revmenubar and revTools and then position pallets like my own rTools and tmAlign3. It is working quite nicely for me with my external monitor positioned above my MBP and “Displays have separate spaces” uncheck

Re: Problems with Multiple Monitors

2021-05-06 Thread Paul Dupuis via use-livecode
On 5/6/2021 4:41 AM, Fred Moyer via use-livecode wrote: On May 4, 2021, at 5:32 PM, Fred Moyer wrote: Anyone having problems with multiple monitors and LC? I’m running 9.6.1 - Mac. I have a feeling LC is confused because I like to connect and disconnect monitors from my MacBook Pro. (Even t

AW: which entity has to be notarized/stapled?

2021-05-06 Thread Tiemo via use-livecode
Hi Matthias, your doc is wonderful helpful! Just the matter is pretty complex for the first time, and there are quite a bunch of different approaches to go and I have to find the pieces for my approach. Therefore I wouldn't chop it into several docs. Sometimes I overread some implicit informati

Re: which entity has to be notarized/stapled?

2021-05-06 Thread matthias rebbe via use-livecode
Tiemo, i am wondering, if my lesson is not clear enough about this. What do you think? I really thought, that it's clear that you just have to sent only the top level container to Apple and that the local stapling process goes through the container and writes the information to the app within t

AW: which entity has to be notarized/stapled?

2021-05-06 Thread Tiemo via use-livecode
I found an answer to my question here https://developer.apple.com/forums/thread/650288 : You will need to sign the .pkg installer with Developer ID and notarize it in order for it to install on macOS 10.14.5 and newer. The reason why it may have appeared to work locally was that the pkg wasn't

Re: which entity has to be notarized/stapled?

2021-05-06 Thread matthias rebbe via use-livecode
So... Stapling always staples the app, regardless if it is nested in one container or more. When you send your app as pkg, dmg or as pkg on dmg to apple, then you can staple those containers, because the stapling goes "through" and the stapling information is written to the .app inside the c

Re: Problems with Multiple Monitors

2021-05-06 Thread Fred Moyer via use-livecode
> On May 4, 2021, at 5:32 PM, Fred Moyer wrote: > > Anyone having problems with multiple monitors and LC? I’m running 9.6.1 - > Mac. I have a feeling LC is confused because I like to connect and disconnect > monitors from my MacBook Pro. (Even the MacOS sometimes gets confused.) But > now LC

which entity has to be notarized/stapled?

2021-05-06 Thread Tiemo via use-livecode
One question is left for me about notarization and stapling. If you have an app, which is packaged and the package is wrapped in a DMG, which instance should be notarized and which stapled? All three, each one after the other, before proceeding to the next step, or only the outer shell, in this