Search found 17 matches

by adeam
Tue Sep 03, 2013 2:12 pm
Forum: Summer School 2013
Topic: Lesson 3, question on map
Replies: 1
Views: 2427

Lesson 3, question on map

Hi,

Newbie question :wink: , after getting the location on google map, how can I determine, for example, the nearest bus station or restaurants (or other info) around my location?

Thanks. :)
by adeam
Tue Aug 27, 2013 5:02 pm
Forum: Summer School 2013
Topic: Lesson 1, ipad size
Replies: 3
Views: 3848

Re: Lesson 1, ipad size

Thanks Neil, Colleen. :)
by adeam
Tue Aug 27, 2013 2:52 pm
Forum: Summer School 2013
Topic: Lesson 1, ipad size
Replies: 3
Views: 3848

Lesson 1, ipad size

i'm new to livecode and mac. i'm following lesson 1 and I have a question. when I created a new mainstack and set to iPad size, I couldn't see the whole page or lower part as I'm using a MacBook 15" screen. how can I scroll down to put the navigation group?

thanks.
by adeam
Thu Jan 03, 2013 4:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to change a file’s last modified on Mac OSX
Replies: 4
Views: 3008

Re: How to change a file’s last modified on Mac OSX

Thanks a lot Klaus. :D
Adding QUOTE works perfectly. As well as using the function you've wrote. :D
...
put QUOTE & "/Users/me/Documents/test v1/test with spaces.html" & QUOTE into tFile2Touch
get shell("touch -mt 201201010000" && tFile2Touch)
...

Cheers. :D :lol: :P :) :mrgreen:
by adeam
Thu Jan 03, 2013 4:14 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to change a file’s last modified on Mac OSX
Replies: 4
Views: 3008

Re: How to change a file’s last modified on Mac OSX

Thanks Klaus :D and happy new year :!:

Concerning escape the filename if it contains spaces, is that applicable to folder names with spaces as well?

...
put "/Users/me/Documents/test v1/test with spaces.html" into tFile2Touch
get shell("touch -mt 201201010000" && tFile2Touch)
...

Thanks again.
by adeam
Wed Jan 02, 2013 12:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to change a file’s last modified on Mac OSX
Replies: 4
Views: 3008

How to change a file’s last modified on Mac OSX

Hello, I'm new with Mac OSX and Live Code and would like to know how to change a file’s last modified on Mac OSX. I tried the command below but it seems it doesn't work: - launch touch -mt 201201010000 "/Users/ me /Documents/test.html" with "/Applications/Utilities/Terminal.app" Could you kindly hel...
by adeam
Thu Feb 17, 2011 4:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to find string using wild card?
Replies: 5
Views: 3993

Re: how to find string using wild card?

Thanks Jean-Marc. I was away for quite sometime and almost forgot what I post. But now, I'm back. :D Thanks again.
by adeam
Tue Feb 08, 2011 12:08 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to find string using wild card?
Replies: 5
Views: 3993

how to find string using wild card?

Hi, I am new and would like to know how can I find in the field using a wild cards, such as * or ?. (In other program, * is equivalent to any characters or number in any numbers and ? is equivalent to any char or number for 1 character.) For example, I would like to find string in field Filenames en...
by adeam
Wed Dec 22, 2010 3:15 pm
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Thanks Klaus :). Now it's working in Windows. This is my first time to do this kind of programming. In my other program, it's synchronous so I can debug line by line but using LiveCode, debugging under callbackMessage stops the loop (which I think happened to me when I debug it and thought that it w...
by adeam
Wed Dec 22, 2010 11:00 am
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Hi Klaus, I've implemented your code and it's now working - downloading then afterwards, update the file's modification date. Thanks. Now, I don't know where to put the command - answer "Download completed!"? Is there a command or function when the callback function ends? We have noted that "Downloa...
by adeam
Mon Dec 20, 2010 4:36 pm
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Thanks again Klaus. I will do it after I finished some other urgent work. Hopefully, in 2 days... i'll come back again.
Cheers. :D
by adeam
Mon Dec 20, 2010 3:05 pm
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Thanks again Klaus, I will try your suggestion later. I'm a bit confused about putting all the code under the case "cached" and not under "downloaded". Is it correct? Anyhow, I was also looking on the command "wait until the status is downloaded", see code below. But it was hanging. I was trying to ...
by adeam
Mon Dec 20, 2010 9:17 am
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Thanks Klaus for the code. I've inserted it into my code, run, then it gave me the same result as before, it downloaded all the files but didn't update the modification date. When I trace the value of tDownloadstatus, it contains "downloaded" (not "cached"), so I changed it, see code below. Run it a...
by adeam
Fri Dec 17, 2010 4:47 pm
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Hi FourthWorld, at the moment, I have no plan to support drag-and-drop ... Klaus, I'm almost complete with the ftp download, that is to read the files and folders recursively, extract, compare dates and download the file and then update the modification date by touch.exe. During my debug, the flow i...
by adeam
Tue Dec 14, 2010 2:56 pm
Forum: Internet
Topic: FTP download?
Replies: 16
Views: 14271

Re: FTP download?

Thanks Klaus.

Go to advanced search