Search found 18 matches
- Sat Aug 10, 2019 2:35 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: TAR Files
- Replies: 1
- Views: 1797
TAR Files
Hello, can LiveCode read TAR files? Would like to code an application that can read a TAR file, generate a manifest of the contents and as an option extract the TAR and checksum the files.
- Fri Sep 07, 2012 1:22 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Need a way to load large files to compute MD5
- Replies: 4
- Views: 3504
Re: Need a way to load large files to compute MD5
Thank you Shaosean, I have something basic up and running now.
Cheers, Scott
Cheers, Scott
- Tue Sep 04, 2012 8:16 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Need a way to load large files to compute MD5
- Replies: 4
- Views: 3504
Re: Need a way to load large files to compute MD5
Hi again Shaosean, Do you mean creating something like a DOS .bat file that is triggered by Livecode shell command, the .bat in turn runs a DOS command or program to compute MD5 and return its value? I think I made that sound like the long way to do it, I am sure there is an easier way. I have yet t...
- Tue Sep 04, 2012 7:32 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Need a way to load large files to compute MD5
- Replies: 4
- Views: 3504
Need a way to load large files to compute MD5
Hi all, I am trying to compute MD5 checksum for large files. Anywhere from 2gig to 45gig. They are video files. Is there a way to compute the MD5 without the need to load a file into memory? When I try Livecode will crash, understandable as I am trying to load a 45gig file into memory when the PC on...
- Thu Aug 16, 2012 6:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Text field changes location after creating standalone
- Replies: 8
- Views: 4885
Re: Text field changes location after creating standalone
Thanks Shaosean, will give it a go.
Cheers,
Scott
Cheers,
Scott
- Fri Aug 10, 2012 4:51 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Text field changes location after creating standalone
- Replies: 8
- Views: 4885
Re: Text field changes location after creating standalone
Hi, sorry for the late reply. I am viewing the application on the PC I have coded it on and checking results on another PC. Both have the same results. I have used the built-in geometry manager to create the text fields, using the default font and populating the fields with data from arrays. Does Li...
- Wed Aug 08, 2012 1:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Text field changes location after creating standalone
- Replies: 8
- Views: 4885
Re: Text field changes location after creating standalone
I take it this must be a difficult one, over 50 views no one has any answers. I find this unusual, normally the LiveCode forum is very helpful. Thanks anyway.
- Mon Aug 06, 2012 3:41 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Text field changes location after creating standalone
- Replies: 8
- Views: 4885
Re: Text field changes location after creating standalone
Sorry I forgot, - Windows 7, developing application with LiveCode 5.5.1
- Mon Aug 06, 2012 2:41 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Text field changes location after creating standalone
- Replies: 8
- Views: 4885
Text field changes location after creating standalone
Hi all, When developing my application all the GUI elements are aligned and text renders smoothly. After creating a standalone application the text fields move up 3 or 4 pixels on the Y axis and text renders with aliasing (not smooth). I have tried locking the text fields but it does not seem to hel...
- Fri Apr 27, 2012 2:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Watch Folder and Loop problem
- Replies: 5
- Views: 3494
Re: Watch Folder and Loop problem
Thank you for your time. Your idea works well. My script tests I created my loop was outside of the button script, this is where I was going worng. I looked up command in the dictionary (was lazy in asking
) and it performs the same function. Cheers, Scott.

- Fri Apr 27, 2012 1:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Watch Folder and Loop problem
- Replies: 5
- Views: 3494
Re: Watch Folder and Loop problem
Thanks Sturgis I will give this a go. I have not used COMMAND to create a handle only ON, was wondering what is the difference? Cheers Scott.
- Fri Apr 27, 2012 12:40 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Watch Folder and Loop problem
- Replies: 5
- Views: 3494
Watch Folder and Loop problem
Hi All, I have a problem that I am trying to solve. I want to create a watch folder that is constantly checked for new files after it has finish copying (or growing) and perform a task when a new file has been dumped into that folder. The user starts and stops the watch folder process via a button. ...
- Thu Nov 25, 2010 9:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Detecting and extracting a section of text and calculating
- Replies: 10
- Views: 6625
Re: Detecting and extracting a section of text and calculating
Lol Bernd, 2.5 seconds, so sloooow
Thank you for your help, I have learnt a lot in a short time.
Kind Regards,
Scott

Thank you for your help, I have learnt a lot in a short time.
Kind Regards,
Scott
- Mon Nov 15, 2010 2:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Detecting and extracting a section of text and calculating
- Replies: 10
- Views: 6625
Re: Detecting and extracting a section of text and calculating
Wow Bernd, Thank you and very much appreciated. I am amazed how quickly it loaded and produced the list. I have written a simular program in thinBasic, wrote it in 1 day, that checks for duplicates and time code errors. It is very, very slow. It would of taken me a very long time to work this out an...
- Sat Nov 13, 2010 7:12 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Detecting and extracting a section of text and calculating
- Replies: 10
- Views: 6625
Re: Detecting and extracting a section of text and calculating
Hi, Sorry for the late reply. The XML is large therefore here is the link to download the zipped file from YouSendIt. The link will be valid for 1 week. https://www.yousendit.com/download/dklybUpRcG9VVG52Wmc9PQ As for the data I would like to query the time code of each sample within the file and ch...