Search found 16 matches

by giansuana
Thu Apr 27, 2023 6:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML5: access control check ???
Replies: 1
Views: 1682

Re: HTML5: access control check ???

I finally found a solution: Problem is that my computer with macOS 13.3.1 does not allow starting web apps directly from a folder on my hard drive; even not by Firefox - in contrary to the tutorial. I have to start a webserver, first. One simple method to have a webserver for testing purposes is to ...
by giansuana
Fri Apr 21, 2023 10:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML5: access control check ???
Replies: 1
Views: 1682

HTML5: access control check ???

I followed this LiveCode tutorial but ended up with this error in the JavaScript console of Firefox: [Error] XMLHttpRequest cannot load file:///Users/grt/Downloads/Escape/test/standalone-9.6.9.html.mem due to access control checks. (anonyme Funktion) (index.html:240) Globaler Code (index.html:241) I...
by giansuana
Sat Jan 11, 2014 11:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to have an About... menu item in german on a Mac?
Replies: 2
Views: 2373

Re: How to have an About... menu item in german on a Mac?

Hi Klaus,
now I've got it, thank you! After working just with the Menu Builder I feel there could be a more intuitive way... :-)
by giansuana
Sun Jan 05, 2014 10:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to have an About... menu item in german on a Mac?
Replies: 2
Views: 2373

How to have an About... menu item in german on a Mac?

Hi, I'd like to have german translations of the default "About..." and "Help" menu items in my projects. I've read in this forum that placing an empty German.lproj in the app bundle would be sufficient to have these menu items translated by the OS itself. Well, that's just not working with LC 6.5.1 ...
by giansuana
Wed Mar 27, 2013 1:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: answer not working in launched stacks - why?
Replies: 4
Views: 3313

Re: answer not working in launched stacks - why?

Thank you a lot for your interest in my problem! Klaus, your important Nr. 4 was the solution: beginner as I am, I built the standalone launcher with default automatic option on. After enabling the answer dialog manually my problem was solved. Great! :D Am I right in assuming now, that my problem oc...
by giansuana
Tue Mar 26, 2013 7:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: answer not working in launched stacks - why?
Replies: 4
Views: 3313

answer not working in launched stacks - why?

I have two mainstacks: the first one is used as a launcher for the second one. Problem is, that the function "answer" is not working anymore (i.e. nothing happens, script has no effect) within the second stack, if it is launched by the first one! But as soon as I start the second stack directly, "an...
by giansuana
Sun Mar 17, 2013 4:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sorting a word
Replies: 2
Views: 2120

Re: Sorting a word

Thank you for your answer. Works great as a function! :)
by giansuana
Sun Mar 17, 2013 4:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sorting a word
Replies: 2
Views: 2120

Sorting a word

I'd like to sort the characters of a word in ascending manner. Thinking of a word as a chunk, I tried something like that (while tWord holding a word): sort chars of tWord ascending text But I get this error: compilation error at line 26 (Chunk: missing chunk) near "chars", char 4. How can I accompl...
by giansuana
Sat Aug 13, 2011 2:52 pm
Forum: Mac OS
Topic: compress: unexpected end of file on Mac
Replies: 3
Views: 5156

Re: compress: unexpected end of file on Mac

Hi all,
'binfile' instead of 'file' works! Thank you al lot for your help!

Best regards,
Gian.
by giansuana
Sat Aug 13, 2011 10:07 am
Forum: Mac OS
Topic: compress: unexpected end of file on Mac
Replies: 3
Views: 5156

compress: unexpected end of file on Mac

Hi, if I use the command 'compress' in a LC script to save a zipped file onto my Mac's disk (OSX Lion), I afterwards get an error trying to uncompress this file. Terminal is telling me: 'gzip: Blah.gz: unexpected end of file'. If I upload the same zipped file to a ftp server in my LC script and then...
by giansuana
Fri Aug 12, 2011 8:02 pm
Forum: iOS Deployment
Topic: Lion and LiveCode Mobile conflict
Replies: 23
Views: 16571

Re: Lion and LiveCode Mobile conflict

Wow! Why on earth is RunRev making such a crucial build for all Lion users and is mentioning it with no word on their webpage?
You made my day! Everything is working great again. :-)
by giansuana
Fri Aug 12, 2011 7:58 pm
Forum: Mac OS
Topic: Dictionary window disappeared - Lion related?
Replies: 5
Views: 6535

Re: Dictionary window disappeared - Lion related?

RunRev did launch an updated build which addresses the issues on Lion (build 1445 of version 4.6.3). After installing it all my worries were gone. :-)
No idea why such a crucial update is one of the best saved mysteries on RunRev's webpage.
Anyway, thank you a lot for taking the time and your help.
by giansuana
Fri Aug 12, 2011 11:42 am
Forum: iOS Deployment
Topic: Lion and LiveCode Mobile conflict
Replies: 23
Views: 16571

Re: Lion and LiveCode Mobile conflict

Any news about the Lion problems? I deleted my preference stack because LiveCode behaved strange. Now it has become impossible to re-enter the path to the SDK!! While I was able to compile iOS apps before and to test them successfully on the real device (simulator never worked under Lion) I'm now cu...
by giansuana
Fri Aug 12, 2011 11:35 am
Forum: Mac OS
Topic: Dictionary window disappeared - Lion related?
Replies: 5
Views: 6535

Re: Dictionary window disappeared - Lion related?

Deleting the preference stack has turned out to be a bad idea on Lion: after that it's impossible to re-enter the path to the iOS SDK because under Lion LiveCode isn't accepting the path to the SDK anymore. Im trapped now with a again fully working Dictionary but without iOS development which is by ...
by giansuana
Fri Aug 12, 2011 7:11 am
Forum: Mac OS
Topic: Dictionary window disappeared - Lion related?
Replies: 5
Views: 6535

Re: Dictionary window disappeared - Lion related?

Shame on me - I completely forgot the preference stack! Problem solved, thank you very much for this hint.