Re: PolyGrid: UNhilite a row? UPDATE

2023-11-01 Thread Klaus major-k via use-livecode
Hi friends,

> I tried had:
> ...
> 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!?

it turned out that ONLY this widget "index" is affected, 
all other PolyGrid widget behave as advertised!?


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 supposed to do with the png since we can't see the
> code.

>> Am 23.10.2023 um 18:51 schrieb Mike Kerner via use-livecode 
>> :
>> what event are you setting it in? ...

So gave him an impression of how my layout and polygrids look like and where 
I want to UNhilte the index.

I tried had:
...
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!?


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > 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
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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.
>> 
> 
> Davy's On The Road Again!
> Score points for coolness.

thanks! :-)
Yeah, great song!

> -- 
> Mark Wieder
> ahsoftw...@gmail.com

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 <
> use-livecode@lists.runrev.com>:
> >
> > 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 clicking the widget "index"
> will filter the PDF list with that char.
> <
> https://www.dropbox.com/scl/fi/ygmnzx3s7pvknpbycvi6z/index_polygrid.png?rlkey=c4as77jo96c0e2em3bde9tpk8=0
> >
>
> Clicking button "A-Z" will the display all the files.
> I need to UNhilite the index in that button.
>
> No idea why it does not work? But the workaround does, so problem solved
> (for me and for now).
>
> > 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 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 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 version of the "Widget pack".
> >>> Thanks in advance!
>
> Best
>
> Klaus
>
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/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 The Road Again!
Score points for coolness.

--
 Mark Wieder
 ahsoftw...@gmail.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 clicking the widget "index" will 
filter the PDF list with that char.


Clicking button "A-Z" will the display all the files.
I need to UNhilite the index in that button.

No idea why it does not work? But the workaround does, so problem solved (for 
me and for now).

> 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 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 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 version of the "Widget pack".
>>> Thanks in advance!

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 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 version of the "Widget pack".
>> Thanks in advance!
>>
>>
>> Best
>>
>> Klaus
>> --
>> Klaus Major
>> https://www.major-k.de
>> https://www.major-k.de/bass
>> kl...@major-k.de
>>
>>
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 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 version of the "Widget pack".
> Thanks in advance!
>
>
> Best
>
> Klaus
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 version of the "Widget pack".
Thanks in advance!


Best

Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode