AW: building standalone FAILS with German Umlaute in app name

2021-06-16 Thread Tiemo via use-livecode
Hi Bob,
yes I provided a different name without umlaute in the standalone settings with 
success.

But my question was what happens, if I rename the standalone after the build 
whilst the build name is also used inside the bundle at different places 
(plist, content,...). Will macOS accept those difference?

And now with my last post, I think, renaming after codesigning will break the 
codesign and notarization. Or am I wrong and that doesen't matter?

Thanks for your ideas

Tiemo


-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von Bob 
Sneidar via use-livecode
Gesendet: Mittwoch, 16. Juni 2021 17:16
An: How to use LiveCode 
Cc: Bob Sneidar 
Betreff: Re: building standalone FAILS with German Umlaute in app name

I think he is saying name the stack without the umlat before building, then 
rename the resulting app bundle after the build. There should be no 
consequences for that. Also in the Standalone Settings, you should be able to 
provide a different name than the mainstack for the resulting app. 

Bob S


> On Jun 16, 2021, at 24:51 , Tiemo via use-livecode 
>  wrote:
> 
> Hello Ludovic,
> 
> thank you for your idea!
> 
> I didn't dare to just rename the app because I don't know what the 
> consequences might be. Can I really just rename the app and leave all other 
> places in the bundle where the name of the app occurs (plist, etc.) as it is 
> without any problems, or do I have to rename the app name in every place I 
> find?
> 
> Any experiences?
> 
> Thanks
> Tiemo
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: use-livecode  Im Auftrag 
> von Ludovic THEBAULT via use-livecode
> Gesendet: Mittwoch, 16. Juni 2021 07:16
> An: How to use LiveCode 
> Cc: Ludovic THEBAULT 
> Betreff: Re: building standalone FAILS with German Umlaute in app name
> 
> 
> 
>> Le 15 juin 2021 à 15:19, Tiemo via use-livecode 
>>  a écrit :
>> 
>> Hello,
>> 
>> 
>> 
>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>> 
>> 
>> 
>> when the app name has German Umlaute, building a standalone fails 
>> with the
>> error:
>> 
>> “Adding ad-hoc signature failed. … Too many open files in 
>> subcomponent myÖApp.app/Contents/MacOS/myÖApp.app”
>> 
>> 
>> 
>> This was working for the last years without any problem. I don’t 
>> know, since which version it failed.
>> 
>> When replacing the Umlaut, everything works fine.
>> 
>> Since I have to build shortly an update to an existing app with an 
>> Umlaut in its name, this is pretty annoying!
>> 
>> 
>> 
>> Any workaround? Any help?
>> 
> 
> 
> Seem it’s the same bug : 
> https://quality.livecode.com/show_bug.cgi?id=22791 
> <https://quality.livecode.com/show_bug.cgi?id=22791>
> 
> Workaround : rename the app after building it
> 
> 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

___
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 standalone FAILS with German Umlaute in app name

2021-06-16 Thread Bob Sneidar via use-livecode
If you have code that refers to the stack name literally, what I do is I have a 
function called homeStack() that returns the name of the mainstack, so you can 
change it and your code will always work, and will be portable in that regard. 

Bob S


> On Jun 16, 2021, at 08:15 , Bob Sneidar via use-livecode 
>  wrote:
> 
> I think he is saying name the stack without the umlat before building, then 
> rename the resulting app bundle after the build. There should be no 
> consequences for that. Also in the Standalone Settings, you should be able to 
> provide a different name than the mainstack for the resulting app. 
> 
> Bob S


___
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 standalone FAILS with German Umlaute in app name

2021-06-16 Thread Bob Sneidar via use-livecode
I think he is saying name the stack without the umlat before building, then 
rename the resulting app bundle after the build. There should be no 
consequences for that. Also in the Standalone Settings, you should be able to 
provide a different name than the mainstack for the resulting app. 

Bob S


