Re: LC Player buffering data

2022-03-11 Thread Peter Bogdanoff via use-livecode
I should have said, the audio files being played are typically 30MB to 100MB, and the freezing happens as soon as the filename URL is set and play is supposed to begin. > On Mar 11, 2022, at 10:28 PM, Peter Bogdanoff via use-livecode > wrote: > > Hi, this is probably a question for Panos. >

LC Player buffering data

2022-03-11 Thread Peter Bogdanoff via use-livecode
Hi, this is probably a question for Panos. My application plays audio files from a server using the player. Some users in a academic environment are experiencing the application freezing when they play audio. These are people in a university in China, where it seems the wireless network gets

Re: Browser Widget Issues

2022-03-11 Thread Tom Glod via use-livecode
Hi Rick, document.getElementById("Butto Name").click(); that should work ...but yes this solution assumes you know the name of the button. I can't say for sure but I think its that LC is looking for "what livecode control" is under this clickloc . and then sends a message to that

Re: Paste no closeField

2022-03-11 Thread Bob Sneidar via use-livecode
Yeah, I suppose. But I use the IDE a LOT. Remember my code is in a front script, which is good, because it works for all my apps, and ONLY when entering and leaving a field. Bob S > On Mar 11, 2022, at 08:48 , Klaus major-k via use-livecode > wrote: > > Hi Bob, > >> Am 11.03.2022 um

Re: Browser Widget Issues

2022-03-11 Thread Bob Sneidar via use-livecode
Still cannot understand why it is that my Apple Mail program seems to think a completely different mail thread is the same thread as the one I was using. If however people are clicking on one thread, replying and changing the subject, in theory that is, well then that is just bad list

Re: Browser Widget Issues

2022-03-11 Thread Rick Harrison via use-livecode
Hi Tom, Do you have a more specific Javascript/LC example? I’m not a big fan of Javascript and only use it very sparingly. I would also have to first scan the HTML to find the name of the button I want it to activate wouldn’t I? If I have to go into that fine detail I would be better off

matchText error??

2022-03-11 Thread Bob Sneidar via use-livecode
I have a matchtext string [0-9+-/\*]. I feed each character of "284,763" in a repeat loop. To my understanding I ought to get "284673" but instead the comma comes along to play too. Is that right?? Does 0-9 include commas?? Bob S ___ use-livecode

Re: Browser Widget Issues

2022-03-11 Thread Tom Glod via use-livecode
You just need to pass some javascript to the browser to trigger the button you want. do this_js in widget "myBrowser" and this_js should have the javascript to click the button. Imagine the possibilities :) On Fri, Mar 11, 2022 at 3:31 PM Rick Harrison via use-livecode <

Re: Browser Widget Issues

2022-03-11 Thread Rick Harrison via use-livecode
Simple mouseClick at location. > On Mar 11, 2022, at 1:51 PM, Klaus major-k via use-livecode > wrote: > > what did you try so far? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Browser Widget Issues

2022-03-11 Thread Klaus major-k via use-livecode
Hi Rick, sorry, looks like I completely misunderstood your question... > Am 11.03.2022 um 19:51 schrieb Klaus major-k via use-livecode > : > > Hi Rick, > >> Am 11.03.2022 um 19:25 schrieb Rick Harrison via use-livecode >> : >> >> I was hoping to be able to programmatically >> tell the

Re: Browser Widget Issues

2022-03-11 Thread Klaus major-k via use-livecode
Hi Rick, > Am 11.03.2022 um 19:25 schrieb Rick Harrison via use-livecode > : > > I was hoping to be able to programmatically > tell the browser widget where to go to next > by having LC click on an image or button > within the browser window. > > So far I have had no success with that. >

Browser Widget Issues

2022-03-11 Thread Rick Harrison via use-livecode
I was hoping to be able to programmatically tell the browser widget where to go to next by having LC click on an image or button within the browser window. So far I have had no success with that. Is there a bug in LC preventing me from doing this seemingly simple task? Is there a work

Re: Paste no closeField

2022-03-11 Thread Klaus major-k via use-livecode
Hi Bob, > Am 11.03.2022 um 17:30 schrieb Craig Newman via use-livecode > : > > OK. > > Does this help? It catches pasting, but not typing. > > on textChanged > if the commandKey is down then beep > end textChanged you could also catch "on pastekey", but that will only work in a standalone,

Re: Paste no closeField

2022-03-11 Thread Craig Newman via use-livecode
OK. Does this help? It catches pasting, but not typing. on textChanged if the commandKey is down then beep end textChanged > On Mar 11, 2022, at 10:52 AM, Bob Sneidar via use-livecode > wrote: > > Because I don’t want to trigger it every time someone types a character, but > that would

Re: use-livecode Digest, Vol 222, Issue 8

2022-03-11 Thread J. Landman Gay via use-livecode
Ditto Boggle, the longer the word the more points you get. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 11, 2022 8:03:20 AM Craig Newman via use-livecode wrote: I play Scrabble, not Boggle. Regardless of which dictionary

Re: Paste no closeField

2022-03-11 Thread Bob Sneidar via use-livecode
Because I don’t want to trigger it every time someone types a character, but that would be one way to do it. I clean up anything I drag or type into fields, stripping all but printable ascii because OCR PDF files contain a lot of crap that wreaks havoc with databases. Sent from my iPhone >

Re: use-livecode Digest, Vol 222, Issue 8

2022-03-11 Thread Craig Newman via use-livecode
I play Scrabble, not Boggle. Regardless of which dictionary people use, there are many more words of 8 - 10 characters than of 4 - 6 characters. Craig > On Mar 10, 2022, at 5:25 PM, doc hawk via use-livecode > wrote: > > > jacqui jawed, > > >> filter tHugeDict without regex pattern

Re: Paste no closeField

2022-03-11 Thread Craig Newman via use-livecode
Hi. Why not use the “textChanged” message? That one would always fire if pasting text. Craig > On Mar 10, 2022, at 5:57 PM, Bob Sneidar via use-livecode > wrote: > >> works with fields whose nam ___ use-livecode mailing list