Re: dg with native controls in template

2021-05-01 Thread Mike Kerner via use-livecode
The layering was what I was concerned about, too. On Fri, Apr 30, 2021 at 1:24 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > I’m going to say that with the way the DG manages controls it would be an > uphill battle to get something native to work. One of the native wi

Re: dg with native controls in template

2021-04-30 Thread Brian Milby via use-livecode
I’m going to say that with the way the DG manages controls it would be an uphill battle to get something native to work. One of the native widgets may work, but I have not purchased that set to test it out. The one potential issue would be layers. Since native controls layer on top of LC cont

Re: dg with native controls in template

2021-04-30 Thread Mike Kerner via use-livecode
not a terrible idea. We could probably also just set the hilite of a row. Something I've never tried: different hilite colors based on values in the rows... On Thu, Apr 29, 2021 at 3:48 PM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > You can put an SVG Icon or a graphic i

Re: dg with native controls in template

2021-04-29 Thread Mark Smith via use-livecode
You can put an SVG Icon or a graphic image into a DG column, would either of those work? Then you just need to script the behaviour of the widget or graphic when it’s tapped on. I do something similar with check and uncheck SVG icons. > On Apr 29, 2021, at 8:23 PM, Mike Kerner via use-livecode