RE: Mobile Scroller

2021-06-18 Thread Ralph DiMola via use-livecode
Tom, Orientationchanged happens before the screen is actually rotated. This is why your scroll regions are not correct. Put your code in the resizestack handler. I delete and recreate the scroller, I don't remember if that is needed or I just started doing it that way. Scrollers work for me on

Re: Mobile Scroller

2021-06-18 Thread Tom Glod via use-livecode
Ralph, it's in the orientationchanged handler Brian Thanks. !!! On Fri, Jun 18, 2021, 4:18 PM Brian Milby via use-livecode, < use-livecode@lists.runrev.com> wrote: > I have this working in SivaSiva for the stories module on Android. It > locks up on iOS so I have rotation disabled

Re: Mobile Scroller

2021-06-18 Thread Brian Milby via use-livecode
I have this working in SivaSiva for the stories module on Android. It locks up on iOS so I have rotation disabled for now. In my use case, the group is essentially the full screen with an image that is being moved around. I’ll try to find the specific scripts tonight. Thanks, Brian Sent fro

RE: Mobile Scroller

2021-06-18 Thread Ralph DiMola via use-livecode
Tom, What handler are you doing this in? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Tom Glod via use-livecode Sent: Friday, June 18, 2021 2:51 PM To: H

Mobile Scroller

2021-06-18 Thread Tom Glod via use-livecode
Hi Folks, I implemented a MobileControl "Scroller" to scroll a group. Works great. However when I change the orientation, it no longer works correctly. - I tried to just update the properties relating to the rect - deleting / recreating mobileControlSet "CardContentScroller","visible",t

AW: AW: AW: codesigning FAILS with Umlaute

2021-06-18 Thread Tiemo via use-livecode
Hi Mark, anyhow, Apple has broken it in one of its latest releases. I have signed this same executable with umlaut for the last years successfully... Have a nice WE Tiemo -Ursprüngliche Nachricht- Von: use-livecode Im Auftrag von Mark Waddingham via use-livecode Gesendet: Freitag, 18. Ju

Re: AW: AW: codesigning FAILS with Umlaute

2021-06-18 Thread Mark Waddingham via use-livecode
On 2021-06-18 11:47, Tiemo via use-livecode wrote: Strangely enough, codesigning and notarizing a package with umlauts still works and is verified by Apple. Since codesigning a package has to be done with "productsign" and not "codesign" it looks as "codesign" is broken and not the shell. Tiemo

AW: AW: codesigning FAILS with Umlaute

2021-06-18 Thread Tiemo via use-livecode
Strangely enough, codesigning and notarizing a package with umlauts still works and is verified by Apple. Since codesigning a package has to be done with "productsign" and not "codesign" it looks as "codesign" is broken and not the shell. Tiemo -Ursprüngliche Nachricht- Von: use-livecod

Choose your LC Fate: Crash or Hang?

2021-06-18 Thread Curry Kenworthy via use-livecode
Here's a test stack and Word document to either Crash or Hang LC 9.6.2. This will be the first in my "Crash or Hang" LC Bug Report series! Two bug reports, which use the same test stack: https://quality.livecode.com/show_bug.cgi?id=23238 https://quality.livecode.com/show_bug.cgi?id=23239 Caref