> On Jun 16, 2021, at 24:51 , Tiemo via use-livecode 
>  wrote:
> 
> Hello Ludovic,
> 
> thank you for your idea!
> 
> I didn't dare to just rename the app because I don't know what the 
> consequences might be. Can I really just rename the app and leave all other 
> places in the bundle where the name of the app occurs (plist, etc.) as it is 
> without any problems, or do I have to rename the app name in every place I 
> find?
> 
> Any experiences?
> 
> Thanks
> Tiemo
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: use-livecode  Im Auftrag von 
> Ludovic THEBAULT via use-livecode
> Gesendet: Mittwoch, 16. Juni 2021 07:16
> An: How to use LiveCode 
> Cc: Ludovic THEBAULT 
> Betreff: Re: building standalone FAILS with German Umlaute in app name
> 
> 
> 
>> Le 15 juin 2021 à 15:19, Tiemo via use-livecode 
>>  a écrit :
>> 
>> Hello,
>> 
>> 
>> 
>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>> 
>> 
>> 
>> when the app name has German Umlaute, building a standalone fails with 
>> the
>> error:
>> 
>> “Adding ad-hoc signature failed. … Too many open files in subcomponent 
>> myÖApp.app/Contents/MacOS/myÖApp.app”
>> 
>> 
>> 
>> This was working for the last years without any problem. I don’t know, 
>> since which version it failed.
>> 
>> When replacing the Umlaut, everything works fine.
>> 
>> Since I have to build shortly an update to an existing app with an 
>> Umlaut in its name, this is pretty annoying!
>> 
>> 
>> 
>> Any workaround? Any help?
>> 
> 
> 
> Seem it’s the same bug : https://quality.livecode.com/show_bug.cgi?id=22791 
> <https://quality.livecode.com/show_bug.cgi?id=22791>
> 
> Workaround : rename the app after building it
> 
> 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

___
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


AW: building standalone FAILS with German Umlaute in app name

2021-06-16 Thread Tiemo via use-livecode
Yes, I did

-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von Paul 
Dupuis via use-livecode
Gesendet: Mittwoch, 16. Juni 2021 13:57
An: use-livecode@lists.runrev.com
Cc: Paul Dupuis 
Betreff: Re: building standalone FAILS with German Umlaute in app name

So this is clearly a bug in the standalone builder. Has anyone files a bug 
report yet?


On 6/16/2021 2:19 AM, Richmond via use-livecode wrote:
> Oddly enough, trying to make standalones from a stack called "करिय" 
> worked perfectly well.
>
> Richmond.
>
> On 16.06.21 8:18, Richmond wrote:
>> 
>>
>> Richmond
>>
>>
>>
>> On 15.06.21 22:03, Keith Martin via use-livecode wrote:
>>> OT: Fortunately (in a sense) when I got a frozen shoulder four years 
>>> ago I had surgery to release it. Because I'd also dislocated and 
>>> fractured it. Longboard injury. Anyway, it worked well. But I hope 
>>> the solution for this problem is faster and less painful!
>>>
>>> Keith
>>>
>>> Keith Martin
>>> 360 media specialist http://PanoramaPhotographer.com
>>> Contact and info http://thatkeith.com
>>> +44 (0)7909541365
>>>
>>>
>>>
>>>> On Jun 15, 2021, at 4:50 PM, Mark Smith via use-livecode 
>>>>  wrote:
>>>>
>>>> It sounds funny but that is the advice given for people with 
>>>> adhesive capsulitis aka “frozen shoulder”. Best thing to do is just 
>>>> leave it alone and don’t irritate it. It will resolve itself over a 
>>>> period of months or years 
>>>>
>>>>> On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
>>>>>  wrote:
>>>>>
>>>>> A man went to see hist doctor for a problem with his shoulder. He 
>>>>> told the doctor, "When I move my arm like this, my shoulder really 
>>>>> hurts!" They doctor replied, "Well, don't do that!"
>>>>>
>>>>> :-)
>>>>>
>>>>> Bob S
>>>>>
>>>>>
>>>>>>> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>>>>>>>  wrote:
>>>>>> Hello,
>>>>>>
>>>>>>
>>>>>>
>>>>>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>>>>>>
>>>>>>
>>>>>>
>>>>>> when the app name has German Umlaute, building a standalone fails 
>>>>>> with the
>>>>>> error:
>>>>>>
>>>>>> "Adding ad-hoc signature failed. . Too many open files in 
>>>>>> subcomponent
>>>>>> myÖApp.app/Contents/MacOS/myÖApp.app"
>>>>>>
>>>>>>
>>>>>>
>>>>>> This was working for the last years without any problem. I don't 
>>>>>> know, since
>>>>>> which version it failed.
>>>>>>
>>>>>> When replacing the Umlaut, everything works fine.
>>>>>>
>>>>>> Since I have to build shortly an update to an existing app with 
>>>>>> an Umlaut in
>>>>>> its name, this is pretty annoying!
>>>>>>
>>>>>>
>>>>>>
>>>>>> Any workaround? Any help?
>>>>>>
>>>>>>
>>>>>>
>>>>>> Tiemo
>>>>> ___
>>>>> 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
>>
>
>
> ___
> 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 standalone FAILS with German Umlaute in app name

