Re: "Unknown error." in LC when trying to test to connected ios device

2021-09-15 Thread scott--- via use-livecode
As J. Landman Gay once pointed out, sometimes it comes down to figuring out what color chicken to sacrifice. The other day I encountered something similar to what you are describing that was a new one for me. (I don’t recall the exact issue because I encountered several and they are mixed up

Re: M1 Mac possible problem

2021-09-15 Thread Mark Smith via use-livecode
Yes, works fine now here as well, and looks to be quite an impressive musical accomplishment. Best of luck with it. > On Sep 15, 2021, at 9:23 PM, Peter Bogdanoff via use-livecode > wrote: > > Thanks Henk. > > The problem that I could finally reproduce was a sub stack (that is “in use”)

"Unknown error." in LC when trying to test to connected ios device

2021-09-15 Thread Mike Kerner via use-livecode
Mac OS 11.5.2 LC 9.6.2 XCode 12.1 I choose a device from the Development->Test Target menu, then select Development->Test We get as far as the app getting signed, and then the error is thrown. I'm pretty sure the certs and profiles are current, since I manually removed them and then used XC to

Re: M1 Mac possible problem

2021-09-15 Thread Peter Bogdanoff via use-livecode
Thanks Henk. The problem that I could finally reproduce was a sub stack (that is “in use”) not receiving the openStack message when it was opened. This caused the program's initialization script to pause. So I replaced the openStack handler in the sub stack with that would receive a sent

Re: M1 Mac possible problem

2021-09-15 Thread Henk van der Velden via use-livecode
Works fine now! > On 15 Sep 2021, at 18:00, use-livecode-requ...@lists.runrev.com wrote: > > Hi to all those that did a test of my Music In the Air program some days ago > on your Mac. > > I think I have fixed the installation problem. Would you do a quick test to > see if it runs now? > >

Re: M1 Mac possible problem

2021-09-15 Thread Peter Bogdanoff via use-livecode
Thank you Matthias. > On Sep 15, 2021, at 5:21 AM, matthias rebbe via use-livecode > wrote: > > Works now. > > One thing i noticed is that although the language is set to english, the > program settings dialog shows Chinese text. > > > Regards, > Matthias > > > > Am 15.09.2021 um 07:17

Re: export a stack and recreate it it by script

2021-09-15 Thread Mark Wieder via use-livecode
On 9/15/21 3:29 AM, Malte Pfaff-Brill via use-livecode wrote: Hi, I have been lurking for a while and do not really write code anymore. However, I am in a situation, where I need to maintain a very old project, that consists of a large(ish) collection of stacks that is crashing frequently

RE: export a stack and recreate it it by script

2021-09-15 Thread Douglas A. Ruisaard via use-livecode
You might also check out "Script Reporter".. which should be available somewhere on the LC site. It's a GREAT program which reads entire stacks (one at a time, mind you) and allows a cut & paste of the code into a simple text file. Like Ben's suggestion, I use it extensively for version

Re: export a stack and recreate it it by script

2021-09-15 Thread Ben Rubinstein via use-livecode
Hi Malte, I have one (not used for many a year) that exports to XML including scripts, properties, contents etc. I used it to diff - never wrote an importer for it. But if you don't find what you need elsewhere, this might do half the job. Let me know if you want it. Ben On 15/09/2021

export a stack and recreate it it by script

2021-09-15 Thread Malte Pfaff-Brill via use-livecode
Hi, I have been lurking for a while and do not really write code anymore. However, I am in a situation, where I need to maintain a very old project, that consists of a large(ish) collection of stacks that is crashing frequently with newer engine versions.My suspicion is that it is due to

Re: M1 Mac possible problem

2021-09-15 Thread matthias rebbe via use-livecode
Works now. One thing i noticed is that although the language is set to english, the program settings dialog shows Chinese text. Regards, Matthias Am 15.09.2021 um 07:17 schrieb Peter Bogdanoff via use-livecode : > > Hi to all those that did a test of my Music In the Air program some days

Re: M1 Mac possible problem

2021-09-15 Thread Bernard Devlin via use-livecode
No problems that I could see. On Wed, Sep 15, 2021 at 6:18 AM Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi to all those that did a test of my Music In the Air program some days > ago on your Mac. > > > ___ use-livecode