Re: [[ ANN ]] Release 9.6.9 RC-3

2023-03-30 Thread chipsm themartinz.com via use-livecode
I’m having trouble loading the file you sent me. I can unzip it but I can’t 
load it back into Appli


Sincerely,

Clarence P. Martin Jr.
chi...@themartinz.com
Cell (626)787-4442

My Motto:
“Routine Destinations can be adventures if one tries different routes to get 
there”.

From: use-livecode  on behalf of Mark 
Talluto via use-livecode 
Date: Thursday, March 30, 2023 at 1:41 PM
To: useLiveCodeList 
Cc: Mark Talluto 
Subject: Re: [[ ANN ]] Release 9.6.9 RC-3
Thank you!

We have already released an iOS and Android app with this build.
I used Xcode 14.2 with SD 16.2, and it worked perfectly!

Best regards,
Mark Talluto

appli.io 
livecloud.io 
nursenotes.net 
canelasoftware.com 



> On Mar 29, 2023, at 7:08 AM, panagiotis merakos via use-livecode 
>  wrote:
>
> Dear list members,
>
> We are pleased to announce the release of LiveCode 9.6.9 RC-3.
>
> LiveCode 9.6.9 RC-3 comes with more than 25 bugfixes and improvements,
> including support for building with Xcode 14.2 and the iOS 16.2 SDK to meet
> the new requirements of the Apple AppStore.
>
> You can find more details on the bug fixes and improvements of this new
> release here:
>
> https://livecode.com/9-6-9-rc-3-released-support-for-ios-16/
>
> You can find the release in your LiveCode account area or get it via the
> automatic updater.
>
> Enjoy!
>
> Kind regards
> The LiveCode Team
> --
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [[ ANN ]] Release 9.6.9 RC-3

2023-03-30 Thread Mark Talluto via use-livecode
Thank you!

We have already released an iOS and Android app with this build.
I used Xcode 14.2 with SD 16.2, and it worked perfectly!

Best regards,
Mark Talluto

appli.io 
livecloud.io 
nursenotes.net 
canelasoftware.com 



> On Mar 29, 2023, at 7:08 AM, panagiotis merakos via use-livecode 
>  wrote:
> 
> Dear list members,
> 
> We are pleased to announce the release of LiveCode 9.6.9 RC-3.
> 
> LiveCode 9.6.9 RC-3 comes with more than 25 bugfixes and improvements,
> including support for building with Xcode 14.2 and the iOS 16.2 SDK to meet
> the new requirements of the Apple AppStore.
> 
> You can find more details on the bug fixes and improvements of this new
> release here:
> 
> https://livecode.com/9-6-9-rc-3-released-support-for-ios-16/
> 
> You can find the release in your LiveCode account area or get it via the
> automatic updater.
> 
> Enjoy!
> 
> Kind regards
> The LiveCode Team
> --
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: We cannot edit cRevStandaloneSettings

2023-03-30 Thread Klaus major-k via use-livecode
Hi Paul,

> Am 30.03.2023 um 18:42 schrieb Paul Dupuis via use-livecode 
> :
> 
> I just used LC 9.6.9rc3 to runs an Installer app (built in LiveCode) we use 
> to making installers for our research product for macOS and Windows. It sets 
> the cRevStandaloneSettings via script for each of 2 installer standalones 
> (one for each platform) it builds. It ran without errors. The installers and 
> installed applications work as expected, so I think you can at least 
> manipulate the cRevStandaloneSettings via script if you need to.
> 
> We run our installer builder on Window 10 to build Installers for Windows and 
> macOS (and then move the macOS standalone to macOS for code sign and 
> notarization, etc.

works of course with a script. :-)

> On 3/30/2023 12:18 PM, Klaus major-k via use-livecode wrote:
>> Hi all,
>> 
>> macOS 12.6.4 INTEL, LC 9.6.9 rc3
>> See subject, but or feature?
>> 
>> I'm asking because I saved a stack under a new name and
>> wanted to set the iOS Profile to -> (none) for testing, but
>> could only select one of the profiles used in the former stack. :-/

Added a bug report for this:


>> And trying to edit the cRevStandaloneSettings did not work!?
>> At least not in the inspector, will try via script later.
>> 
>> Thank you for any hint!

Best

Klaus

-- 
Klaus Major
kl...@major-k.de
https://www.major-k.de
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: Debugging LiveCode Builder scripts (widgets)

