Search found 2686 matches

by jmburnod
Wed Oct 18, 2023 10:11 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Issue with voice name contains accented letters
Replies: 3
Views: 1687

Issue with voice name contains accented letters

Hi All, I get an issue when I use a French TTS voices when the name of the voice contains accented letter (Amélie, Aurélie) That happens with Ventura 13.5 No problème on Mojave which doesn't use accented letters (Amelie instead Amélie) I tried put urlencode(VoiceName) without success. An idea ? Best...
by jmburnod
Mon Sep 25, 2023 12:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Simultaneously scrolling text vertically in two fields
Replies: 23
Views: 10826

Re: Simultaneously scrolling text vertically in two fields

Hi,
Two fields must have same text properties (font, size etc....)
Best regards
by jmburnod
Wed Aug 30, 2023 9:39 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Formatting Max and Min Values on a Line Graph
Replies: 29
Views: 26467

Re: Formatting Max and Min Values on a Line Graph

Hi,

what about this ?

0,0
1,50
2,100
3,75

Best regards
Jean-Marc
by jmburnod
Fri Aug 18, 2023 11:06 pm
Forum: Talking LiveCode
Topic: TexttoSpeech for iOS
Replies: 3
Views: 3191

Re: TexttoSpeech for iOS

Hi, SpeechSynthetizer was created before LiveCode speech library for iOS. Disadvantage of SpeechSynthetizer is it doesn’t work on IDE and you have to make an iOS standalone to test it. That is not the case with the LiveCode speech library for iOS. On other side SpeechSynthetizer knows Pause/Resume b...
by jmburnod
Thu Aug 10, 2023 12:15 pm
Forum: iOS Deployment
Topic: how to remove Game Center capability in iOS app
Replies: 1
Views: 1638

how to remove Game Center capability in iOS app

Hi All,
I have to remove Game Center capability for next version of my app.
Two days I’m swimming between Xcode, App Store etc… without success
Is there someone know a simple way to do that ?
Thanks for your lights
Kind regards
Jean-Marc
by jmburnod
Tue Aug 08, 2023 2:30 pm
Forum: iOS Deployment
Topic: none sdks on my Xcode 14.3.1 ? Solved
Replies: 4
Views: 3377

Re: none sdks on my Xcode 14.3.1 ?

I now can select xCode14.2 from mobile support , create a standalone for iOS and transfer it on an iPad :D
Next step is for TestFlight via Transporter.
by jmburnod
Tue Aug 08, 2023 12:11 pm
Forum: iOS Deployment
Topic: none sdks on my Xcode 14.3.1 ? Solved
Replies: 4
Views: 3377

Re: none sdks on my Xcode 14.3.1 ?

Thanks for your advice.
I now download xCode14.2 with hope it works with Ventura :D

Kind regards

Jean-Marc
by jmburnod
Mon Aug 07, 2023 3:57 pm
Forum: iOS Deployment
Topic: none sdks on my Xcode 14.3.1 ? Solved
Replies: 4
Views: 3377

none sdks on my Xcode 14.3.1 ? Solved

I try to select Xcode.app from mobile support of LC 9.6.9 setting (OSX Ventura 13.5). It seem there is none sdks on my xCode 14.3.1. (renamed xCode1431) I tried Install xcode by terminal but I get a « password:? » after sudo xcode-select -s path/to/xcode1431.app I tried to type my password but nothi...
by jmburnod
Tue Jan 10, 2023 2:06 pm
Forum: Talking LiveCode
Topic: Animated mouse cursors
Replies: 2
Views: 1937

Re: Animated mouse cursors

Hi Gerrie,
Not sure that is easier in your context but you may use a .gif image that follow the cursor.
Best regards
Jean-Marc
by jmburnod
Wed Dec 28, 2022 10:05 am
Forum: Android Deployment
Topic: Center Text From Top To Bottom Of Field.
Replies: 11
Views: 7980

Re: Center Text From Top To Bottom Of Field.

Hi,
If I understand you correctly you may use textalign property

Code: Select all

set the textalign of fld 1 to center
Best regards
Jean-Marc
by jmburnod
Sat Dec 17, 2022 11:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: reserved word or not ?
Replies: 14
Views: 6114

Re: reserved word or not ?

Hi Craig,
Yes, but with one more condition:

Code: Select all

if word 1 of tLine = "on" and word 2 of tLine is not a reserved word then replace "on" with "command" in tLine
Jean-Marc
by jmburnod
Fri Dec 16, 2022 11:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: reserved word or not ?
Replies: 14
Views: 6114

Re: reserved word or not ?

I want change all of my commands and functions to private handlers. Something like that "private command MyHandler" instead "on MyHandler" The reason is that I am looking for a successor to maintain my app and I think it would be clearer if he can know right away if a handler comes from livecode or ...
by jmburnod
Fri Dec 16, 2022 6:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: reserved word or not ?
Replies: 14
Views: 6114

reserved word or not ?

Hi All,
To cleaning my app i need to know if word 2 of a message which begin by "on" is s reserved word.
I tried
put ("mouseup" is reserved)
but i'm surprised that it return "false" :shock:
Thanks for your lights
Kind regard
Jean-Marc
by jmburnod
Thu Dec 15, 2022 4:25 pm
Forum: Talking LiveCode
Topic: Jitters
Replies: 4
Views: 2167

Re: Jitters

Hi Craig,
I try your jitter stack.
I can see what you discribe when i try to drag the selection only.
When i just select text I don't see jitter effect.
LC 1.0.0 dp1
kind regards
Jean-Marc

Go to advanced search