I think when you copy stacks from another stack file, the controls on them get renumbered. If so, that will break the link between a datagrid and it's row template group since it refers to the group by ID number ( and card number). You could fix that manually by changing the row template cprop to point to the correct group. Pete Molly's Revenge <http://www.mollysrevenge.com>
On Tue, Nov 15, 2011 at 9:12 AM, Glen Bojsza <[email protected]> wrote: > Are there any inherent problems or reasons not to copy a datagrid template > between stacks? > > I would like to just copy the datagrids from an old application stack to a > new application stack that I am working on... can this be done or should it > be done? > > thanks. > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
