Re: 3-way slider control

2021-05-24 Thread Roger Guay via use-livecode
And if you need color and stuff, you can download my ScrollbarOmatic under Roger Guay from Sample Stacks. Roger > On May 24, 2021, at 3:28 PM, J. Landman Gay via use-livecode > wrote: > > On 5/24/21 3:18 PM, Paul Dupuis via use-livecode wrote: >> Hi all, >> I am looking to see if anyone has a

Re: 3-way slider control

2021-05-24 Thread J. Landman Gay via use-livecode
On 5/24/21 3:18 PM, Paul Dupuis via use-livecode wrote: Hi all, I am looking to see if anyone has a 3-positions slider control they might be willing to share. I need a control that has a "left, middle, and Right" positions (whatever they are called). Prefer horizontal orientation and resizable

Re: 3-way slider control

2021-05-24 Thread Rick Harrison via use-livecode
Hi Paul, Grab a horizontal slider control. Set the start position to -1 Set the end position to +1 Set the current position to 0 Make it any length you want. If you try clicking on a 1/4 setting it will spring to the next value, giving it the left middle and right positions you want. Let me kn

macOS and the default font in fields

2021-05-24 Thread Paul Dupuis via use-livecode
I am hoping some macOS guru out there can explain this in some way that makes sense. LiveCode 9.6.x supports Windows 7 to 10 and macOS 10.9.5 and up (10.16 aka 11.x aka Big Sur) I wanted to know what the default fonts are for each OS and version for Windows and macOS. Google returned a numbe

Re: Random slowdown in standalone

2021-05-24 Thread Marty Knapp via use-livecode
This turned out to be (apparently) a partially corrupted stack. While it would function, simply things like going to a stack could take a couple of minutes. When I tracked down the offending stack and replaced it with a backup, performance returned to normal. Marty > On May 23, 2021, at 5:15

3-way slider control

2021-05-24 Thread Paul Dupuis via use-livecode
Hi all, I am looking to see if anyone has a 3-positions slider control they might be willing to share. I need a control that has a "left, middle, and Right" positions (whatever they are called). Prefer horizontal orientation and resizable so I can adjust the size to the screen area where it n

Re: Speech Library: Where is the "Utterance" - Off

2021-05-24 Thread J. Landman Gay via use-livecode
I think this should do it: speechSpeakUtterance(empty) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 23, 2021 5:45:58 PM Sannyasin Brahmanathaswami via use-livecode wrote: If I am a user, and I get phone call, we just want “s

[ANN] This Week in LiveCode 266

2021-05-24 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #266 here: https://bit.ly/3wtnFMN This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Speech Library: Where is the "Utterance" - Off

2021-05-24 Thread Tom Glod via use-livecode
revStopSpeech On Sun, May 23, 2021 at 6:44 PM Sannyasin Brahmanathaswami via use-livecode wrote: > If I am a user, and I get phone call, we just want “speech” is “off” > > > > Where is the “mouseup”? > > > > I can’t find any “off” switch > > > > ▸ speechInitializeLibrary > > ▸ speechLibr