Page 1 of 1

HOW USE SCROLLING LIST FIELD

Posted: Sat Mar 12, 2016 10:17 am
by RisiBella
Goodmorning!
I have a problem, i'd like select a line of object "Scrolling list field" and I'd like export from livecode to my computer the audioclip (it's set a property). Can you help me, please? It's URGENT. :D :D :D :wink: :wink: :wink: :cry: :cry: :cry:

Re: HOW USE SCROLLING LIST FIELD

Posted: Sat Mar 12, 2016 1:16 pm
by Dixie
put the following into the script of the scrolling list field...

Code: Select all

on mouseDown
   put line (word 2 of the clickline) of me
end mouseDown
it will place your choice in the msg box...

Re: HOW USE SCROLLING LIST FIELD

Posted: Sat Mar 12, 2016 1:38 pm
by Klaus
Hi RisiBella,

1. welcome to the forum! :D
2. I moved your two threads to the beginners section, since they are not really announcements (hint, hint)!
3. Please check these stacks to learn a bit about the very basics of Livecode: http://www.hyperactivesw.com/revscriptc ... ences.html
4. Please leave some smilies for the rest of us, thanks!


Best

Klaus

Re: HOW USE SCROLLING LIST FIELD

Posted: Sat Mar 12, 2016 6:05 pm
by jacque
Exporting an embedded audio clip is almost impossible. One person finally figured it out but it is way beyond a beginner's capability. I suggest you use audio files on disk, do not import them into your stack. That way you can just copy the file to another location.

On mobile devices you may have trouble copying the file to a public location where other apps can use it, due to the sandboxing on both Android and iOS. On desktop there should be no problem.