Re: Datagrid substack question

2018-08-31 Thread Sannyasin Brahmanathaswami via use-livecode
Aha! that why a data grid on a cloned stack won't work! On 8/28/18 6:14 AM, Knapp Martin via use-livecode wrote: > Thanks zryip - I’ll give that a try! > > Marty > >> On Aug 28, 2018, at 12:31 AM, zryip theSlug via use-livecode >> wrote: >> >> Marty, >> >> You have to change the row template pro

Re: Datagrid substack question

2018-08-28 Thread Knapp Martin via use-livecode
Thanks zryip - I’ll give that a try! Marty > On Aug 28, 2018, at 12:31 AM, zryip theSlug via use-livecode > wrote: > > Marty, > > You have to change the row template property of your datagrid to point it > to the template group located in your renamed substack. > > set the dgProps["row templ

Re: Datagrid substack question

2018-08-28 Thread zryip theSlug via use-livecode
Marty, You have to change the row template property of your datagrid to point it to the template group located in your renamed substack. set the dgProps["row template"] of grp "myDatagrid" to the long id of grp "myGrpTemplate" of cd "myCardTemplate" of stack "myTemplateStack" On Tue, Aug 28, 201

Datagrid substack question

2018-08-27 Thread Knapp Martin via use-livecode
I'm developing an app that has a half dozen template stacks that users can edit. These each have a datagrid. I made a "master" template stack with the common features and then cloned this stack and modified the clones for that stack's specific features. But as the datagrid created a substack and