Hi,
Here is some explanations
viewtopic.php?f=7&t=35397
Best regards
Jean-Marc
Search found 2563 matches
- Sun Mar 07, 2021 6:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need a different MobilePick than the generic LC picker. - Solved
- Replies: 18
- Views: 616
- Wed Mar 03, 2021 12:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Putting a text file into variable with URL method not working
- Replies: 9
- Views: 306
Re: Putting a text file into variable with URL method not working
Hi,
This syntax is strange for me
What happend with that instead:
Best regards
Jean-Marc
This syntax is strange for me
Code: Select all
put url ("file:"&tFolder&tTopic&".txt") into tText
Code: Select all
put tFolder & tTopic & ".txt" into tFile
put url ("file:" & tFile) into tText
Jean-Marc
- Tue Mar 02, 2021 9:25 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: File import picture to image control
- Replies: 2
- Views: 115
Re: File import picture to image control
Hi,
You have to use "binfile" instead "file"
Best regards
Jean-Marc
You have to use "binfile" instead "file"
Code: Select all
put URL ("binfile:" & theFilePath) into image "coverimage"
Jean-Marc
- Mon Mar 01, 2021 6:25 pm
- Forum: iOS Deployment
- Topic: IOS Deployment
- Replies: 9
- Views: 390
Re: IOS Deployment
Hi Eddie,
As far i know you absolutely need an Apple licence to test an iOS app.
Best regards
Jean-Marc
As far i know you absolutely need an Apple licence to test an iOS app.
Best regards
Jean-Marc
- Wed Feb 24, 2021 2:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Putting an image into a field using imagesource
- Replies: 4
- Views: 153
Re: Putting an image into a field using imagesource
Hi,
You may even use external file
Best regards
Jean-Marc
You may even use external file

Code: Select all
set the imageSource of last char of me to "binfile:My Image"
Jean-Marc
- Sun Feb 21, 2021 10:56 am
- Forum: Feature Proposals
- Topic: Player only Open Source Livecode version?
- Replies: 6
- Views: 382
Re: Player only Open Source Livecode version?
Hi Roger,
You may use a standalone to open stacks.
I use this to share bêta versions.
You may create your own menus open, save etc... and share code between your stacks.
Best regards
Jean-Marc
You may use a standalone to open stacks.
I use this to share bêta versions.
You may create your own menus open, save etc... and share code between your stacks.

Best regards
Jean-Marc
- Wed Feb 03, 2021 6:54 pm
- Forum: Announcements
- Topic: iOS TextToSpeech extension for free
- Replies: 9
- Views: 2517
Re: iOS TextToSpeech extension for free
Hi Trevix,
Did you ask this on github ?
https://github.com/SwissEduHack/LiveCod ... ynthetizer
Samuel (one of authors) use it to follow feed-backs.
Kind regards
Jean-Marc
Unfortunatly, i did nothing. Just convainc some students to do it.thanks again for what you did!!

Did you ask this on github ?
https://github.com/SwissEduHack/LiveCod ... ynthetizer
Samuel (one of authors) use it to follow feed-backs.
Kind regards
Jean-Marc
- Thu Jan 14, 2021 12:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: building an answer string programmatically
- Replies: 19
- Views: 1698
Re: building an answer string programmatically
Bruce mistook you for me, and now you are mistaking you for "do



- Wed Jan 13, 2021 11:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: building an answer string programmatically
- Replies: 19
- Views: 1698
Re: building an answer string programmatically
Thank you for the flowers, but I'm a litle confused with this thread. I don't suggest using "do" in my post. :o I choosed using a group way because it allows to have any LiveCode controls. I mean option menu, image, slider etc... For example, i use this for preferences setting and to allows user to ...
- Mon Jan 11, 2021 11:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: building an answer string programmatically
- Replies: 19
- Views: 1698
Re: building an answer string programmatically
Hi Craig,
I think you're right for me
Best
Jean-Marc
I think you're right for me

Best
Jean-Marc
- Mon Jan 11, 2021 7:30 pm
- Forum: Announcements
- Topic: 1001 things to do with LiveCode
- Replies: 16
- Views: 1718
Re: 1001 things to do with LiveCode
Hi Andy,
Missed post is mine
Thank you
Jean-Marc
Missed post is mine
Thank you
Jean-Marc
- Mon Jan 11, 2021 6:51 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: building an answer string programmatically
- Replies: 19
- Views: 1698
Re: building an answer string programmatically
hi Bruce,
Hi,
You may use a group instead an answer dialog.
A group with a grc rectangle with the stack rect blendlevel 100.
This group must have a script to trap mouseevents.
best regards
Jean-Marc
Hi,
You may use a group instead an answer dialog.
A group with a grc rectangle with the stack rect blendlevel 100.
This group must have a script to trap mouseevents.
best regards
Jean-Marc
- Fri Jan 08, 2021 11:25 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: saving text to speech "speechSpeakUtterance" to file or Var
- Replies: 3
- Views: 599
Re: saving text to speech "speechSpeakUtterance" to file or Var
Hi Both,
Here is a Bernd's stack use Applescript to export sound file from textospeech. Unfortunatly it is only for Mac.
http://forums.livecode.com/viewtopic.ph ... rnd#p42120
Jean-Marc
No, Bernd made itLC unable to export sound files

Here is a Bernd's stack use Applescript to export sound file from textospeech. Unfortunatly it is only for Mac.
http://forums.livecode.com/viewtopic.ph ... rnd#p42120
Jean-Marc
- Fri Jan 08, 2021 10:07 am
- Forum: Android Deployment
- Topic: How To Clear Keyboard Input.
- Replies: 1
- Views: 306
Re: How To Clear Keyboard Input.
Hi,
You may try "focus on nothing"
Best regards
Jean-Marc
You may try "focus on nothing"
Best regards
Jean-Marc
- Thu Jan 07, 2021 4:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Where do I find imported audio files?
- Replies: 6
- Views: 1124
Re: Where do I find imported audio files?
I never use audio clip and i just test it and it work here
They is in a new folder "Audioclip" in Project browser here (OSX 10.14.6 LC 9.6.1
Best regards and good luck
Jean-Marc
They is in a new folder "Audioclip" in Project browser here (OSX 10.14.6 LC 9.6.1
Best regards and good luck
Jean-Marc