-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Can anybody help me how to update keikai spreadsheet cells in parallel at the same time asynchronously
Yes, followed the link. As per the document "there is at most one thread to access the UI of a given desktop" This means all UI updates are done one after other only. So setting each 100 values using Range.setCellValues() is consuming few ms of time. Updating such 'n' no of values is delayed.
Looks like columns are getting updated serially (syncronously)
Do you mean you want to implement your application logic in a thread separate from a servlet thread?
Please follow this https://www.zkoss.org/wiki/ZKDeveloper%27sReference/ServerPush/AsynchronousTasks
Then Call Range.setCellValues()
in public void onEvent(Event event)
.
Yes, followed the link. As per the document "there is at most one thread to access the UI of a given desktop" This means all UI updates are done one after other only. So setting each 100 values using Range.setCellValues() is consuming few ms of time. Updating such 'n' no of values is delayed.
wastemails ( 2020-12-29 10:26:21 +0800 )editAsked: 2020-12-28 13:23:27 +0800
Seen: 7 times
Last updated: Jan 08 '21
Use of ServletSecurity and SecurityContext
bug with intboxes on mobile devices
zk keikai-how to add custom button/label to formulabar?
zk-keikai-How to auto fit column width based on text
zk-keikai-ClipboardPateEvent-called twice
Reference a spring bean from VariableResolver