Hi Robert,

>>So is there any possibility to manage this loading, or to load all the
>>cells at the start?

There is a way to load all the rows of a table in the beginning i.e. disable
lazy loading. On ULCTable instance you can specify:

        table.putClientProperty("disableLazyLoading", Boolean.TRUE);

Thanks and regards,

Janak

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Janak Mulani
>Sent: Monday, September 11, 2006 4:49 PM
>To: rhritz
>Cc: [email protected]
>Subject: RE: [ULC-developer] Scrolling a big table
>
>
>Hi Robert,
>
>You cannot configure loading of rows. There is a feature request:
>https://www.canoo.com/jira/browse/UBA-1042
>
>However, you can make use of the following to reduce the number of
>roundtrips and make loading  faster:
>
>http://ulc-community.canoo.com/snipsnap/space/Contributions/Utiliti
>es/Eager+
>Loading
>
>http://lists.canoo.com/mailman/private/ulc-developer/2006/003859.html
>
>Thanks and regards,
>
>Janak
>
>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] Behalf Of rhritz
>>Sent: Tuesday, September 05, 2006 3:02 PM
>>To: [email protected]
>>Subject: [ULC-developer] Scrolling a big table
>>
>>
>>Hello,
>>In our application, we have a speed problem when using a
>>AdjustmentListener on the scrollbars while scrolling a big ULCTable. The
>>table is in a ULCScrollPane. The listener gets called after a long time.
>>This problem gets worse with more rows in the table, it has hundreds of
>>rows. I suppose this is because the table does lazy loading (loading
>>only visible cells to the client) and loads the cells while scrolling.
>>So is there any possibility to manage this loading, or to load all the
>>cells at the start?
>>We are using ULC 6.0.4.
>>
>>Thank you very much,
>>Robert Hritz
>>_______________________________________________
>>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

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

Reply via email to