DataGrid question...
Richard Gaskin
ambassador at fourthworld.com
Sun Mar 29 20:37:26 EDT 2020
Bob Sneidar wrote:
> I thought you could embed checkboxes in a data grid?
A DG is a collection of groups. Anything that can be put into a group
can be part of the group that defines the row.
> When have we ever been able to embed another object in a field?
"Embed"? Never. But we can display an image in a field.
It works very much like HTML, where you can reference an image object by
ID to have it show up in a field:
set the imageSource of char 13 of fld 1 to tSomeImgID
HtmlText for that would show something like:
<p>Hello World <img src="4444"></p>
--
Richard Gaskin
Fourth World Systems
Software Design and Development for the Desktop, Mobile, and the Web
____________________________________________________________________
Ambassador at FourthWorld.com http://www.FourthWorld.com
More information about the use-livecode
mailing list