Search found 250 matches

by reelstuff
Wed Apr 09, 2008 12:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Save folder and contents
Replies: 7
Views: 4474

Here is some code I got from somewhere that creates a whole path of folders when needed. I can't remember where I got it but I use it a lot. Thank you to whomever wrote it originally. on makeFoldersIfNecessary pLocalFilePath2 set the itemdel to "/" put "/" into tPath REPEAT with x = 2 to the number...
by reelstuff
Wed Apr 09, 2008 12:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Save folder and contents
Replies: 7
Views: 4474

Or would it be easier to create a compressed file with all the files, and simply include that file along with your program, have your program create the folders, then uncmpress the file and move all the files into their proper locations? That would be an interesting approach, Many of my questions c...
by reelstuff
Sun Apr 06, 2008 4:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Save folder and contents
Replies: 7
Views: 4474

Save folder and contents

I have a set of folders that I would like to include in an application as a template of sorts, I was looking for a way to put those folders and make them part of the application. I looked at add non stack files and that will save only one file at a time, so that does not work, I was wondering if the...
by reelstuff
Sat Apr 05, 2008 4:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: put text fields together
Replies: 4
Views: 3244

thank you

BvG wrote:

Code: Select all

put return & field 2 after me
Thank you, again, that works great, Tim
by reelstuff
Sat Apr 05, 2008 3:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: put text fields together
Replies: 4
Views: 3244

put text fields together

Hello, I am working with some fld values, and putting them together from one field to another, like this, button one put the text of fld var_one into me put me into fld var_two button two put the text of fld var_two into me put the text of fld var_three after me put me into fld var_four this works w...
by reelstuff
Fri Apr 04, 2008 3:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: save text in field as
Replies: 2
Views: 2395

Hi. The result of the ask dialog will be placed in the it helpervariable. ask file "where" put the text of fld "myField" into URL ("file:"&it) should do the trick. If you want to get more sophisticoted, check if it is empty first. (This would mean your user hit the cancel button) Hope that helps, M...
by reelstuff
Fri Apr 04, 2008 2:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: save text in field as
Replies: 2
Views: 2395

save text in field as

I was looking over the new docs looking for a way to save text from a field, the new 2.9 docs are much better, thanks to the Rev Gods, however, I was looking for an example of how to save the text I have in a field. ask file "Save this document as:" with "Re_name_me.js" which works as it should, I g...
by reelstuff
Sun Mar 16, 2008 1:10 am
Forum: Internet
Topic: dynamic vars in rev browser
Replies: 4
Views: 5711

I have never used the browser object much, but to make a new window with a browser object, you need to make a new stack, adn create a browser object in that. In the same step, you send an url to the new browser object. An untested example: on mouseUp put "http://some.url.you.like.com" into theURL c...
by reelstuff
Sun Mar 16, 2008 12:27 am
Forum: Internet
Topic: dynamic vars in rev browser
Replies: 4
Views: 5711

Tim, Did you ever figure this one out? What did you do to open the link in a new window with a browser object? Tom McG Hi, sadly, I moved on without finding the best overall solution, I am hoping for some big enhancements, Soon, but so far, I have given up on this plugin as it is, I believe that it...
by reelstuff
Tue Mar 04, 2008 3:40 am
Forum: Using Externals
Topic: PDF myDocRef
Replies: 2
Views: 5241

Thank you, I really appreciate your post, You put it all where I could understand it and make it work,

Also gave me a few other ideas I had not thought of doing,

Thanks again.
by reelstuff
Mon Mar 03, 2008 4:57 pm
Forum: Using Externals
Topic: PDF myDocRef
Replies: 2
Views: 5241

PDF myDocRef

Hello everyone, I am looking into using the Quartam PDF library, In the example, myDocRef, I can see that it must refer to some text, in some form, that is to be written to the PDF file, Example in docs qrtPDF_WriteText myDocRef, tLineHeight, tURL, tURL qrtPDF_WriteText myDocRef, 13, myLongText How ...
by reelstuff
Tue Jan 29, 2008 1:27 pm
Forum: Marketing Your Products
Topic: How to enter in a new registration number?
Replies: 6
Views: 17403

To just update Revolution with a new license key: delete the folder: C:\Documents and Settings\<username>\Application Data\Runtime Revolution\Licenses You should then be able to enter your new license key when you restart Revolution. :o Good thing you have Death on your side :D Thanks, I will check...
by reelstuff
Mon Jan 21, 2008 6:00 pm
Forum: Marketing Your Products
Topic: How to enter in a new registration number?
Replies: 6
Views: 17403

well, if you have an update pack you might want to activate it, no? I have found no way to reenter the license code from within the IDE. Sorry. Maybe mail to support@runrev.com? All the best, Malte Yes, I was just attempting to find the answer to that question, I also purchased the bundle, and in t...
by reelstuff
Thu Jan 10, 2008 1:05 pm
Forum: Talking LiveCode
Topic: getting started Sample Quiz stack and FTP uploading
Replies: 4
Views: 4703

Wow, that is amazing, thank you for posting that information it opens up a lot of possibilities,

very interesting, examples, thank you
by reelstuff
Wed Jan 09, 2008 7:07 pm
Forum: Talking LiveCode
Topic: getting started Sample Quiz stack and FTP uploading
Replies: 4
Views: 4703

I don't know what the quiz stack contains, but putting stuff on ftp is very easy with rev: on mouseUp put field "sometext" into url "ftp://user:password@yourserver.com/folder/morefolders/file.txt" end mouseUp things to look up: url ftp entries that show up when you enter "libURL*ftp" in the docu Th...

Go to advanced search