Common Datagrid Column Properties

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Common Datagrid Column Properties

Post by trevordevore » Thu Feb 18, 2010 3:26 pm

Multiple Data Grids can point to the same template without any issues. This lesson discusses this: How Do I Use A Template In Multiple Data Grids?

If you wanted to create your own script to generate a Data Grid you could. Take a look at this lesson: Creating A Data Grid By Hand
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Re: Common Datagrid Column Properties

Post by phaworth » Thu Feb 18, 2010 6:51 pm

Thanks Trevor. I know datagrids can share templates when they have the same format but in this case, the datagrids won't have the same format, that's my concern.

I was trying to make things as easy as possible for myself to set up a new datagrid but I think it's probably best if just add a new datagrid from the Tools palette then set the custom behaviour script manually.

Thanks as always for your help,
Pete

Post Reply