Hi Carlo,

>Now I'd like to test the 6.1 ULCTableTree component first, to check whether
>the performance has been improved in the latest version before changing the
>current AnchorULCTableTree & AnchorUITableTree to support ULC 6.1.

The performance issue with renderers (because of which the extension was
done by Rolf) has been fixed in ULC 6.1.

>In Timeanchors timesheet the tableTree should notify it's model to save and
>format an effort as soon as a cell has been edited (by pressing the enter
>key once) or it's focus is lost.

In 6.1, for ULCTableTree model the default event delivery mode is
UlcEventConstants.DEFERRED_MODE.

Please set the event delivery mode to UlcEventConstants.SYNCHRONOUS_MODE
using:

     ClientContext.setModelUpdateMode(model,
UlcEventConstants.SYNCHRONOUS_MODE);

I hope this helps.

Thanks and regards,

Janak




>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Carlo German a
>Sent: Sunday, July 02, 2006 5:07 PM
>To: [email protected]
>Subject: [ULC-developer] ULC 6.1 TableTree enhancement
>
>
>Hello
>
>I'm migrating our application to ULC 6.1 (from ULC 5.0.2)
>In Version 5.0.2 Rolf has enhanced the ULCTableTree for Timeanchor to
>improve the cell rendering (when several projects are open &
>expanded in the
>timesheet).
>Now I'd like to test the 6.1 ULCTableTree component first, to check whether
>the performance has been improved in the latest version before changing the
>current AnchorULCTableTree & AnchorUITableTree to support ULC 6.1.
>
>Related to this I have the following question:
>In Timeanchors timesheet the tableTree should notify it's model to save and
>format an effort as soon as a cell has been edited (by pressing the enter
>key once) or it's focus is lost.
>
>I noticed that this seems not be the case in the current version (6.1) of
>ULCTableTree.
>Could you please give me a hint on how I could change this behaviour using
>e.g a ULCTableTree extension?
>
>
>Thank you in advance.
>
>Regards,
>Carlo
>
>
>
>_______________________________________________
>ULC-developer mailing list
>[email protected]
>http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to