2021-06-16 Thread Paul Dupuis via use-livecode
So this is clearly a bug in the standalone builder. Has anyone files a 
bug report yet?



On 6/16/2021 2:19 AM, Richmond via use-livecode wrote:
Oddly enough, trying to make standalones from a stack called "करिय" 
worked perfectly well.


Richmond.

On 16.06.21 8:18, Richmond wrote:



Richmond



On 15.06.21 22:03, Keith Martin via use-livecode wrote:
OT: Fortunately (in a sense) when I got a frozen shoulder four years 
ago I had surgery to release it. Because I'd also dislocated and 
fractured it. Longboard injury. Anyway, it worked well. But I hope 
the solution for this problem is faster and less painful!


Keith

Keith Martin
360 media specialist http://PanoramaPhotographer.com
Contact and info http://thatkeith.com
+44 (0)7909541365



On Jun 15, 2021, at 4:50 PM, Mark Smith via use-livecode 
 wrote:


It sounds funny but that is the advice given for people with 
adhesive capsulitis aka “frozen shoulder”. Best thing to do is just 
leave it alone and don’t irritate it. It will resolve itself over a 
period of months or years 


On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
 wrote:


A man went to see hist doctor for a problem with his shoulder. He 
told the doctor, "When I move my arm like this, my shoulder really 
hurts!" They doctor replied, "Well, don't do that!"


:-)

Bob S


On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
 wrote:

Hello,



macOS 11.2.3, LC 9.6.1 and 9.6.2



when the app name has German Umlaute, building a standalone fails 
with the

error:

"Adding ad-hoc signature failed. . Too many open files in 
subcomponent

myÖApp.app/Contents/MacOS/myÖApp.app"



This was working for the last years without any problem. I don't 
know, since

which version it failed.

When replacing the Umlaut, everything works fine.

Since I have to build shortly an update to an existing app with 
an Umlaut in

its name, this is pretty annoying!



Any workaround? Any help?



Tiemo

___
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





___
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


AW: building standalone FAILS with German Umlaute in app name

2021-06-16 Thread Tiemo via use-livecode
Hello Ludovic,

thank you for your idea!

I didn't dare to just rename the app because I don't know what the consequences 
might be. Can I really just rename the app and leave all other places in the 
bundle where the name of the app occurs (plist, etc.) as it is without any 
problems, or do I have to rename the app name in every place I find?

Any experiences?

Thanks
Tiemo



-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von 
Ludovic THEBAULT via use-livecode
Gesendet: Mittwoch, 16. Juni 2021 07:16
An: How to use LiveCode 
Cc: Ludovic THEBAULT 
Betreff: Re: building standalone FAILS with German Umlaute in app name



> Le 15 juin 2021 à 15:19, Tiemo via use-livecode 
>  a écrit :
> 
> Hello,
> 
> 
> 
> macOS 11.2.3, LC 9.6.1 and 9.6.2
> 
> 
> 
> when the app name has German Umlaute, building a standalone fails with 
> the
> error:
> 
> “Adding ad-hoc signature failed. … Too many open files in subcomponent 
> myÖApp.app/Contents/MacOS/myÖApp.app”
> 
> 
> 
> This was working for the last years without any problem. I don’t know, 
> since which version it failed.
> 
> When replacing the Umlaut, everything works fine.
> 
> Since I have to build shortly an update to an existing app with an 
> Umlaut in its name, this is pretty annoying!
> 
> 
> 
> Any workaround? Any help?
> 


Seem it’s the same bug : https://quality.livecode.com/show_bug.cgi?id=22791 
<https://quality.livecode.com/show_bug.cgi?id=22791>

Workaround : rename the app after building it

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 standalone FAILS with German Umlaute in app name

2021-06-16 Thread Richmond via use-livecode
Oddly enough, trying to make standalones from a stack called "करिय" 
worked perfectly well.


Richmond.

On 16.06.21 8:18, Richmond wrote:



Richmond



