Search found 13521 matches

by Klaus
Thu Jan 13, 2011 3:22 pm
Forum: Talking LiveCode
Topic: Image Download
Replies: 2
Views: 1917

Re: Image Download

Hi Daniel, since you can set the filename of an image to any valid internet URL, this should be prety easy! This scripts presumes that the (bare) filenames of the images are in that listfield like "nice_image.jpg": on mouseup put the selectedtext of fld "listfield with imagenames" into tSel if tSel ...
by Klaus
Thu Jan 13, 2011 1:25 pm
Forum: iOS Deployment
Topic: Datagrid for storage
Replies: 11
Views: 8012

Re: Datagrid for storage

Hi David,

from the 4.5.3 release notes:
- Support for datagrid on iOS (library now correctly included in standalones)

Is that not true?


Best

Klaus
by Klaus
Thu Jan 13, 2011 1:23 pm
Forum: Announcements
Topic: LiveCode 4.5.3 Released
Replies: 12
Views: 22556

Re: LiveCode 4.5.3 Released

Hi David, How do we get these new features? Just install LiveCode 4.5.3? go to the RunRev website, click "Store" and log in (or create a new account if neccessary) there you can download the new version. How would do updates to iOS? iOS support is now build into the IDE since version 4.5.2, is that ...
by Klaus
Thu Jan 13, 2011 12:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Icon problem - please help?
Replies: 19
Views: 9274

Re: Icon problem - please help?

Hi Peter,

OK, so your icon file need to be named: Standalone.icns
Is it?


Best

Klaus
by Klaus
Wed Jan 12, 2011 10:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8082

Re: openStack problem on 4.5.2 substack

Hi Ken W.,

sure :)

Then I would recommend to take a look here, which covers in detail what Ken R described in short:
http://www.fourthworld.com/embassy/arti ... _path.html


Best

Klaus
by Klaus
Wed Jan 12, 2011 8:56 pm
Forum: Talking LiveCode
Topic: Most Efficient Script question
Replies: 3
Views: 2264

Re: Most Efficient Script question

:D
by Klaus
Wed Jan 12, 2011 8:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8082

Re: openStack problem on 4.5.2 substack

Hi Ken W,

no need to figure out why this happens, just read the first sentence of the last paragraph of Ken R's last posting,
where he explained it very understandably :D

But of course, if you want to go the hard way, just do not read it and take your time 8)


Best

Klaus
by Klaus
Wed Jan 12, 2011 7:42 pm
Forum: iOS Deployment
Topic: iOS Wireless App Distribution
Replies: 6
Views: 6864

Re: iOS Wireless App Distribution

Hi all,

I will move this thread to the iOS forum...
NOW :)


Best

Klaus
by Klaus
Wed Jan 12, 2011 7:26 pm
Forum: Talking LiveCode
Topic: Rename when it is in process??
Replies: 14
Views: 7015

Re: Rename when it is in process??

Ah, good to know that the name of an app/exe in the Finder/Desktop is just a "Label" and not the "real" process name!
by Klaus
Wed Jan 12, 2011 6:03 pm
Forum: Talking LiveCode
Topic: Most Efficient Script question
Replies: 3
Views: 2264

Re: Most Efficient Script question

HI Richard, "repeat for each line tLine..." is READ ONLY! That means you cannot modify the content of tLine! If you do, this will have no effect or LC might even crash, as you experienced! So you will need to put tLine into another variable and modify that! This will take of course the double amount...
by Klaus
Wed Jan 12, 2011 5:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ftp GET question
Replies: 3
Views: 2483

Re: ftp GET question

AHA! :D Then you will need another snytax, since Livecode does not work this way! You can load a file like this: 1. liburldownloadtofile "ftp://username:password@ftp.server.here/filename_to_load", "path/on/localharddisk/filename", (callbackmessage) = NOT blocking 2. put URL("ftp://username:password@...
by Klaus
Wed Jan 12, 2011 4:29 pm
Forum: iOS Deployment
Topic: iOS print?
Replies: 8
Views: 5127

Re: iOS print?

Hi Todd,

:D

It is now 4:30 PM over here in germany, but it is dark as if it is already late at night.
I hate that, I need LIGHT! 8)


Best

Klaus
by Klaus
Wed Jan 12, 2011 4:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ftp GET question
Replies: 3
Views: 2483

Re: ftp GET question

Hi marinoni, arer you sure that "get" is a valid FTP server command? If yes, then the syntax is not correct. Check the LiveCode dictionary for the correct syntax, which is like this: put libURLftpCommand("PWD", ...) The server command in capital letters and in QUOTES without any parameters! BTW: Wha...
by Klaus
Wed Jan 12, 2011 3:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Kill Process in Windows OS
Replies: 4
Views: 4305

Re: Kill Process in Windows OS

Hi Ken,

I am no expert, but "kill" is definitively no LiveCode reserved word, it sounds more like a "shell" syntax.
So this won't work, I'm afraid.

Best

Klaus
by Klaus
Wed Jan 12, 2011 2:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8082

Re: openStack problem on 4.5.2 substack

Hi Ken,

to avoid this problem in future projects, just put any "pre/openstack" handler into
the card script of the first card of your stacks!

This way only the stack with the script in its first card will execute them!
An old but extremely valuable trick :D


Best

Klaus

Go to advanced search