Re: Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
Tom, Yes, I know the browser will do this. That's what we did originally. But, I couldn't get enough control over the playback in the browser. The Player Object does everything I need! Except work with the OS apparently. I'll have to reach out to LC for assistance. -Dan On 7/26/22,

Re: Android Player Object in Background

2022-07-26 Thread Tom Glod via use-livecode
The way I achieved this is using a html 5 player in the browser instead of the player object. The player has no way of doing this currentlyas far as I know. On Tue, Jul 26, 2022 at 12:43 PM Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > I have a music playing app

LiveCode access to mpnowplayinginfocenter?

2022-07-26 Thread Dan Friedman via use-livecode
On iOS, a song playing in the native player can be controlled in the Control Center. However, it doesn't display the song name, or artwork or other details. Looks like LC needs to access mpnowplayinginfocenter. Is this possible? Anyone know anything about this? -Dan

Android Player Object in Background

2022-07-26 Thread Dan Friedman via use-livecode
I have a music playing app that uses the native player object to play music. When in the background, iOS allows control of the playing song in the Control Center. This not function this way on Android. There is a androidStartAudioPlayingInBackground command, but that plays a supplied url,

Re: sqlYoga queries

2022-07-26 Thread Bob Sneidar via use-livecode
Thanks Trevor. I'll give it a go. Bob S > On Jul 26, 2022, at 08:47 , Trevor DeVore via use-livecode > wrote: > > On Tue, Jul 26, 2022 at 10:08 AM Bob Sneidar via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> sqlYoga can define table objects and relations in a database

Re: sqlYoga queries

2022-07-26 Thread Trevor DeVore via use-livecode
On Tue, Jul 26, 2022 at 10:08 AM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > sqlYoga can define table objects and relations in a database object. > Heretofore I have not availed myself of this, being content to only work > with query objects and record objects. Now as I

sqlYoga queries

2022-07-26 Thread Bob Sneidar via use-livecode
Hi. This is directed at Trevor Devore, although if anyone else knows they can chime in. sqlYoga can define table objects and relations in a database object. Heretofore I have not availed myself of this, being content to only work with query objects and record objects. Now as I am trying to

Automating LiveCode builds with Github Actions?

2022-07-26 Thread Trevor DeVore via use-livecode
Hello, I would like to automate the following sequential steps using Github Actions and I'm wondering if anyone has experience automating LiveCode with Github Actions that they could share. 1. Open a stack in LiveCode and send a message to it. This would be for building a Levure application. 2.