once again, a reason to have as much of the source exposed as possible. On Wed, Dec 14, 2022 at 8:09 AM panagiotis m via use-livecode < [email protected]> wrote:
> Nice detective work @Mark Wieder <[email protected]> > > Indeed, in LC 9.6.9 rc2 we added support for nested DG behaviors, so this > code was updated. > > Hopefully this will be fixed in LC 9.6.9 rc3 > > Kind regards, > Panos > -- > > On Wed, 14 Dec 2022 at 07:45, Mark Wieder via use-livecode < > [email protected]> wrote: > > > On 12/13/22 17:59, Mark Wieder via use-livecode wrote: > > > Running your sample stack, I get an "error in object expression" at > line > > > 4793 in handler "_table.CreateHeaders" of stack > > > "RevDataGridLibraryBehaviorsDatGridButtonBehavior". > > > Seems to be because sResourceStack is empty. > > > > > > Not sure if this is any help. > > > > > > > ... and yes, that code did change from 9.6.8 to 9.6.9-rc2. > > Previously the _table.CreateHeaders handler started off by calling > > _ResourceStack() to set the stack location. Now it relies on the > > _Initialization handler being called previously to do that task. > > > > And it's apparently not being called. Adding the line > > > > put _ResourceStack() into sResourceStack > > > > at the start of that handler seems to avoid the problem. > > > > > > -- > > Mark Wieder > > [email protected] > > > > > > _______________________________________________ > > 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 > -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." _______________________________________________ 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
