Search found 6 matches
- Mon Sep 26, 2022 1:15 pm
- Forum: Talking LiveCode
- Topic: Turn off VoiceOver when using a stack
- Replies: 2
- Views: 1948
Re: Turn off VoiceOver when using a stack
Hi S., Thank you so much for your directions. That confirms what I thought: I need to go to a level lower. I'm looking to cover all the platforms in the futur, however with what you gave me, it's a great start. (VoiceOver on iOS, Narrator on Windows, iOS, Android etc.) I'll try to work that out when...
- Mon Sep 26, 2022 7:57 am
- Forum: Talking LiveCode
- Topic: Turn off VoiceOver when using a stack
- Replies: 2
- Views: 1948
Turn off VoiceOver when using a stack
Hi,
I would like to turn off VoiceOver or Narrator when my stack is running and turn it back on when we close the stack. I don't know how to take the approach.
The only function I found close to my subject is "mobileIsVoiceOverRunning" on iOS.
Thank you
-gg
I would like to turn off VoiceOver or Narrator when my stack is running and turn it back on when we close the stack. I don't know how to take the approach.
The only function I found close to my subject is "mobileIsVoiceOverRunning" on iOS.
Thank you
-gg
- Fri Jul 29, 2022 12:43 pm
- Forum: LiveCode Builder
- Topic: What is the mode of the "Code Editor" stack?
- Replies: 28
- Views: 38130
Re: What is the mode of the "Code Editor" stack?
Thanks for your answers
In my version of Livecode it said 0 to 14 in the dictionary, even if I thought it was 0 to 13
It was nice seeing you discuss, great day
gg

In my version of Livecode it said 0 to 14 in the dictionary, even if I thought it was 0 to 13

It was nice seeing you discuss, great day
gg
- Fri Jul 22, 2022 3:14 pm
- Forum: LiveCode Builder
- Topic: What is the mode of the "Code Editor" stack?
- Replies: 28
- Views: 38130
What is the mode of the "Code Editor" stack?
Hi,
I'm trying to find the mode property of internal livecode app stacks.
What mode would "Code Editor" be in? (And others, if you know it.)
I want to do some actions to stacks that have that specific mode.
The mode is an integer between 0 and 14.
I'm trying to find the mode property of internal livecode app stacks.
What mode would "Code Editor" be in? (And others, if you know it.)
I want to do some actions to stacks that have that specific mode.
The mode is an integer between 0 and 14.
- Thu Jun 02, 2022 2:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Looking for debugging tips
- Replies: 2
- Views: 1817
Looking for debugging tips
Hi, I'm looking for tips for debugging. I use single breakpoint then I launch my app, it stops and I check the variables without problems. However when there are loops, it's a bit harder to keep up, I put at the last line of the loop: wait while the commandkey is up wait 48 I feel like it doesn't sh...
- Mon May 02, 2022 4:27 pm
- Forum: Multimedia
- Topic: Download Speech voices from my Standalone app
- Replies: 6
- Views: 15889
Download Speech voices from my Standalone app
Hi, i'm looking for a way to download MacOs/Windows Speech voices from my Standalone app. I know the manual steps to download them, but I'm looking for automatic download of these voices when the app doesn't detect them. I saw the documentation for Speech library, speechSetVoice com-apple-speech-syn...