Search found 11 matches

by Entdecker
Sat Aug 11, 2018 8:37 am
Forum: Talking LiveCode
Topic: LiveCode 9 and revSpeak (Mac 10.13, Win 10) Problems
Replies: 5
Views: 5143

Re: LiveCode 9 and revSpeak (Mac 10.13, Win 10) Problems

Hello Tom, here are the links to my three bug reports: reSpeechVoices https://quality.livecode.com/show_bug.cgi?id=21470 Under Windows10 the command line 'wait while revIsSpeaking() is true' has no effect https://quality.livecode.com/show_bug.cgi?id=21471 revSetSpeechSpeed, revSetSpeechPitch, revSet...
by Entdecker
Wed Aug 08, 2018 7:26 pm
Forum: Talking LiveCode
Topic: LiveCode 9 and revSpeak (Mac 10.13, Win 10) Problems
Replies: 5
Views: 5143

Re: LiveCode 9 and revSpeak (Mac 10.13, Win 10) Problems

Hi Klaus,
thanks for the link. I put three bug reports in there.

I would like to have revSpeech in iOS and Android as well.

Greetings, Jens.
by Entdecker
Tue Aug 07, 2018 4:21 pm
Forum: Talking LiveCode
Topic: LiveCode 9 and revSpeak (Mac 10.13, Win 10) Problems
Replies: 5
Views: 5143

LiveCode 9 and revSpeak (Mac 10.13, Win 10) Problems

# LiveCode 9 and voice output under Mac OS 10.13 and Windows 10 Hello everyone, I have noticed numerous problems with the voice output with LiveCode 9. Especially I have big problems under Windows 10. Since RevSpeak is version 2, it seems to me that the operating systems have evolved, but RevSpeak h...
by Entdecker
Tue Jun 19, 2018 10:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete Card in LC 9 problem
Replies: 4
Views: 3345

Re: Delete Card in LC 9 problem

Hi Jacque, thats sounds very well. I found an other way by stoping the clock before and restart it after the deleting. But I still can't understand why DELETE CARD in the IDE (Editor) delete the card, when the clock is still ticking, als the command DELETE THIS CARD can't do it (anymore). Tricky for...
by Entdecker
Mon Jun 18, 2018 10:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Delete Card in LC 9 problem
Replies: 4
Views: 3345

Delete Card in LC 9 problem

hi guys, in LC 9 it's not possible to delete a card, when an object script is execution. In LC 7 was that possible. So, how can I find all scripts is execution (in the background) and how can I stop them? On my stack I have a clock, which is show on all cards. on moveTime ... send "moveTime" to me i...
by Entdecker
Fri May 06, 2016 6:37 am
Forum: Mac OS
Topic: LC 7.1.4 stable - revspeech.bundle problem
Replies: 0
Views: 2549

LC 7.1.4 stable - revspeech.bundle problem

I use the new version LC 7.1.4 to compile an app. Now I geht this error: MacOSX x86-32, external failed to copy: "/Applications/LiveCode Community 7.1.4.app/Contents/Tools/Runtime/Mac OS X/x86-32/Externals/revspeech.bundle" Testing the version before: In LC 7.1.3 is no problem and the program code w...
by Entdecker
Fri Nov 13, 2015 12:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to Change the potion of controls near by scrollbar
Replies: 2
Views: 2591

Re: How to Change the potion of controls near by scrollbar

Hello Shalu I tried the following with only one scrollbar on your example: on mouseUp -- set start and end values put "SA3" into tScrollbarName put 65535 into tEnd -- MaxValue of Scrollbars -- get the old information put the width of control tScrollbarName into tWidthOld put the thumbPosition of con...
by Entdecker
Thu Oct 29, 2015 8:41 am
Forum: Mac OS
Topic: LC 7.1 and OS X 10.11 - Crash by using the OptionMenu
Replies: 2
Views: 3779

Re: LC 7.1 and OS X 10.11 - Crash by using the OptionMenu

Hello Klaus
now the new version there is no crash any more. Very good.
Thanks and best regards,
Jens
by Entdecker
Thu Oct 29, 2015 8:40 am
Forum: Mac OS
Topic: LC 7.1 and OS X 10.11 - unable to record audio file
Replies: 2
Views: 3730

Re: LC 7.1 and OS X 10.11 - unable to record audio file

Hello Bernd,
thanks for the quick help
I added
if the qtVersion is "0.0" then set the dontUseQT to false
in the script for recording and now it works. :D
Best regards, Jens
by Entdecker
Tue Oct 27, 2015 4:56 pm
Forum: Mac OS
Topic: LC 7.1 and OS X 10.11 - Crash by using the OptionMenu
Replies: 2
Views: 3779

LC 7.1 and OS X 10.11 - Crash by using the OptionMenu

Hello, under OS X 10.11 with LiveCode 7.1 I have a problem with all Option Menus: When I select an option it's fine, but when I leave the menu with mouse still down, then LiveCode or the .app will crash. This is my test stack: OptionMenu-Crash.zip Any idea, why. Is it a OS X 10.11 problem? Best rega...
by Entdecker
Tue Oct 27, 2015 4:47 pm
Forum: Mac OS
Topic: LC 7.1 and OS X 10.11 - unable to record audio file
Replies: 2
Views: 3730

LC 7.1 and OS X 10.11 - unable to record audio file

Hello, under OS X 10.11 with LiveCode 7.1 I'm not able to record audio files. Any idea, why? The main code is this on mouseUp set the recordInput to "imic" -- Internes Mikrophon set the recording to true set the recordRate to 48 put specialfolderpath("desktop") & "/" into tPathToDesktop set the defa...