Datagrid Wierdness

Mike Bonner bonnmike at gmail.com
Wed Jun 3 17:35:18 EDT 2015


To submit the bug, you might save the ill behaved array to a property in a
sample stack. Or several arrays that behave differently.  Then you can add
buttons to load the arrays into a datagrid to expose the behavior.  I kinda
wonder if you have empty rows in your database that are retrieved under
some circumstances and not others or.. Well, not sure.

Can you add code that will pop up an answer dialog with the row data of a
clicked row? That way you can look at what the datagrid thinks is in the
row as apposed to what is showing (or not showing in this case)

On Wed, Jun 3, 2015 at 3:25 PM, Bob Sneidar <bobsneidar at iotecdigital.com>
wrote:

> Hi all. Have I got a stinker for you!
>
> I am populating a data grid with an array using dgData. I am sorting on a
> column called assetid. I have a search object I created which essentially
> queries the database to find records where the value in the field matches
> any part of a list of columns I provide it in the script.
>
> Now when I sort the data grid on assetid, then query the database,
> assuming the prior records match the search criteria, the resulting array
> *DOES* contain all the records. So I know that the query correctly
> retrieved all the records that match the search criteria. I went through
> each element and verified that they do.
>
> However, when I set the dgData of the data grid to that array, *some* of
> the records do not display!!! Instead, there are empty rows at the bottom
> of the data grid, where I can scroll down but there is no data in the rows.
> Note they are not empty data grid records, the records or rows if you will,
> never get created, even though the data grid acts like there are more rows
> there.
>
> I know what you are saying, bad data in the data grid. But if I sort by
> *ANY OTHER COLUMN* the records *DO* appear!!! Now you will suggest I delete
> the data grid and create a new one. Did that. Same problem. Oh but wait,
> there’s more!
>
> If when I query the data I order by the assetid column, well the damnedest
> thing happens: ALL THE DATA DISPLAYS AGAIN!!!!!
>
> This has *GOT* to be a bug in the data grid library. I would submit it,
> but the app is dependent on an SQL instance and logins, so I cannot easily
> create an example. I recall others seeing some kind of similar weirdness
> with data grids displaying data. If this sounds familiar, contact me and
> lets compare notes.
>
> Bob S
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list