Search found 60 matches

by Aduro91
Wed Aug 27, 2025 12:33 am
Forum: Talking LiveCode
Topic: LiveCode dropping to background window constantly!
Replies: 8
Views: 957

Re: LiveCode dropping to background window constantly!

I removed backdrop and its better now, thanks so much everyone!!
by Aduro91
Wed Aug 27, 2025 12:31 am
Forum: Talking LiveCode
Topic: LiveCode dropping to background window constantly!
Replies: 8
Views: 957

Re: LiveCode dropping to background window constantly!

where LiveCode just constantly drops to the bottom layer of all the windows on your desktop That does not sound like the backDrop. @Aduro99. When this "drop" occurs, do you mean that all the current windows on screen are visible, but the LC window is suddenly covered by others? Craig All LC windows...
by Aduro91
Sun Aug 24, 2025 9:21 pm
Forum: Talking LiveCode
Topic: LiveCode dropping to background window constantly!
Replies: 8
Views: 957

LiveCode dropping to background window constantly!

Hey everyone,

Has anyone encountered this issue where LiveCode just constantly drops to the bottom layer of all the windows on your desktop when working on it.

It has got worse, perhaps with an OS update. Is there any solution to this? It's driving me insane
by Aduro91
Wed Aug 20, 2025 10:31 pm
Forum: Made With LiveCode
Topic: My iOS app - Credit Roller
Replies: 3
Views: 8898

Re: My iOS app - Credit Roller

Thanks very much Hutch! If you ever need any help with that AppStore hurdle let me know, happy to help :) I see you're working on your LOGO program. I remember a bit of educational software at school where we moved a turtle with code. Nice to see you're programming that with LiveCode. Is the aim to ...
by Aduro91
Tue Apr 22, 2025 5:56 pm
Forum: Talking LiveCode
Topic: Share a link to your app for a 5-star rating!
Replies: 2
Views: 4319

Re: Supporting each other's apps

dunbarx wrote:
Tue Apr 22, 2025 5:51 pm
I do not develop for mobile, but this sounds like a great idea.

Craig
On any platform really, as long as I can leave a rating, I'd be happy to! And if I can't then others hopping onto this thread could like your app on another platform.
by Aduro91
Tue Apr 22, 2025 5:03 pm
Forum: Talking LiveCode
Topic: Share a link to your app for a 5-star rating!
Replies: 2
Views: 4319

Share a link to your app for a 5-star rating!

Hey all, I have recently released an iOS game called Credit Roller on the AppStore It's a trivia game in which players figure out films from their rolling credits and rise up the ranks! :arrow: :arrow: :arrow: https://apps.apple.com/gb/app/credit-roller/id6739968200 I like to think it's a fairly pol...
by Aduro91
Thu Apr 17, 2025 12:47 am
Forum: Made With LiveCode
Topic: My iOS app - Credit Roller
Replies: 3
Views: 8898

My iOS app - Credit Roller

Hey guys, Thanks to all the forum users that have replied to my questions, it hs helped me to produce Credit Roller: https://apps.apple.com/gb/app/credit-roller/id6739968200 It's a trivia game in which players figure out films from their rolling credits. Players earn bonus points by guessing actors,...
by Aduro91
Tue Apr 15, 2025 5:32 pm
Forum: Talking LiveCode
Topic: iOS dictation disrupting mobileSoundOnChannel
Replies: 2
Views: 4533

Re: iOS dictation disrupting mobileSoundOnChannel

Hm, since you are using an OS feature, which does not inform your LC app what it is currently doing, I'm afraid you are out of luck. Someone correct me if possible! FYI: I created a feature request for: mobilecontrolset "playername", "volume" Or whatever syntax they will use for the implementation....
by Aduro91
Fri Apr 11, 2025 5:51 pm
Forum: Talking LiveCode
Topic: iOS dictation disrupting mobileSoundOnChannel
Replies: 2
Views: 4533

iOS dictation disrupting mobileSoundOnChannel

Hey all, I now have an issue with the iOS speech-to-text feature stopping the sound I'm playing on a channel through mobilePlaySoundOnChannel. I would like the sound to play again after this feature has been used. It DOES replay when I create a mobilecontrol player, but I can't use this method becau...
by Aduro91
Thu Apr 10, 2025 9:11 pm
Forum: Talking LiveCode
Topic: Setting volume of a mobileControlCreate "player"
Replies: 4
Views: 4917

Re: Setting volume of a mobileControlCreate "player"

Thanks for the help guys! It is now sorted
by Aduro91
Wed Apr 09, 2025 11:46 am
Forum: Talking LiveCode
Topic: Setting volume of a mobileControlCreate "player"
Replies: 4
Views: 4917

Re: Setting volume of a mobileControlCreate "player"

See mobileSetSoundChannelVolume. You'll have to set a sound channel first. Thanks for the reply. I've looked at info for mobilecontrolcreate and the mobileSetSoundChannelVolume, and I can't see how to set a channel that wll apply to my mobilecontrolcreate player. https://livecode.fandom.com/wiki/Mo...
by Aduro91
Tue Apr 08, 2025 11:08 pm
Forum: Talking LiveCode
Topic: Setting volume of a mobileControlCreate "player"
Replies: 4
Views: 4917

Setting volume of a mobileControlCreate "player"

Hey folks,

I've created a slider in my app that sets the playloudness, but this doesn't seem to change the sound of the audio played in a mobilecontrol player, i.e. mobileControlCreate "player"...

Is there any way to control the volume in this kind of player or ALL sound at once?

Thanks!
by Aduro91
Tue Feb 04, 2025 8:44 pm
Forum: Talking LiveCode
Topic: Saving and reading txt file
Replies: 3
Views: 10765

Re: Saving and reading txt file

Thanks SparkOut!
by Aduro91
Tue Jan 28, 2025 8:54 pm
Forum: Talking LiveCode
Topic: Saving and reading txt file
Replies: 3
Views: 10765

Re: Saving and reading txt file

Fixed it, not sure why but its failure in executing 'on openstack'. I put the 'loading' part into a button and then it worked. Shame that on openstack isn't working but I can work around that for now
by Aduro91
Tue Jan 28, 2025 6:58 pm
Forum: Talking LiveCode
Topic: Saving and reading txt file
Replies: 3
Views: 10765

Saving and reading txt file

Hey everyone, Working on allow general saved data to be retrieved in my app, both for game saves and storing whether the in-app purchase has been made. I am following the guidlines here https://lessons.livecode.com/m/4069/l/186807-how-do-i-implement-in-app-purchases-in-livecode-apple-appstore and ha...