Issue176

Title Allow batch changes in a block without UI updates for every operation
Priority wish Status chatting
Superseder Nosy List jamest, johannesV, reinhard
Assigned To Topics gnue-forms

Created on 2007-06-22.09:10:03 by reinhard, last changed 2007-06-22.09:10:03 by reinhard.

Messages
msg407 (view) Author: reinhard Date: 2007-06-22.09:10:02
Currently, every operation done on a block or field results in immediate update
of the UI. This can hurt performance real bad if a trigger does many things on a
block, like insert a number of new records at a time.

One possibility to solve this would be to allow for block.freeze() and
block.thaw(), meaning that between these functions, no UI is updated, while on
thaw(), the whole block is updated in the UI.
History
Date User Action Args
2007-06-22 09:10:03reinhardcreate