Search found 23 matches

by derr1ck
Wed Oct 26, 2011 10:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reading a CSV file (with commas in 1 of the fields)
Replies: 27
Views: 16964

Re: Reading a CSV file (with commas in 1 of the fields)

Yes, I have saved the filed as Tab delimited, and currently have this code on a button:- answer file "/file/path/myfile.csv" put url ("file:" & it) into theData put true into firstLineContainsColumnNames -- or false, depending set the dgText[true] of group "Display" to theData Display is the name of...
by derr1ck
Tue Oct 25, 2011 6:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reading a CSV file (with commas in 1 of the fields)
Replies: 27
Views: 16964

Re: Reading a CSV file (with commas in 1 of the fields)

on mouseUp
answer file "file path to .csv file"
put url ("file:" & it) into theData
put true into firstLineContainsColumnNames
-- set the dgText[firstLineContainsColumnNames] of group "Display" to theData

end mouseUp
by derr1ck
Tue Oct 25, 2011 4:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reading a CSV file (with commas in 1 of the fields)
Replies: 27
Views: 16964

Re: Reading a CSV file (with commas in 1 of the fields)

I still can't see any of my data displayed in the data grid. I can see that the data is being read from the .csv file via debugging, What do I need to add to this code to display the data on screen?.

Sorry, I'm a Newbie to LC :)
by derr1ck
Tue Jul 12, 2011 11:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Web app with calendar
Replies: 2
Views: 2073

Re: Web app with calendar

Not to worry I found one here:-

http://www.troz.net/rev/stacks/Calendar.rev

Not exactly jquery but it will do nicely I think.
by derr1ck
Tue Jul 12, 2011 11:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Web app with calendar
Replies: 2
Views: 2073

Web app with calendar

Hi,

I'm trying to write a web app which needs to display a calendar and allow user to select dates from it.
How can I display a calendar like the jquery calendar date picker?
by derr1ck
Sat Jul 09, 2011 3:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Sending Email
Replies: 7
Views: 6373

Re: Sending Email

You should look at : www[dot]troz[dot]net/rev/stacks/SMTP_library_demo.rev This library works very well. It allows you to create and send email "on the fly" from your stack, with attachments etc. You just need to know the address of your SMTP server. I have looked at the above mentioned SMTP Demo b...
by derr1ck
Sun Apr 17, 2011 10:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upload Files to S3 or Cloud Files
Replies: 3
Views: 3066

Re: Upload Files to S3 or Cloud Files

DOES ANYONE KNOW HOW TO CONNECT TO RACKSPACE CLOUDFILES USING LIVECODE?
by derr1ck
Sun Apr 17, 2011 2:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Upload Files to S3 or Cloud Files
Replies: 3
Views: 3066

Upload Files to S3 or Cloud Files

Hi, I would like to write a desktop app that will allow me to upload files to either Amazon S3 or Rackspace Cloud Files storage. being new to RunRev I don't know how I would approach writing this app. Does anyone have any experience in incorporating the S3 or Cloud Files API into a livecode app?. An...

Go to advanced search