Re: [sc-dev] Disabling cell updates

2006-06-22 Thread Kohei Yoshida

On 6/20/06, Niklas Nebel [EMAIL PROTECTED] wrote:


You can use lockControllers / unlockControllers from the document's
XModel interface.


It amazingly works well.  Thanks a lot!

Kohei

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [sc-dev] Disabling cell updates

2006-06-20 Thread Niklas Nebel

Kohei Yoshida wrote:

My question is, is it possible to disable repainting of cells while
their data are being modified?  Something like:

disableCellUpdates();

convert models

enableCellUpdates();

would be the most desirable, but I'm not sure if such API exists.


You can use lockControllers / unlockControllers from the document's 
XModel interface.


Niklas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]