Re: AW: Polygrid sorting (problems)

2022-08-18 Thread Paul Dupuis via use-livecode
Yes, Livecode enhancements bundle 1_0_21 (with PolyGrid 1.1.3) On 8/18/2022 8:31 PM, Mike Kerner via use-livecode wrote: which version is that? 21? On Thu, Aug 18, 2022 at 7:21 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: All, Bug 23886 has been fixed with the

Re: AW: Polygrid sorting (problems)

2022-08-18 Thread Mike Kerner via use-livecode
which version is that? 21? On Thu, Aug 18, 2022 at 7:21 PM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > All, > > Bug 23886 has been fixed with the latest release of the Summer Bundle > widget sets. Download from the store. > > On 8/17/2022 3:51 PM, Paul Dupuis via

Re: AW: Polygrid sorting (problems)

2022-08-18 Thread Paul Dupuis via use-livecode
All, Bug 23886 has been fixed with the latest release of the Summer Bundle widget sets. Download from the store. On 8/17/2022 3:51 PM, Paul Dupuis via use-livecode wrote: BTW the problem of: the text of widget X the csvData of widget X the tsvData of widget X AND (not in the Livecode 9.6.8

AW: Polygrid sorting (problems)

2022-08-17 Thread Paul Dupuis via use-livecode
BTW the problem of: the text of widget X the csvData of widget X the tsvData of widget X AND (not in the Livecode 9.6.8 Dictionary for PolyGrid 1.1.1) the pgText of widget X ALL not returning the full data for a PolyGrid widget is a confirmed bug: See

Re: Polygrid sorting (problems)

2022-08-15 Thread Mark Wieder via use-livecode
On 8/15/22 16:43, Mark Wieder via use-livecode wrote: On 8/15/22 16:22, Alex Tweedly via use-livecode wrote: I haven't tried csvdata or tsvdata (they're not listed in the dictionary, so I'd tend to avoid them if possible. I do see tsvData in the dictionary, but I'm getting weird errors

Re: Polygrid sorting (problems)

2022-08-15 Thread Paul Dupuis via use-livecode
On 8/15/2022 7:51 PM, Paul Dupuis via use-livecode wrote: On 8/15/2022 7:22 PM, Alex Tweedly via use-livecode wrote: On 15/08/2022 20:34, Paul Dupuis via use-livecode wrote: So there is an example of sorting in the PolyGrid documentation under the entry for the MESSAGE "headerClick" and under

Re: Polygrid sorting (problems)

2022-08-15 Thread Paul Dupuis via use-livecode
On 8/15/2022 7:22 PM, Alex Tweedly via use-livecode wrote: On 15/08/2022 20:34, Paul Dupuis via use-livecode wrote: So there is an example of sorting in the PolyGrid documentation under the entry for the MESSAGE "headerClick" and under the entry to the PROPERTY "text" (and in 'the text of

Re: Polygrid sorting (problems)

2022-08-15 Thread Mark Wieder via use-livecode
On 8/15/22 16:22, Alex Tweedly via use-livecode wrote: I haven't tried csvdata or tsvdata (they're not listed in the dictionary, so I'd tend to avoid them if possible. I do see tsvData in the dictionary, but I'm getting weird errors thrown from the widget when I try to use it. May still be

Re: Polygrid sorting (problems)

2022-08-15 Thread Bob Sneidar via use-livecode
I think they are trying to be consistent with datagrid terminology, perhaps thinking that a tabular data object has become a new class of objects. Bob S > On Aug 15, 2022, at 16:22 , Alex Tweedly via use-livecode > wrote: > > > On 15/08/2022 20:34, Paul Dupuis via use-livecode wrote: >>

Re: Polygrid sorting (problems)

2022-08-15 Thread Alex Tweedly via use-livecode
On 15/08/2022 20:34, Paul Dupuis via use-livecode wrote: So there is an example of sorting in the PolyGrid documentation under the entry for the MESSAGE "headerClick" and under the entry to the PROPERTY "text" (and in 'the text of me') The example code only sort the visible rows as "the text

Re: Polygrid sorting (problems)

2022-08-15 Thread Paul Dupuis via use-livecode
So there is an example of sorting in the PolyGrid documentation under the entry for the MESSAGE "headerClick" and under the entry to the PROPERTY "text" (and in 'the text of me') The example code only sort the visible rows as "the text of widget X" returns the data of PolyGrid X as tab