lcqc report 24493 added
https://quality.livecode.com/show_bug.cgi?id=24493
On Tue, Feb 20, 2024 at 6:07 PM Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Can I just say that the Datagrid does have all these properties? What is
> the big advantage that would make Polygrids
yes, the dg does have all of these properties. i'm replacing a dg with a pg.
dg's work on mobile, too. the scrolling can sometimes be a little hairy and
jerky, but it does work. until the pg, nearly every project we built for
mobes had at least one dg in them.
i'm doing this because this project is
Can I just say that the Datagrid does have all these properties? What is the
big advantage that would make Polygrids a better choice? Is it because they are
Mobile friendly? Faster for large datasets? Easier to work with (apparently not
unless by easier one means less properties that you can man
You have the dataWidth of the polygrid for the formattedWidth of the
widget (to be wide enough to display all data), but what I think you
want is some equivalent of the fomattedWidth of each column. I don't
believe any such property exists in the polygrid. It would be like
setting the columnWid
alrighty, then
i've got a polygrid. now, i want to set the column widths to the equivalent
maximum formatted widths, because...this is being used as part of an ad hoc
query tool.
did i miss something? i don't see an equivalent property
___
use-livecode ma