HOW USE SCROLLING LIST FIELD

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!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
RisiBella
Posts: 3
Joined: Sat Mar 12, 2016 10:06 am

HOW USE SCROLLING LIST FIELD

Post by RisiBella » Sat Mar 12, 2016 10:17 am

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:

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: HOW USE SCROLLING LIST FIELD

Post by Dixie » Sat Mar 12, 2016 1:16 pm

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...

Klaus
Posts: 13820
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: HOW USE SCROLLING LIST FIELD

Post by Klaus » Sat Mar 12, 2016 1:38 pm

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

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7228
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: HOW USE SCROLLING LIST FIELD

Post by jacque » Sat Mar 12, 2016 6:05 pm

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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”