Hi Klaus,
Sorry to reopen back this problem, but testing it after I moved on I realize when I pause the mobile audio those messages are still being sent. so when i pres play again the new message queue and the old one is running. is there a way for when I stop and pause the audio to pause and stop ...
Search found 13 matches
- Wed Apr 06, 2016 9:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Callbacks for android/ios audio [RE-OPEN]
- Replies: 9
- Views: 5326
- Thu Mar 31, 2016 4:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Application session
- Replies: 5
- Views: 3640
Re: Application session
Thank you, Tom and Craig
I had that option in mind but thought there was a master reset that reset the entire application to when it was launched.
Thank you for your help, I will implement that now.
Sheldon
I had that option in mind but thought there was a master reset that reset the entire application to when it was launched.
Thank you for your help, I will implement that now.
Sheldon
- Thu Mar 31, 2016 3:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Application session
- Replies: 5
- Views: 3640
Application session
Hi all,
I'm not sure if can explain this problem with understanding and maybe that's why I could not find a solution.
I'm creating standalone apps for all platforms but when i load the app and entered a few inputs on windows (have not tested it on other platform), then I leave the card, then go ...
I'm not sure if can explain this problem with understanding and maybe that's why I could not find a solution.
I'm creating standalone apps for all platforms but when i load the app and entered a few inputs on windows (have not tested it on other platform), then I leave the card, then go ...
- Wed Mar 16, 2016 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Downloading an extension to the app
- Replies: 13
- Views: 8467
Re: Downloading an extension to the app
Hi Jean-Marc,
I get "contacted"
and i know i need it to had loading ***
I have no clue how to use libURLDownload
I will try and search for a tutorial on it.
EDIT: when I try a new button with just the libURL and callback it comes up as downloaded
Thank you
Sheldon
I get "contacted"
and i know i need it to had loading ***
I have no clue how to use libURLDownload
I will try and search for a tutorial on it.
EDIT: when I try a new button with just the libURL and callback it comes up as downloaded
Thank you
Sheldon
- Tue Mar 15, 2016 1:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Downloading an extension to the app
- Replies: 13
- Views: 8467
Re: Downloading an extension to the app
Hi Jean-Marc,
I really don't understand your custom progress bar, I know it should but I'm unable get my head around it.
This is the entire code I'm trying to use, and all work except the progress bar. I don't know what I'm doing wrong.
I'm on windows platform if that makes a different and I will ...
I really don't understand your custom progress bar, I know it should but I'm unable get my head around it.
This is the entire code I'm trying to use, and all work except the progress bar. I don't know what I'm doing wrong.
I'm on windows platform if that makes a different and I will ...
- Mon Mar 14, 2016 5:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Downloading an extension to the app
- Replies: 13
- Views: 8467
Re: Downloading an extension to the app
Hi Jean-Marc,
Ok thank you.
All works for me except the progress bar. I followed the lesson located at livecode website how-to-show-the-progress-of-a-download because i did not understand it from your application.
When I use :
put pStatus
it only shows connected which leads to
if the number of ...
Ok thank you.
All works for me except the progress bar. I followed the lesson located at livecode website how-to-show-the-progress-of-a-download because i did not understand it from your application.
When I use :
put pStatus
it only shows connected which leads to
if the number of ...
- Mon Mar 14, 2016 1:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Downloading an extension to the app
- Replies: 13
- Views: 8467
Re: Downloading an extension to the app
Hi Jean-Marc,
Sorry for the late reply. This helped a lot thank you.
I'm able to copy a card over into my standalone but when I close then execute the standalone again the card is not there. Is there a way to allow the standalone to retain the card after copying and close without having to copy ...
Sorry for the late reply. This helped a lot thank you.
I'm able to copy a card over into my standalone but when I close then execute the standalone again the card is not there. Is there a way to allow the standalone to retain the card after copying and close without having to copy ...
- Sat Mar 12, 2016 4:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Callbacks for android/ios audio [RE-OPEN]
- Replies: 9
- Views: 5326
Re: Callbacks for android/ios audio [SOLVED]
Thank you Klaus, just need help with my other question. If you could can you help with that as well please.
http://forums.livecode.com/viewtopic.php?f=7&t=26784
Thanks you
Sheldon
http://forums.livecode.com/viewtopic.php?f=7&t=26784
Thanks you
Sheldon
- Sat Mar 12, 2016 3:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Downloading an extension to the app
- Replies: 13
- Views: 8467
Re: Downloading an extension to the app
thank you Jean-Marc,
I've looked at start using in the dictionary but I don't understand it quite well.
Can you use all objects in that stack or just scripts.
I also looked at copy in dictionary and I understand that but what i don't understand is how to implement download from a standalone app ...
I've looked at start using in the dictionary but I don't understand it quite well.
Can you use all objects in that stack or just scripts.
I also looked at copy in dictionary and I understand that but what i don't understand is how to implement download from a standalone app ...
- Sat Mar 12, 2016 2:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Downloading an extension to the app
- Replies: 13
- Views: 8467
Downloading an extension to the app
Hello all,
I'm creating an App both for desktop and mobile devices. I would like a feature to download an extension for the app, like an in app purchase. I had a look on how to add in app purchase for various devices but that's not what I'm looking for. I was wondering if it is possible to have the ...
I'm creating an App both for desktop and mobile devices. I would like a feature to download an extension for the app, like an in app purchase. I had a look on how to add in app purchase for various devices but that's not what I'm looking for. I was wondering if it is possible to have the ...
- Thu Mar 10, 2016 11:18 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Callbacks for android/ios audio [RE-OPEN]
- Replies: 9
- Views: 5326
Re: Callbacks for android/ios audio
Hi Klaus,
The numbers are parameters for the line number that i want the text to read from.
All works fine, with one problem, the timing is off, i thought it was ticks that i noted from QT but that's too slow then tried to do milliseconds that's too fast.
Do you have any idea what timing or ...
The numbers are parameters for the line number that i want the text to read from.
All works fine, with one problem, the timing is off, i thought it was ticks that i noted from QT but that's too slow then tried to do milliseconds that's too fast.
Do you have any idea what timing or ...
- Thu Mar 10, 2016 10:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Callbacks for android/ios audio [RE-OPEN]
- Replies: 9
- Views: 5326
Re: Callbacks for android/ios audio
Hi Klaus,
Thank you for the welcome, glad to be a part of it :D
Yeah I'm starting to get the picture.
so all that will be inside the mouseUp for example is:
on moustUp
mobilePlaySoundOnChannel wavFile, storyChan, now
send "showText 11" to me in 400 ticks
send "showText 12" to me in 400 ticks
end ...
Thank you for the welcome, glad to be a part of it :D
Yeah I'm starting to get the picture.
so all that will be inside the mouseUp for example is:
on moustUp
mobilePlaySoundOnChannel wavFile, storyChan, now
send "showText 11" to me in 400 ticks
send "showText 12" to me in 400 ticks
end ...
- Thu Mar 10, 2016 9:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Callbacks for android/ios audio [RE-OPEN]
- Replies: 9
- Views: 5326
Callbacks for android/ios audio [RE-OPEN]
Hi all,
Quite new and I've searched but unable to come up with a solution.
I understand that callbacks work on livecode with qt player but the qt player is not on android.
I'm able to get audio working on a android tablet with a simple "play audioclip "wavFile"" but don't know if there is a way to ...
Quite new and I've searched but unable to come up with a solution.
I understand that callbacks work on livecode with qt player but the qt player is not on android.
I'm able to get audio working on a android tablet with a simple "play audioclip "wavFile"" but don't know if there is a way to ...