On 9/8/07, P T Withington <[EMAIL PROTECTED]> wrote: > Approved. > > Comments: You have a Debug.info that I think you want to turn off. > > Do you have to lock the layout manager if you tell all the clones to > ignore the layout? If you do, should you make sure to unlock it in > the destroy method of the replicator? >
Yeah I need to check on that, I wasn't sure under what circumstances the layout might get triggered by some event to try and do something. Maybe it's safest to lock it at the construct time of the replicator, and unlock it when the replicator is destroyed. > On 2007-09-08, at 10:35 EDT, Henry Minsky wrote: > > > Change 20070908-hqm-0 by [EMAIL PROTECTED] on 2007-09-08 09:30:54 > > EDT > > in /cygdrive/c/users/hqm/openlaszlo/wafflecone3 > > for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone > > > > Summary: fix for lazyreplicator when used with list component > > > > New Features: > > > > Bugs Fixed: LPP-4666 > > > > Technical Reviewer: ptw (pending) > > QA Reviewer: (pending) > > Doc Reviewer: (pending) > > > > Documentation: > > > > Release Notes: > > > > Details: > > > > Take steps to disable any layouts in the container before > > instantiating > > the clones > > > > Note, also in this patch is changing of xpath attribute to string > > type ( > > under review in another patch) > > > > > > Tests: > > > > Files: > > M test/explicit-replicators/replicator.lzx > > M test/explicit-replicators/selection.lzx > > M test/explicit-replicators/floating-list.lzx > > M test/explicit-replicators/lazy-replicator.lzx > > M test/explicit-replicators/test-replicator.lzx > > M lps/components/utils/replicator/lazyreplicator.lzx > > M lps/components/utils/replicator/replicator.lzx > > > > > > Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070908- > > hqm-0.tar > > > > > > -- > > Henry Minsky > > Software Architect > > [EMAIL PROTECTED] > > -- Henry Minsky Software Architect [EMAIL PROTECTED]
