Re: iOS 15 - Xcode version

2021-09-24 Thread Stephen Barncard via use-livecode
*"Try Affinity Photo, really good software for only few bucks."*

Yes, a very capable app for about $50 US.   Different workflow than PS but
well thought out. Their documentation and learning materials are well
thought out. MAC AND PC, and a beautiful UI.


"--
Stephen Barncard - Sebastopol Ca. USA -
mixstream.org


On Fri, Sep 24, 2021 at 8:57 PM Ludovic THEBAULT via use-livecode <
use-livecode@lists.runrev.com> wrote:

>
>
> > Le 25 sept. 2021 à 00:19, Marty Knapp via use-livecode <
> use-livecode@lists.runrev.com> a écrit :
> >
> >
> > But now I can no longer use Photoshop CS3! It’s probably 10 years old so
> it had a good long run. Now to find a replacement as I don’t want to pay
> $20 a month for that…
> >
>
> Hello !
>
> Try Affinity Photo, really good software for only few bucks.
>
>
> >
>
>
>
> ___
> 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: iOS 15 - Xcode version

2021-09-24 Thread Ludovic THEBAULT via use-livecode


> Le 25 sept. 2021 à 00:19, Marty Knapp via use-livecode 
>  a écrit :
> 
> 
> But now I can no longer use Photoshop CS3! It’s probably 10 years old so it 
> had a good long run. Now to find a replacement as I don’t want to pay $20 a 
> month for that…
> 

Hello !

Try Affinity Photo, really good software for only few bucks.


> 



___
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: iOS 15 - Xcode version

2021-09-24 Thread Marty Knapp via use-livecode
Just a follow up here. I installed Big Sur on a separate volume and then 
downloaded the latest version of Xcode - 13.0. That doesn’t work. So I went 
into my Apple Developer account to get Xcode 12.5.1 which downloads as a .xip 
file - took forever to install from that (just so you know). So start the 
process and then go do something else - like a trip to the Bahamas. When you 
get back it might be done. Then set that version of Xcode in the LC prefs. Now 
I can build iOS apps for version 15.

But now I can no longer use Photoshop CS3! It’s probably 10 years old so it had 
a good long run. Now to find a replacement as I don’t want to pay $20 a month 
for that...

Marty




> On Sep 23, 2021, at 12:09 PM, Ludovic via use-livecode 
>  wrote:
> 
> Hello
> 
> I noticed that on first opening my apps quit suddenly after the update. But 
> they should work normally since. 
> I had compiled them under bigsur
> 
> Ludovic 
> ___
> 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: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Ben Rubinstein via use-livecode

Hi Matthias,

Thanks for testing. After Trevor reported that it should work, I built an 
empty "hello world" stack which indeed launched OK. Since then I've been going 
round and round trying to cut down a copy of my app and simultaneously trying 
to build up the empty stack.


It does seem to be do with inclusions, but I haven't quite got it figured yet 
- but I've just managed to get a working version of my actual app. Hurrah!


Thanks for helping,

Ben

On 24/09/2021 16:39, matthias rebbe via use-livecode wrote:

Ben,

i tried here and created a Windows standalone (both 32 and 64 bit) on Big Sur 
with LC 9.6.4 and moved it to a Windows 10 machine.
The created standalone could be opened without any problem on Windows.

Do you have manual selected the inclusions in standalone settings  or did you 
let LC IDE search for inclusions?


Or maybe this is a Antivirus / Firewall problem? Maybe your standalone was 
blocked without any notification.

Regards,
Matthias



Am 24.09.2021 um 13:39 schrieb Ben Rubinstein via use-livecode 
:

Has anyone else encountered an issue building Windows standalones from LC 9.6.4 
or 9.6.5 on Mac?

What I'm seeing is that the process is suspiciously fast; but generates the 
expected files (.exe, the various dlls); and the .exe is the expected size, 
almost identical to what is produced under LC 9.6.3.

However when this is moved to a Windows machine:

- attempting to open in the Explorer simply nothing happens.

