More Datagrid Wierdness

2018-04-18 Thread Bob Sneidar via use-livecode
After DL LC Community 9 some of my datagrids have 3D appearing column header buttons. Others do not. Something is definitely up with datagrid redrawing. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Datagrid Wierdness

2015-06-04 Thread Mike Kerner
I know I'm late to the party, but since you're pulling data from a db, you can just set the dgtext of the dg with the result of the query, too. On Wed, Jun 3, 2015 at 6:59 PM, Mike Bonner bonnm...@gmail.com wrote: These LC growing pains can be a bit rough sometimes. On Wed, Jun 3, 2015 at

Re: Datagrid Wierdness

2015-06-03 Thread Bob Sneidar
Hi Mike. Well I reviewed the data from the 25 rows retrieved and visually it looks ok. Not saying there are not hidden characters in there somewhere. But that would not explain why the problem *ONLY* occurs when the data grid is sorted by just that one column. If I sort by another column, the

Re: Datagrid Wierdness

2015-06-03 Thread Bob Sneidar
NVM the stack itself is bad. I began to experience wholesale data grid problems where the data grid displayed nothing the contents tab of the data grid properties displayed nothing, but fields I populate from the data grid data were in fact populating, meaning the data was actually in the data

Re: Datagrid Wierdness

2015-06-03 Thread Mike Bonner
yeah it surely shouldn't behave differently based on which column you sort with. I was mostly offering the suggestion of sending a sample stack with stored array so that LC engineers can look at it. Very very strange. On Wed, Jun 3, 2015 at 3:53 PM, Bob Sneidar bobsnei...@iotecdigital.com

Re: Datagrid Wierdness

2015-06-03 Thread Mike Bonner
These LC growing pains can be a bit rough sometimes. On Wed, Jun 3, 2015 at 4:53 PM, Bob Sneidar bobsnei...@iotecdigital.com wrote: NVM the stack itself is bad. I began to experience wholesale data grid problems where the data grid displayed nothing the contents tab of the data grid

Datagrid Wierdness

2015-06-03 Thread Bob Sneidar
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

Re: Datagrid Wierdness

2015-06-03 Thread Mike Bonner
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