Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
Good morning peolpe, I have a urgent problem.
I'd like use a group Datagrid for downloading audioclips from livecode to my computer. How Do I it?
Can you help me, please? Kiss kiss
What makeshift said. Though LC is very easy to use, it is still a large and rich environment. You must learn the basics first.
A dataGrid is the most complex object here. What made you choose it for your project? You said you wanted to use it to download audio clips. Did you mean to reference those clips in a nice UI? The clips themselves would likely be stored either in an external file or in a custom property somewhere in your stack. But as you see, I a m already ahead of what you need first to get going.
I have got 40 audioclip , inserted in the Mainstack so I need to associate them to each row and to download one by one, from livecode to my pc using Datagrid. I tried using some codes but I am not able. How can I do?
You don't need a datagrid for this, use a simple list field.
If your audio clips were imported using "import as control" you will not be able to export them. Embedded audio is not easily removed from the stack. Keep the audio clips on disk as separate files. You can copy them easily that way.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com