Search found 313 matches
- Thu Apr 09, 2020 2:00 pm
- Forum: Using Plugins for Customizing the LiveCode IDE
- Topic: Custom keyboard
- Replies: 63
- Views: 20221
Re: Custom keyboard
I went back and read the original post but I'm not clear on the goal. Hi Jacque (and all) I haven't been back to this thread in a while and am amazed at the interest my original question has created! The genesis of the question was this: I had a potential client who used WhatsApp and suggested that...
- Fri Apr 03, 2020 6:24 pm
- Forum: Windows
- Topic: Answer Command doesn't work on Windows
- Replies: 8
- Views: 1864
Re: Answer Command doesn't work on Windows
Hi Guys,
I appreciate your help. I have no idea how this was set but the float above everything box was checked in the stack inspector!
Unchecked that and everything works as expected!
Thanks again,
Tom
I appreciate your help. I have no idea how this was set but the float above everything box was checked in the stack inspector!
Unchecked that and everything works as expected!
Thanks again,
Tom
- Fri Apr 03, 2020 4:50 pm
- Forum: Windows
- Topic: Answer Command doesn't work on Windows
- Replies: 8
- Views: 1864
Re: Answer Command doesn't work on Windows
Hi Richard and Sparkout, I found out what was happening. The Answer command is working, however, the answer window is hidden behind the stack instead of on top. I confirmed this by setting the width of the stack to a much smaller width before issuing the answer command and resetting the width after ...
- Fri Apr 03, 2020 4:41 pm
- Forum: Windows
- Topic: Answer Command doesn't work on Windows
- Replies: 8
- Views: 1864
Re: Answer Command doesn't work on Windows
Hi Richard and Sparkout, I found out what was happening. The Answer command is working, however, the answer window is hidden behind the stack instead of on top. I confirmed this by setting the width of the stack to a much smaller width before issuing the answer command and resetting the width after ...
- Thu Apr 02, 2020 6:16 pm
- Forum: Windows
- Topic: Answer Command doesn't work on Windows
- Replies: 8
- Views: 1864
Answer Command doesn't work on Windows
Hi I'm Using
Windows 10 Version 1909 OS Build 18363.720
LiveCode 9.6 DP3
Any use of the "Answer" command locks up the computer.
I have a way around this involving adding a card more or less replicating the "answer" command.
I normally develop on my macBook air.
Tom
Windows 10 Version 1909 OS Build 18363.720
LiveCode 9.6 DP3
Any use of the "Answer" command locks up the computer.
I have a way around this involving adding a card more or less replicating the "answer" command.
I normally develop on my macBook air.
Tom
- Tue Mar 24, 2020 2:48 am
- Forum: iOS Deployment
- Topic: Support for iOS 13.3
- Replies: 8
- Views: 1976
Re: Support for iOS 13.3
Hi Panos, Thank you for the much-needed clarification. I have struggled with that issue every time I break out LC after a several month hiatus. In this case the issue I had was totally unrelated to the various versions of macOS, LC and iOS. I was using a Production Profile when it should have been D...
- Sun Mar 22, 2020 9:15 pm
- Forum: iOS Deployment
- Topic: Support for iOS 13.3
- Replies: 8
- Views: 1976
Support for iOS 13.3
HI,
Can anyone tell me when LC might support iOS 13.3?
I have been preventing my iPhone from updating for some time now. (7 weeks?)
I need to be able to test on the phone.
Thanks
Tom
Can anyone tell me when LC might support iOS 13.3?
I have been preventing my iPhone from updating for some time now. (7 weeks?)
I need to be able to test on the phone.
Thanks
Tom
- Wed Feb 19, 2020 10:02 pm
- Forum: Building Externals
- Topic: Can a DLL be built that contains another DLL?
- Replies: 1
- Views: 9045
Re: Can a DLL be built that contains another DLL?
Hi Again,
Or do I build a DLL containing all of the interface code and "Use" the FFT library in that DLL?
FFT = Fast Fourier Transform
Thanks
Tom
Or do I build a DLL containing all of the interface code and "Use" the FFT library in that DLL?
FFT = Fast Fourier Transform
Thanks
Tom
- Wed Feb 19, 2020 8:03 pm
- Forum: Building Externals
- Topic: Can a DLL be built that contains another DLL?
- Replies: 1
- Views: 9045
Can a DLL be built that contains another DLL?
Hi All, The subject is my question but to clarify a little.... I need to build a DLL that accesses an FFT DLL but also includes some code to instruct the FFT as to where to look for the input, (ie a microphone) as well as some other information that the FFT DLL requires to efficiently process the au...
- Sat Feb 01, 2020 4:34 am
- Forum: Talking LiveCode
- Topic: Changing fields properties with script
- Replies: 6
- Views: 1842
Re: Changing fields properties with script
Thanks Craig. Glad to know I’m not alone.
Tom
Tom
- Sat Feb 01, 2020 3:02 am
- Forum: Talking LiveCode
- Topic: Changing fields properties with script
- Replies: 6
- Views: 1842
Re: Changing fields properties with script
Hi Bernd,
Boy do I feel stupid!
The objects I have been trying to work with are NOT FIELDS they are GRAPHICS.
Everything works like clockwork now. (even on the WIn 10)
Thank You Bernd!

Boy do I feel stupid!
The objects I have been trying to work with are NOT FIELDS they are GRAPHICS.
Everything works like clockwork now. (even on the WIn 10)
Thank You Bernd!




- Sat Feb 01, 2020 2:51 am
- Forum: Talking LiveCode
- Topic: Changing fields properties with script
- Replies: 6
- Views: 1842
Re: Changing fields properties with script
Hi Bernd,
Sorry but that doesn't work. I am using LC 9.5.1 on a Windows 10 Computer. I haven't tried on my Mac but I am suspicious that the Computer is the culprit. I rarely go to the MS product for these things.
I'll try on the Mac!
Thank You for the answer.
Tom
Sorry but that doesn't work. I am using LC 9.5.1 on a Windows 10 Computer. I haven't tried on my Mac but I am suspicious that the Computer is the culprit. I rarely go to the MS product for these things.
I'll try on the Mac!
Thank You for the answer.
Tom
- Sat Feb 01, 2020 1:39 am
- Forum: Talking LiveCode
- Topic: Changing fields properties with script
- Replies: 6
- Views: 1842
Changing fields properties with script
Hi, I need to change the visible property of some fields using script. The fields are named ab1,ab2,ab3 .... I have tried numerous versions of this basic code. Before I put it in a loop I just tried 1 field. on mouseUp put "1" into x put "ab" & x into dfld answer dfld -- the answer comes back ab1 sh...
- Fri Jan 31, 2020 4:04 pm
- Forum: LiveCode Builder
- Topic: mathnet.numerics DLL
- Replies: 0
- Views: 3608
mathnet.numerics DLL
Hi all, I have a need to incorporate a Fast Fourier Transform into a LiveCode App. The process as I understand it would be to use LCB to access an FFT DLL. mathnet.numerics.dll is something I know can do what I need to do. I know I would need some code to do things like defining the source of the so...
- Thu Jan 30, 2020 6:21 pm
- Forum: Talking LiveCode
- Topic: Objects placed on Image Move when size changed
- Replies: 4
- Views: 1409
Re: Objects placed on Image Move when size changed
Thanks, Craig,
I am pretty sure this is the issue. I think I can work it out now.
Tom
I am pretty sure this is the issue. I think I can work it out now.
Tom