Hi Janak Thank you! It works again. Regards, Carlo
Am 3.7.2006 18:31 Uhr schrieb "Janak Mulani" unter <[EMAIL PROTECTED]>: > 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 > Carlo Germanà Partner ----------------------------- Innovatis Group AG tel. +41 43 344 74 02 fax. +41 43 344 74 01 gsm. +41 76 374 58 16 http://www.innovatis-group.com - NOTICE - This message may contain confidential, proprietary or legally privileged information and is intended only for the use of the addressee named above. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient of this message you are hereby notified that you must not use, disseminate, copy it in any form or take any action in reliance on it. If you have received this message in error please delete it and any copies of it and notify INNOVATIS GROUP AG immediately. Any views expressed in this message are those of the individual sender, except where the message specifically states otherwise and the sender is authorized to state them to be the views of INNOVATIS GROUP AG. _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