- attempting to launch the standalone from command line is met with the message "Access 
is denied" (although security properties allow Read&Execute).

Symptoms are exactly the same whether the standalone was built for x86 or 
x86-64. Same if built from either LC 9.6.4 and on LC 9.6.5 (rc 1).

Before I report this in the LQCC and make myself look stupid - has anyone else 
built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?

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



___
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: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread matthias rebbe via use-livecode
Ben,

i tried here and created a Windows standalone (both 32 and 64 bit) on Big Sur 
with LC 9.6.4 and moved it to a Windows 10 machine.
The created standalone could be opened without any problem on Windows.

Do you have manual selected the inclusions in standalone settings  or did you 
let LC IDE search for inclusions?


Or maybe this is a Antivirus / Firewall problem? Maybe your standalone was 
blocked without any notification.

Regards,
Matthias


> Am 24.09.2021 um 13:39 schrieb Ben Rubinstein via use-livecode 
> :
> 
> Has anyone else encountered an issue building Windows standalones from LC 
> 9.6.4 or 9.6.5 on Mac?
> 
> What I'm seeing is that the process is suspiciously fast; but generates the 
> expected files (.exe, the various dlls); and the .exe is the expected size, 
> almost identical to what is produced under LC 9.6.3.
> 
> However when this is moved to a Windows machine:
> 
> - attempting to open in the Explorer simply nothing happens.
> 
> - attempting to launch the standalone from command line is met with the 
> message "Access is denied" (although security properties allow Read&Execute).
> 
> Symptoms are exactly the same whether the standalone was built for x86 or 
> x86-64. Same if built from either LC 9.6.4 and on LC 9.6.5 (rc 1).
> 
> Before I report this in the LQCC and make myself look stupid - has anyone 
> else built a Windows standalone from Mac on LC 9.6.4 or later, and did it 
> work?
> 
> 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: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Ben Rubinstein via use-livecode

Hmmm. Thanks Trevor.

On 24/09/2021 13:00, Trevor DeVore via use-livecode wrote:

On Fri, Sep 24, 2021 at 6:40 AM Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:


Has anyone else encountered an issue building Windows standalones from LC
9.6.4 or 9.6.5 on Mac?

…

Before I report this in the LQCC and make myself look stupid - has anyone
else
built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?



I have successfully built Windows executables on macOS three times with
9.6.4. The only issue I experienced was with tsNet business. I have a
specific version that is included when I package my app. The business
version pre-9.6.4 would not launch under 9.6.4. Updating the copy I
distribute with the version from 9.6.4 fixed the problem.



___
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: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Trevor DeVore via use-livecode
On Fri, Sep 24, 2021 at 6:40 AM Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Has anyone else encountered an issue building Windows standalones from LC
> 9.6.4 or 9.6.5 on Mac?
>
> …
>
> Before I report this in the LQCC and make myself look stupid - has anyone
> else
> built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?


I have successfully built Windows executables on macOS three times with
9.6.4. The only issue I experienced was with tsNet business. I have a
specific version that is included when I package my app. The business
version pre-9.6.4 would not launch under 9.6.4. Updating the copy I
distribute with the version from 9.6.4 fixed the problem.

-- 
Trevor DeVore
ScreenSteps

>
___
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


Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Ben Rubinstein via use-livecode
Has anyone else encountered an issue building Windows standalones from LC 
9.6.4 or 9.6.5 on Mac?


What I'm seeing is that the process is suspiciously fast; but generates the 
expected files (.exe, the various dlls); and the .exe is the expected size, 
almost identical to what is produced under LC 9.6.3.


However when this is moved to a Windows machine:

- attempting to open in the Explorer simply nothing happens.

- attempting to launch the standalone from command line is met with the 
message "Access is denied" (although security properties allow Read&Execute).


Symptoms are exactly the same whether the standalone was built for x86 or 
x86-64. Same if built from either LC 9.6.4 and on LC 9.6.5 (rc 1).


Before I report this in the LQCC and make myself look stupid - has anyone else 
built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?


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