Page 2 of 2

Re: Icon problem - please help?

Posted: Thu Jan 20, 2011 10:18 am
by peter.s
Hi Klaus,

Thanks for your kind offer to look at this for me. I have just sent you an e-mail regarding my file - please let me know if you don't get it.

Cheers,


Peter

Re: Icon problem - please help?

Posted: Thu Jan 20, 2011 11:35 am
by Klaus
Hi all,

you might be interested in the solution of Peters icon problem!

Peters standalone was named "Combining HEF&CBHI.app" and compiled without problems.
BUT obviously OS X does NOT like a & in the name of an app/standalone!

Looks like the PLIST file does not get parsed completely, it gets stuck at the first appearance of the &,
which comes BEFORE the icon description in the file and so OS X does not know about the icon and
does not display it.

Stupid OS X! :D


Best

Klaus

Re: Icon problem - please help?

Posted: Thu Jan 20, 2011 10:20 pm
by peter.s
Stupid OS X... maybe. Stupid Peter - more like.

I would like to say "I should have known" but I guess I will get to say that next time - if there is one.

Many thanks Klaus for helping me sort this out!

Peter

Re: Icon problem - please help?

Posted: Sat Jan 22, 2011 2:43 am
by Mark
Hi,

Nor Peter neither OSX is stupid. The fault is in RunRev's (now LiveCode's) Standalone Builder. OSX really has not problem with whatever character you want to have in a file name, but the SB doesn't handle unicode properly when it created plist file, not to mention unicode file names.

Kind regards,

Mark

Re: Icon problem - please help?

Posted: Sat Jan 22, 2011 12:31 pm
by Klaus
Hi Mark,

ah, that makes sense, thanks for the info!
So: Stupid LC! :D


Best

Klaus