Search found 4 matches
- Fri Dec 30, 2011 4:25 am
- Forum: Talking LiveCode
- Topic: Using the put URL command to save files
- Replies: 3
- Views: 4585
Re: Using the put URL command to save files
Thanks for the reply, Klaus. Unfortunately, it did not work. I got the error: "can't open file". Here is the entire block of code that does not work: on mouseUp local tSetNameFolder, tUrl put cd field "Set Name" into tSetNameFolder if tSetNameFolder is "" then ask "You haven't put anything into the ...
- Thu Dec 29, 2011 4:21 pm
- Forum: Talking LiveCode
- Topic: Using the put URL command to save files
- Replies: 3
- Views: 4585
Using the put URL command to save files
I am working on an iPad app, but also making a Mac version. I would like to save a text file representing data for a group in a separate (groupName) folder so that I can later recall that data by getting the text file contained in the groupName folder. I am trying to use the "put URL" command to sav...
- Tue Aug 09, 2011 11:27 pm
- Forum: Talking LiveCode
- Topic: Populating a Data Grid with Array Data
- Replies: 2
- Views: 3908
Re: Populating a Data Grid with Array Data
Craig, Thanks so much for your response to my query. My problem seemed to be that I used a name for a key and not a (line) number. I converted my array to use numbers as keys and then used "set dgData..." and got it working. Now I am trying to format the cells to be just 2 decimal places and I am ju...
- Fri Aug 05, 2011 9:11 am
- Forum: Talking LiveCode
- Topic: Populating a Data Grid with Array Data
- Replies: 2
- Views: 3908
Populating a Data Grid with Array Data
I have been unable to figure out how to get data from an array into a data grid. The array consists of 18 "records". There are 18 keys, each being a student's name. For each student (key) there are 5 elements (scores). I can look at the variable list for the array and it can be expanded to show the ...