I went back to LiveCode 10.0 and it appears
Search found 61 matches
- Wed Dec 24, 2025 10:25 pm
- Forum: iOS Deployment
- Topic: iOS SDK not showing in Preferences > Mobile Support
- Replies: 3
- Views: 14184
Re: iOS SDK not showing in Preferences > Mobile Support
I found the same thing!
I went back to LiveCode 10.0 and it appears
https://livecode.com/system/account/all ... -downloads
I went back to LiveCode 10.0 and it appears
- Wed Aug 27, 2025 12:33 am
- Forum: Talking LiveCode
- Topic: LiveCode dropping to background window constantly!
- Replies: 8
- Views: 16072
Re: LiveCode dropping to background window constantly!
I removed backdrop and its better now, thanks so much everyone!!
- Wed Aug 27, 2025 12:31 am
- Forum: Talking LiveCode
- Topic: LiveCode dropping to background window constantly!
- Replies: 8
- Views: 16072
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 ...
- Sun Aug 24, 2025 9:21 pm
- Forum: Talking LiveCode
- Topic: LiveCode dropping to background window constantly!
- Replies: 8
- Views: 16072
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
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
- Wed Aug 20, 2025 10:31 pm
- Forum: Made With LiveCode
- Topic: My iOS app - Credit Roller
- Replies: 3
- Views: 37250
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 ...
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 ...
- 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: 25175
Re: Supporting each other's apps
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.dunbarx wrote: Tue Apr 22, 2025 5:51 pm I do not develop for mobile, but this sounds like a great idea.
Craig
- 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: 25175
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 ...
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 ...
- Thu Apr 17, 2025 12:47 am
- Forum: Made With LiveCode
- Topic: My iOS app - Credit Roller
- Replies: 3
- Views: 37250
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 ...
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 ...
- Tue Apr 15, 2025 5:32 pm
- Forum: Talking LiveCode
- Topic: iOS dictation disrupting mobileSoundOnChannel
- Replies: 2
- Views: 25488
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 ...
- Fri Apr 11, 2025 5:51 pm
- Forum: Talking LiveCode
- Topic: iOS dictation disrupting mobileSoundOnChannel
- Replies: 2
- Views: 25488
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 ...
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 ...
- Thu Apr 10, 2025 9:11 pm
- Forum: Talking LiveCode
- Topic: Setting volume of a mobileControlCreate "player"
- Replies: 4
- Views: 26284
Re: Setting volume of a mobileControlCreate "player"
Thanks for the help guys! It is now sorted
- Wed Apr 09, 2025 11:46 am
- Forum: Talking LiveCode
- Topic: Setting volume of a mobileControlCreate "player"
- Replies: 4
- Views: 26284
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 ...
- Tue Apr 08, 2025 11:08 pm
- Forum: Talking LiveCode
- Topic: Setting volume of a mobileControlCreate "player"
- Replies: 4
- Views: 26284
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!
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!
- Tue Feb 04, 2025 8:44 pm
- Forum: Talking LiveCode
- Topic: Saving and reading txt file
- Replies: 3
- Views: 28357
Re: Saving and reading txt file
Thanks SparkOut!
- Tue Jan 28, 2025 8:54 pm
- Forum: Talking LiveCode
- Topic: Saving and reading txt file
- Replies: 3
- Views: 28357
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