Search found 7 matches

by Malteser
Mon Dec 13, 2010 2:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cross-platform executable launching
Replies: 7
Views: 4948

Re: Cross-platform executable launching

Essentially, all of the files I need to launch are in the same directory as the RunRev file. (Basically, it runs the "patch_up.exe" executable and then launches the actual "toolset_up" executable once that's finished -the patch changes aren't permanent so this is necessary at every startup.) Ideally...
by Malteser
Mon Dec 13, 2010 12:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cross-platform executable launching
Replies: 7
Views: 4948

Re: Cross-platform executable launching

Testing out the example on an empty card explained it all perfectly, thanks very much! I'll try and find some mention of the Mac and Linux sort (the RunRev dictionary mentions UNIX filepaths but sadly I'm one of those silly Windows users. :))
by Malteser
Mon Dec 13, 2010 12:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cross-platform executable launching
Replies: 7
Views: 4948

Re: Cross-platform executable launching

On closer inspection it looks like I should be looking at the Shell command instead - thanks for the suggestion. The Dictionary examples are slightly vague - are there any more specific examples I can find of how it's used? Tried a quick search but I couldn't find anything completely related to RunR...
by Malteser
Mon Dec 13, 2010 5:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Cross-platform executable launching
Replies: 7
Views: 4948

Cross-platform executable launching

Second issue from me in the span of a few days. This is really going well for me. :oops: Three signifigant chunks of my program require a specific executable to be run and actions performed on it during runtime (the latter of which is done externally). However, file extensions are obviously differen...
by Malteser
Sat Dec 11, 2010 8:47 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete Newbie: Retrieving text inside non-local text files
Replies: 4
Views: 3409

Re: Complete Newbie: Retrieving text inside non-local text files

Hi again, The code works perfectly when running from a MouseDown event on a test button, but when moving it to the Startup event for the main card (and the only card that isn't used for icon/image/video storage) it seems to cease functioning. I thought it was an issue with the entire script, but it ...
by Malteser
Sat Dec 11, 2010 12:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete Newbie: Retrieving text inside non-local text files
Replies: 4
Views: 3409

Re: Complete Newbie: Retrieving text inside non-local text files

Just realised I posted two different links. I'm sure that helped. :D

Thanks a lot for that, managed to edit it to work for the other labels and fields too. :P
by Malteser
Fri Dec 10, 2010 11:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Complete Newbie: Retrieving text inside non-local text files
Replies: 4
Views: 3409

Complete Newbie: Retrieving text inside non-local text files

Hi there, Almost completely new to RunRev, but liking it so far. However, I've been scrolling through the tutorials and there doesn't seem to be one that relates to my issue. I have a .txt file hosted at "http://dl.dropbox.com/u/15530379/newspost.txt" and would like to retrieve the text inside it an...