On 15.06.21 22:03, Keith Martin via use-livecode wrote:
OT: Fortunately (in a sense) when I got a frozen shoulder four years 
ago I had surgery to release it. Because I'd also dislocated and 
fractured it. Longboard injury. Anyway, it worked well. But I hope 
the solution for this problem is faster and less painful!


Keith

Keith Martin
360 media specialist http://PanoramaPhotographer.com
Contact and info http://thatkeith.com
+44 (0)7909541365



On Jun 15, 2021, at 4:50 PM, Mark Smith via use-livecode 
 wrote:


It sounds funny but that is the advice given for people with 
adhesive capsulitis aka “frozen shoulder”. Best thing to do is just 
leave it alone and don’t irritate it. It will resolve itself over a 
period of months or years 


On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
 wrote:


A man went to see hist doctor for a problem with his shoulder. He 
told the doctor, "When I move my arm like this, my shoulder really 
hurts!" They doctor replied, "Well, don't do that!"


:-)

Bob S


On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
 wrote:

Hello,



macOS 11.2.3, LC 9.6.1 and 9.6.2



when the app name has German Umlaute, building a standalone fails 
with the

error:

"Adding ad-hoc signature failed. . Too many open files in 
subcomponent

myÖApp.app/Contents/MacOS/myÖApp.app"



This was working for the last years without any problem. I don't 
know, since

which version it failed.

When replacing the Umlaut, everything works fine.

Since I have to build shortly an update to an existing app with an 
Umlaut in

its name, this is pretty annoying!



Any workaround? Any help?



Tiemo

___
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





___
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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread Richmond via use-livecode

All I can do, unfortunately, is confirm this:

I built a stack called "Ünterweg" (sorry, people, my German consists of 
half a dozen street signs) and

attempted to build a standalone

macOS 11.5 beta 2

and got the guff about an ad-hoc signature failure and some interesting 
nonsense about


"Too many open files in subcomponent"

and what is odd is that it refers to the incipient standalone as

"UÃànterweg"

Richmond



On 15.06.21 22:03, Keith Martin via use-livecode wrote:

OT: Fortunately (in a sense) when I got a frozen shoulder four years ago I had 
surgery to release it. Because I'd also dislocated and fractured it. Longboard 
injury. Anyway, it worked well. But I hope the solution for this problem is 
faster and less painful!

Keith

Keith Martin
360 media specialist http://PanoramaPhotographer.com
Contact and info http://thatkeith.com
+44 (0)7909541365




On Jun 15, 2021, at 4:50 PM, Mark Smith via use-livecode 
 wrote:

It sounds funny but that is the advice given for people with adhesive 
capsulitis aka “frozen shoulder”. Best thing to do is just leave it alone and 
don’t irritate it. It will resolve itself over a period of months or years 


On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
 wrote:

A man went to see hist doctor for a problem with his shoulder. He told the doctor, "When I 
move my arm like this, my shoulder really hurts!" They doctor replied, "Well, don't do 
that!"

:-)

Bob S



On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
 wrote:

Hello,



macOS 11.2.3, LC 9.6.1 and 9.6.2



when the app name has German Umlaute, building a standalone fails with the
error:

"Adding ad-hoc signature failed. . Too many open files in subcomponent
myÖApp.app/Contents/MacOS/myÖApp.app"



This was working for the last years without any problem. I don't know, since
which version it failed.

When replacing the Umlaut, everything works fine.

Since I have to build shortly an update to an existing app with an Umlaut in
its name, this is pretty annoying!



Any workaround? Any help?



Tiemo

___
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



___
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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread Ludovic THEBAULT via use-livecode


> Le 15 juin 2021 à 15:19, Tiemo via use-livecode 
>  a écrit :
> 
> Hello,
> 
> 
> 
> macOS 11.2.3, LC 9.6.1 and 9.6.2
> 
> 
> 
> when the app name has German Umlaute, building a standalone fails with the
> error:
> 
> “Adding ad-hoc signature failed. … Too many open files in subcomponent
> myÖApp.app/Contents/MacOS/myÖApp.app”
> 
> 
> 
> This was working for the last years without any problem. I don’t know, since
> which version it failed.
> 
> When replacing the Umlaut, everything works fine.
> 
> Since I have to build shortly an update to an existing app with an Umlaut in
> its name, this is pretty annoying!
> 
> 
> 
> Any workaround? Any help?
> 


