<br><br><div class="gmail_quote">On Thu, Jun 12, 2008 at 3:58 PM, Ingo Bormuth <<a href="mailto:Bormuth@web.de">Bormuth@web.de</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi everybody,<br>
<br>
can a cell somehow ask to be evaluated in the future?<br></blockquote><div><br></div><div>You can  have lazy cells which will not get calculated until asked, but it sounds like you might want the calculation running while other things are going on? Or kicked off at some point? And then do you need propagation from that cell kicked off?</div>
<div><br></div><div>You might do something with Gtk timers (ISTR those) combined with an input Cell if the GTk timer mechanism is attractive for any reason.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
I have a cells-gtk application. Some calculation take<br>
quite a time which makes the gui quite unresponsive.<br>
I'd like to have pseudoparallelism within the cell layer.<br>
<br>
One hack I thought about is to introduce a timer-cell<br>
that is updated from within gtk's main loop. A c-sleep<br>
function would explicitly request those updates.<br>
Taken together this would make for a tiny scheduler.<br></blockquote></div><br><div><br></div><div>OK, well, as per the above I am not exactly sure what is required, and it may be possible to do something in cooperation with Cells as it stands, more is hard to say without more deets.</div>
<div><br></div><div>hth, kenny</div><div><br></div>