Page 2 of 2

Re: Pick a song

Posted: Mon Feb 20, 2017 3:07 am
by strongbow
This is a known bug - see bug report at

http://quality.livecode.com/show_bug.cgi?id=14204

cheers

Alan

Re: Pick a song

Posted: Mon Jun 05, 2017 5:14 am
by maxs
Is this still a bug? I never could get this to work. I posted this on Nov 23 , and it took months before I was told this was a bug.

Pick a song

Postby maxs ยป Wed Nov 23, 2016 11:18 pm
When I use this code, I am able to pick a song, but the result is empty. How can I get the pathname to play the mp3 song?

mobilePickMedia true, "music", "anyAudio"
put the result into tResult
answer tResult

Re: Pick a song

Posted: Mon Jun 05, 2017 5:32 am
by strongbow
The bug was reported - did you look at the bug report? There I provided a sample stack that demonstrated the problem as well as a temporary solution - using the "Play" command. Have you tried that?

Re: Pick a song

Posted: Tue Jul 25, 2017 11:05 am
by maxs
Hi Alan

I tried your test stack "TestAudio"

I am able to select a song. But it will not put any result or text into the "fldMusic" field. So the play command has nothing to play.

You were able to get it to work? "MobilePickMedia produces no result.

Thanks, Max