Re: INDIRECT and real-time question
- From: Jody Goldberg <jody gnome org>
- To: Pavel Shevchenko <pavel telemetry-investments com>
- Cc: gnumeric-list gnome org
- Subject: Re: INDIRECT and real-time question
- Date: Wed, 16 Oct 2002 11:35:59 -0400
Sounds like your goal would be to create a 'RealTime monitor range'
and just blit the data back at regular intervals. Implementation is
msotly trivial with 2 wrinkles. How to handle queued updates while
editing, and the implications for undo/redo.
- Do we want recalcs even while editing ? The simplest solution
is to say yes. but I frankly have no idea if the system will
support it.
- undo assumes that it is the only thing changing content. So
if you do an undoable operation in a real time cell then undo
& redo _after_ an update the undo mechanism will restore the
updated value, not the original typing.
Merging in new ui is actually partially supported (bonobo build only
for now). Have a look in the uihello plugin for an example.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]