2023-03-30 Thread Ralph DiMola via use-livecode
Ben,

You could try to dispatch messages to LCS. They may be buffered also, it's
worth a shot.

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 Ben Rubinstein via use-livecode
Sent: Thursday, March 30, 2023 12:33 PM
To: Use LiveCode
Cc: Ben Rubinstein
Subject: Debugging LiveCode Builder scripts (widgets)

I'm trying to track down an obscure crashing bug in a widget.

With thanks to Mikey for
https://github.com/macMikey/LCB-missing-manual/wiki/debugging, I've mostly
been able to get by using 'log' as my primary debugging method, for all my
simple scripting errors.

However in this case the problem is that under certain circumstances
LiveCode/the widget hangs when new data is set. In this case (I'm reasonably
certain) the log messages that are issued are never reported. The standard
things seems to be that messages sent by 'log' are buffered, and reported
when idle.

Are there any tips for putting out debugging info from a widget that can
either be displayed/reported _immediately_ in LiveCode, or to some other app
so that I can get them up to the point that it hangs?

TIA, Ben

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: We cannot edit cRevStandaloneSettings

2023-03-30 Thread Paul Dupuis via use-livecode
I just used LC 9.6.9rc3 to runs an Installer app (built in LiveCode) we 
use to making installers for our research product for macOS and Windows. 
It sets the cRevStandaloneSettings via script for each of 2 installer 
standalones (one for each platform) it builds. It ran without errors. 
The installers and installed applications work as expected, so I think 
you can at least manipulate the cRevStandaloneSettings via script if you 
need to.


We run our installer builder on Window 10 to build Installers for 
Windows and macOS (and then move the macOS standalone to macOS for code 
sign and notarization, etc.



On 3/30/2023 12:18 PM, Klaus major-k via use-livecode wrote:

Hi all,

macOS 12.6.4 INTEL, LC 9.6.9 rc3

See subject, but or feature?

I'm asking because I saved a stack under a new name and
wanted to set the iOS Profile to -> (none) for testing, but
could only select one of the profiles used in the former stack. :-/

And trying to edit the cRevStandaloneSettings did not work!?
At least not in the inspector, will try via script later.

Thank you for any hint!


Best

Klaus



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Debugging LiveCode Builder scripts (widgets)

2023-03-30 Thread Ben Rubinstein via use-livecode

I'm trying to track down an obscure crashing bug in a widget.

With thanks to Mikey for 
https://github.com/macMikey/LCB-missing-manual/wiki/debugging, I've mostly 
been able to get by using 'log' as my primary debugging method, for all my 
simple scripting errors.


However in this case the problem is that under certain circumstances 
LiveCode/the widget hangs when new data is set. In this case (I'm reasonably 
certain) the log messages that are issued are never reported. The standard 
things seems to be that messages sent by 'log' are buffered, and reported when 
idle.


Are there any tips for putting out debugging info from a widget that can 
either be displayed/reported _immediately_ in LiveCode, or to some other app 
so that I can get them up to the point that it hangs?


TIA, Ben

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: We cannot edit cRevStandaloneSettings

2023-03-30 Thread Klaus major-k via use-livecode



> Am 30.03.2023 um 18:18 schrieb Klaus major-k via use-livecode 
> :
> 
> Hi all,
> 
> macOS 12.6.4 INTEL, LC 9.6.9 rc3
> See subject, but or feature?

BUG or feature! 8-)

> I'm asking because I saved a stack under a new name and 
> wanted to set the iOS Profile to -> (none) for testing, but 
> could only select one of the profiles used in the former stack. :-/
> 
> And trying to edit the cRevStandaloneSettings did not work!?
> At least not in the inspector, will try via script later.
> 
> Thank you for any hint!
> 
> 
> Best
> 
> Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


We cannot edit cRevStandaloneSettings

2023-03-30 Thread Klaus major-k via use-livecode
Hi all,

macOS 12.6.4 INTEL, LC 9.6.9 rc3

See subject, but or feature?

I'm asking because I saved a stack under a new name and 
wanted to set the iOS Profile to -> (none) for testing, but 
could only select one of the profiles used in the former stack. :-/

And trying to edit the cRevStandaloneSettings did not work!?
At least not in the inspector, will try via script later.

Thank you for any hint!


Best

Klaus
-- 
Klaus Major
kl...@major-k.de
https://www.major-k.de

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode