Re: Images in Data Grids

2012-10-30 Thread Peter Haworth
Ah, I see - it's a form not a table. But I learned something new - didn't know images had a text property that represents the image itself. That could probably be used in the FillInData for a datagrid table. Pete lcSQL Software On Mon, Oct 29, 2012 at 6:23 PM, Mark Wiede

Re: Images in Data Grids

2012-10-30 Thread Peter Haworth
Thanks Mark, I'll take a look. Pete lcSQL Software On Mon, Oct 29, 2012 at 6:23 PM, Mark Wieder wrote: > Pete- > > Monday, October 29, 2012, 1:26:44 PM, you wrote: > > > Cool! How do you get them into the datagrid? Using FillInData or > > something? > > Even a short f

Re: Images in Data Grids

2012-10-29 Thread Marek Niesiobedzki
Maybe the solution is to put button into cell template Marek ___ 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/

Re: Images in Data Grids

2012-10-29 Thread Mark Wieder
Pete- Monday, October 29, 2012, 1:26:44 PM, you wrote: > Cool! How do you get them into the datagrid? Using FillInData or > something? Even a short form answer is too long for a list response (maybe I'll find time to do a lesson on this if there isn't one already), but yes, in short FillInData

Re: Images in Data Grids

2012-10-29 Thread Peter Haworth
Hi Ronald, I think Mark may be able to point you in the right direction better than I on this since he seems to have at least figured out how to dynamically put images into the datagrid, not sure about changing the image on the fly. Here's another approach that might work using a table instead of

Re: Images in Data Grids

2012-10-29 Thread Ronald Zellner
That's correct, I want a different image in each row. These will be set at the beginning, but I do want the image source to change for each when it is first selected by the user. (Controlled by a card script called by the image) I thought of simply putting them in a group with a scroll bar, but I

Re: Images in Data Grids

2012-10-29 Thread Peter Haworth
Cool! How do you get them into the datagrid? Using FillInData or something? Pete lcSQL Software On Mon, Oct 29, 2012 at 12:59 PM, Mark Wieder wrote: > Pete- > > Monday, October 29, 2012, 9:37:46 AM, you wrote: > > > Hi Mark, > > Looks like your example always has the sa

Re: Images in Data Grids

2012-10-29 Thread Mark Wieder
Pete- Monday, October 29, 2012, 9:37:46 AM, you wrote: > Hi Mark, > Looks like your example always has the same image files but I think it may > be a lot harder if you need to change the images on the fly depending on Nope. All generated on the fly from stack snapshots. -- -Mark Wieder mwie..

Re: Images in Data Grids

2012-10-29 Thread Peter Haworth
Hi Mark, Looks like your example always has the same image files but I think it may be a lot harder if you need to change the images on the fly depending on other data in each row. I couldn't tell from the original email if that is what is needed so I was probably too focused in on that type of en

Re: Images in Data Grids

2012-10-29 Thread Matthias Rebbe
Hi Ronald, have a look at the plugin DataGridHelper. http://runrev.com/store/product/data-grid-helper-1-2-0/ Regards, Matthias -- Matthias Rebbe matthias (at) rebbe.tk Tel +49.5741.31 Tel +49.160.5504462 -- "Life is too short for boring code" Am 29.10.2012 um 02:41 schrieb Ronald Zel

Re: Images in Data Grids

2012-10-29 Thread Mark Wieder
Pete- Sunday, October 28, 2012, 11:42:01 PM, you wrote: > Hi ROnald, > Sounds like you want to have a different image in each row of the datagrid? > I'm not sure that's possible with a datagrid, at least not with a datagrid > table. Au contraire. Check out the widgets grid of PowerTools (the ima

Re: Images in Data Grids

2012-10-28 Thread Peter Haworth
Hi ROnald, Sounds like you want to have a different image in each row of the datagrid? I'm not sure that's possible with a datagrid, at least not with a datagrid table. Pete lcSQL Software On Sun, Oct 28, 2012 at 6:41 PM, Ronald Zellner wrote: > I want to put interactiv

Re: Images in Data Grids

2012-10-28 Thread Ronald Zellner
I want to put interactive images in a Data Grid column. While there are many resources online I can't seem to find basic information regarding the embedding of images. I am using the downloaded file from RunRev: LiveCode_Data_Grid.pdf This is very helpful, however the example stack link does