Notification

mcell_ran4_init
   doEvents       doNotify       


doEvents

Notification

SYNTAX

doEvents()

DESCRIPTION

Deal with any pending events in the middle of a computation. This also causes any previous flushes to make their effect felt on the screen.

Faster than doNotify since field editors are not updated.


doNotify

Notification

SYNTAX

doNotify()

DESCRIPTION

All panels are updated so field editors show current values. This is slower than doEvents which does not check the field editors.


neuron/general/function/notify.hel : May 13 2012