Hi Paolo, Is it not possible for you to use lazy-loading containers like ULCTabbedPane and ULCCardPane?
All other containers in ULC upload all contained components at once. Thanks and regards, Janak >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Paolo Scaffardi >Sent: Friday, September 01, 2006 4:23 PM >To: [email protected] >Subject: [ULC-developer] Cloning ULC components to avoid redoundant >client-side upload > > >Hi there! >I have a container (ULCFlowLayoutPane inside a ULCScrollPane) with many >(about 2000) components (fixed-size ULCTableLayoutPane with some >ULCLabels in it). When i call the setVisible() method the uploading to >client side takes so long (really too much: about 2 minutes) because it >seems have to upload about 2Mb of data. > >These subcomponents have same hiearchy but potentially different >attributes (but they are equal when uploaded). > >The goal should be uploading one template component (its hiarchy and >attributes, of course), and use a system feature (to be implemented) to >clone it on both client and server side WITHOUT re-uploading all the >stuff. After this, these components acts as normal ULC components. Only >changed attributes will be uploaded to client-side. > >Does this make any sense to you? >Have you encountered the same problem? > >Best regards, >Paolo Scaffardi >GFP Lab s.r.l. >http://www.gfplab.com >fax 178 2258454 >_______________________________________________ >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
