Re: DataGrid Scrolling problem

2019-10-06 Thread Andrew Bell via use-livecode
Something seems to have changed in the datagrid code, because I have an old iOS device with a version of my software from over a year ago and it scrolls fine so I feel like the issue is with my scroller and DG2 (this stack pre-dates that change). I tried Ralph's suggestion of adding 20px, b

RE: DataGrid Scrolling problem

2019-10-02 Thread Ralph DiMola via use-livecode
runrev.com Cc: and...@midwestcoastmedia.com Subject: Re: DataGrid Scrolling problem Now that you mention this, I see the same issue with 2 of my apps in the iOS store that were built using LC 9.5. There is one item just "past" the bottom of the datagrid that you can only see if you swipe be

Re: DataGrid Scrolling problem

2019-10-02 Thread Andrew Bell via use-livecode
Now that you mention this, I see the same issue with 2 of my apps in the iOS store that were built using LC 9.5. There is one item just "past" the bottom of the datagrid that you can only see if you swipe beyond the end, but as soon as you let go it snaps back to showing the 2nd to last ite

Re: DataGrid Scrolling problem

2019-10-02 Thread Bob Sneidar via use-livecode
When I have datagrid display weirdness I do a couple things. First, I get the dgText of the datagrid to see if there isn't unexpected data there. I will also get the dgData to see if there aren't off keys. Once I had a bug in my code that put a key of 0 with an empty value. It didn't display, bu

Re: DataGrid Scrolling problem

2019-10-02 Thread Bob Sneidar via use-livecode
Just tested here with a table style DG. Works fine LC 9.5 MacOS 10.14.6. Bob S > On Oct 2, 2019, at 07:19 , Mike for GDC via use-livecode > wrote: > > Hello, > > > > I have a problem with a datagrid. I cannot see the last couple of rows > when scrolling. For instance if you have 100 li