Seem it’s the same bug : https://quality.livecode.com/show_bug.cgi?id=22791 
<https://quality.livecode.com/show_bug.cgi?id=22791>

Workaround : rename the app after building it

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


Re: building standalone FAILS with German Umlaute in app name

2021-06-15 Thread Richmond via use-livecode

Dunno . . .

I had peri-arthritis in my right shoulder about 2 years ago and had to 
have 2 very painful injections

of non-cortico-steroids there, right into the inflamed capsule.

Did the trick.

I have never had any problems with my umlauts. :)

Richmond

On 15.06.21 21:29, doc hawk via use-livecode wrote:

mark muttered,


It sounds funny but that is the advice given for people with adhesive 
capsulitis aka “frozen shoulder”.

I was given this advice for wines.  We eventually figured out that those 
headaches came the night after sharing a bottle of inexpensive white with my 
wife, or even a single glass of chilean red.

I mentioned it to my quack, and his response was, “Oh, we’ve seen that before.  
Just don’t drink those ones.”

By chance, we found that it is probably histamines—because I took 
antihistamines for something eolse one morning.  (And it’s a sinus headache, 
the length of those tissues).

Oh, and cheap to mid-range distilled liquor; upper mid- and beyond isn’t an 
issue.

Anyway, walking out of the office that day, I realized, “I have Groucho Marx’s 
physician!”

___
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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread Keith Martin via use-livecode
OT: Fortunately (in a sense) when I got a frozen shoulder four years ago I had 
surgery to release it. Because I'd also dislocated and fractured it. Longboard 
injury. Anyway, it worked well. But I hope the solution for this problem is 
faster and less painful!

Keith

Keith Martin
360 media specialist http://PanoramaPhotographer.com
Contact and info http://thatkeith.com
+44 (0)7909541365



> On Jun 15, 2021, at 4:50 PM, Mark Smith via use-livecode 
>  wrote:
> 
> It sounds funny but that is the advice given for people with adhesive 
> capsulitis aka “frozen shoulder”. Best thing to do is just leave it alone and 
> don’t irritate it. It will resolve itself over a period of months or years 
> 
>> On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
>>  wrote:
>> 
>> A man went to see hist doctor for a problem with his shoulder. He told the 
>> doctor, "When I move my arm like this, my shoulder really hurts!" They 
>> doctor replied, "Well, don't do that!" 
>> 
>> :-)
>> 
>> Bob S
>> 
>> 
>>>> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>>>>  wrote:
>>> 
>>> Hello,
>>> 
>>> 
>>> 
>>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>>> 
>>> 
>>> 
>>> when the app name has German Umlaute, building a standalone fails with the
>>> error:
>>> 
>>> "Adding ad-hoc signature failed. . Too many open files in subcomponent
>>> myÖApp.app/Contents/MacOS/myÖApp.app"
>>> 
>>> 
>>> 
>>> This was working for the last years without any problem. I don't know, since
>>> which version it failed.
>>> 
>>> When replacing the Umlaut, everything works fine.
>>> 
>>> Since I have to build shortly an update to an existing app with an Umlaut in
>>> its name, this is pretty annoying!
>>> 
>>> 
>>> 
>>> Any workaround? Any help?
>>> 
>>> 
>>> 
>>> Tiemo
>> 
>> ___
>> 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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread doc hawk via use-livecode

mark muttered,

> It sounds funny but that is the advice given for people with adhesive 
> capsulitis aka “frozen shoulder”. 

I was given this advice for wines.  We eventually figured out that those 
headaches came the night after sharing a bottle of inexpensive white with my 
wife, or even a single glass of chilean red.

I mentioned it to my quack, and his response was, “Oh, we’ve seen that before.  
Just don’t drink those ones.”

By chance, we found that it is probably histamines—because I took 
antihistamines for something eolse one morning.  (And it’s a sinus headache, 
the length of those tissues).  

Oh, and cheap to mid-range distilled liquor; upper mid- and beyond isn’t an 
issue.

Anyway, walking out of the office that day, I realized, “I have Groucho Marx’s 
physician!”

___
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


AW: building standalone FAILS with German Umlaute in app name

2021-06-15 Thread Tiemo via use-livecode
Easy to tell, living in a country with such a small char set 

Tiemo

