Re: DataGrid image display woes

2018-08-06 Thread Trevor DeVore via use-livecode
Yes, I did write the original Data Grid. One thing I’ve learned when working with any code in LiveCode that is shared between objects, however, is that when you see one object updating and none of the other objects you’ve forgotten to add “of me”. -- Trevor DeVore On Mon, Aug 6, 2018 at 10:41 AM

Re: DataGrid image display woes

2018-08-06 Thread Bob Sneidar via use-livecode
I think Trevor wrote the original datagrid behavior, or at least was instrumental in it. Bob S > On Aug 4, 2018, at 11:17 , Brian Milby via use-livecode > wrote: > > Wow, and Trevor knew right away... pretty impressive! > ___ > use-livecode mailin

Re: DataGrid image display woes

2018-08-04 Thread Brian Milby via use-livecode
Wow, and Trevor knew right away... pretty impressive! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livec

RE: DataGrid image display woes

2018-08-04 Thread FlexibleLearning.com via use-livecode
I recently wrote... > Okay, I have a datagrid Form with a template to display an image and 4 fields. > > The fields display the correct data for each line/record, but the unique image > for each line/record is not being correctly displayed. > > If the dataGrid height can show all records, the

Re: DataGrid image display woes

2018-08-04 Thread Trevor DeVore via use-livecode
Are you missing an “of me” in the code that sets the image data? -- Trevor DeVore On Sat, Aug 4, 2018 at 5:38 AM FlexibleLearning.com via use-livecode < use-livecode@lists.runrev.com> wrote: > Okay, I have a datagrid Form with a template to display an image and 4 > fields. > > The fields displa

DataGrid image display woes

2018-08-04 Thread FlexibleLearning.com via use-livecode
Okay, I have a datagrid Form with a template to display an image and 4 fields. The fields display the correct data for each line/record, but the unique image for each line/record is not being correctly displayed. If the dataGrid height can show all records, the image for the last record is displ