Re: ANDROID player won't play MP3 from server but locally?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Jacque, wonderful, thank you very much! Will test this and report back. > Am 23.10.2023 um 21:45 schrieb J. Landman Gay via use-livecode > : > > On 10/22/23 7:34 AM, Klaus major-k via use-livecode wrote: >> I'm having problems to play a MP3 (5 MB) from my server. And yes, I waited >> up to

Re: ANDROID player won't play MP3 from server but locally?

2023-10-23 Thread J. Landman Gay via use-livecode
On 10/22/23 7:34 AM, Klaus major-k via use-livecode wrote: I'm having problems to play a MP3 (5 MB) from my server. And yes, I waited up to a minute before I closed the app. Works fine when I play it locally. Below is the script I use for mobile players. It's old so things may be different

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mike, > Am 23.10.2023 um 19:15 schrieb Mike Kerner via use-livecode > : > > you didn't mention the workaround that you used. I wrote earlier in this thread: ... click at the topleft of widget "index" ... That does the trick for me and UNhilited the widget. > i'm not sure what we're

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Mike Kerner via use-livecode
you didn't mention the workaround that you used. i'm not sure what we're supposed to do with the png since we can't see the code. On Mon, Oct 23, 2023 at 1:12 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > > Am 23.10.2023 um 19:09 schrieb Mike Kerner via

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mike, > Am 23.10.2023 um 19:09 schrieb Mike Kerner via use-livecode > : > > unfortunately, all i can see is the png file. yes, by intention! ;-) > i can't download the stack to see what's going on. Sorry, stack is not meant for public... Best Klaus -- Klaus Major

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mark, > Am 23.10.2023 um 19:08 schrieb Mark Wieder via use-livecode > : > > On 10/23/23 10:03, Klaus major-k via use-livecode wrote: > >> See here, I have a long list of PDF files and clicking the widget "index" >> will filter the PDF list with that char. >>

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Mike Kerner via use-livecode
unfortunately, all i can see is the png file. i can't download the stack to see what's going on. On Mon, Oct 23, 2023 at 1:03 PM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Mike, > > > Am 23.10.2023 um 18:51 schrieb Mike Kerner via use-livecode < >

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Mark Wieder via use-livecode
On 10/23/23 10:03, Klaus major-k via use-livecode wrote: See here, I have a long list of PDF files and clicking the widget "index" will filter the PDF list with that char. Davy's On

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mike, > Am 23.10.2023 um 18:51 schrieb Mike Kerner via use-livecode > : > > what event are you setting it in? i have had issues with the widgets not > responding to appearance updates in preopencard, but i don't have a great > recipe for it. See here, I have a long list of PDF files and

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Mike Kerner via use-livecode
what event are you setting it in? i have had issues with the widgets not responding to appearance updates in preopencard, but i don't have a great recipe for it. On Mon, Oct 23, 2023 at 12:50 PM Mike Kerner wrote: > interesting. it works for me. i use the numeric version (set the hilited > row

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Mike Kerner via use-livecode
interesting. it works for me. i use the numeric version (set the hilited row of widget "pg" to 0 On Mon, Oct 23, 2023 at 11:40 AM Klaus major-k via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi friends, > > I cannot UN-hilite a row in a polygrid?! > I tried: > ... > set the

PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi friends, I cannot UN-hilite a row in a polygrid?! I tried: ... set the hilitedrow of widget "index" to "0" ... set the hilitedrow of widget "index" to 0 ... set the pgHilitedText of widget "index" to "" ... set the pgHilitedText of widget "index" to EMPTY ... no dice!? I use the latest

Re: Mdiai Keys - volume / play/pause/next...

2023-10-23 Thread Bob Sneidar via use-livecode
Whoops! You were talking about media keys of course. I DO get values in a rawKeyUp handler for arrow keys and the others I mentioned. Not for the media keys though. You can just see why. All the other keys are part of a standard ANSI style keyboard. The media keys are not so far as I can tell,

Re: Mdiai Keys - volume / play/pause/next...

2023-10-23 Thread Bob Sneidar via use-livecode
I have in the past was unable to trap a key event for arrow keys. I think Jacque is right I do not think the system deals with arrow keys the way other keys work. They do not send any kind of ascii code, so LC would have to monitor them differently. Does the insert, home page up and page down

Re: Windows Standalone strands windows tasks

2023-10-23 Thread Eller, Roger via use-livecode
I primarily develop for Windows, and haven't experienced this since my early rookie years. I believe the secret is to have the line "set destroyStack to true" in every stack so that when it closes, nothing lingers in memory. Then, when you actually quit, it all goes away. ~Roger

Re: Me and target of script widgets

2023-10-23 Thread Mike Kerner via use-livecode
also brutal answer: documentation needs to be not just extended, but written for the property inspector and property editor, or you are going to be spinning your wheels trying to figure out that thing, too. this same issue has made writing lcb widgets so exceptionally painful that i've stopped