-Ursprüngliche Nachricht-
Von: use-livecode  Im Auftrag von Bob 
Sneidar via use-livecode
Gesendet: Dienstag, 15. Juni 2021 17:22
An: How to use LiveCode 
Cc: Bob Sneidar 
Betreff: Re: building standalone FAILS with German Umlaute in app name

A man went to see hist doctor for a problem with his shoulder. He told the 
doctor, "When I move my arm like this, my shoulder really hurts!" They doctor 
replied, "Well, don't do that!" 

:-)

Bob S


> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>  wrote:
> 
> Hello,
> 
> 
> 
> macOS 11.2.3, LC 9.6.1 and 9.6.2
> 
> 
> 
> when the app name has German Umlaute, building a standalone fails with 
> the
> error:
> 
> "Adding ad-hoc signature failed. . Too many open files in subcomponent 
> myÖApp.app/Contents/MacOS/myÖApp.app"
> 
> 
> 
> This was working for the last years without any problem. I don't know, 
> since which version it failed.
> 
> When replacing the Umlaut, everything works fine.
> 
> Since I have to build shortly an update to an existing app with an 
> Umlaut in its name, this is pretty annoying!
> 
> 
> 
> Any workaround? Any help?
> 
> 
> 
> Tiemo

___
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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread Mark Smith via use-livecode
It sounds funny but that is the advice given for people with adhesive 
capsulitis aka “frozen shoulder”. Best thing to do is just leave it alone and 
don’t irritate it. It will resolve itself over a period of months or years 

> On Jun 15, 2021, at 4:21 PM, Bob Sneidar via use-livecode 
>  wrote:
> 
> A man went to see hist doctor for a problem with his shoulder. He told the 
> doctor, "When I move my arm like this, my shoulder really hurts!" They doctor 
> replied, "Well, don't do that!" 
> 
> :-)
> 
> Bob S
> 
> 
>> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>>  wrote:
>> 
>> Hello,
>> 
>> 
>> 
>> macOS 11.2.3, LC 9.6.1 and 9.6.2
>> 
>> 
>> 
>> when the app name has German Umlaute, building a standalone fails with the
>> error:
>> 
>> "Adding ad-hoc signature failed. . Too many open files in subcomponent
>> myÖApp.app/Contents/MacOS/myÖApp.app"
>> 
>> 
>> 
>> This was working for the last years without any problem. I don't know, since
>> which version it failed.
>> 
>> When replacing the Umlaut, everything works fine.
>> 
>> Since I have to build shortly an update to an existing app with an Umlaut in
>> its name, this is pretty annoying!
>> 
>> 
>> 
>> Any workaround? Any help?
>> 
>> 
>> 
>> Tiemo
> 
> ___
> 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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread Bob Sneidar via use-livecode
A man went to see hist doctor for a problem with his shoulder. He told the 
doctor, "When I move my arm like this, my shoulder really hurts!" They doctor 
replied, "Well, don't do that!" 

:-)

Bob S


> On Jun 15, 2021, at 06:19 , Tiemo via use-livecode 
>  wrote:
> 
> Hello,
> 
> 
> 
> macOS 11.2.3, LC 9.6.1 and 9.6.2
> 
> 
> 
> when the app name has German Umlaute, building a standalone fails with the
> error:
> 
> "Adding ad-hoc signature failed. . Too many open files in subcomponent
> myÖApp.app/Contents/MacOS/myÖApp.app"
> 
> 
> 
> This was working for the last years without any problem. I don't know, since
> which version it failed.
> 
> When replacing the Umlaut, everything works fine.
> 
> Since I have to build shortly an update to an existing app with an Umlaut in
> its name, this is pretty annoying!
> 
> 
> 
> Any workaround? Any help?
> 
> 
> 
> Tiemo

___
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 standalone FAILS with German Umlaute in app name

2021-06-15 Thread Tiemo via use-livecode
Hello,

 

macOS 11.2.3, LC 9.6.1 and 9.6.2

 

when the app name has German Umlaute, building a standalone fails with the
error:

“Adding ad-hoc signature failed. … Too many open files in subcomponent
myÖApp.app/Contents/MacOS/myÖApp.app”

 

This was working for the last years without any problem. I don’t know, since
which version it failed.

When replacing the Umlaut, everything works fine.

Since I have to build shortly an update to an existing app with an Umlaut in
its name, this is pretty annoying!

 

Any workaround? Any help?

 

Tiemo

 

 

___
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