<div class="gmail_quote">2012/4/28 Syll <span dir="ltr"><<a href="mailto:syll-dev@laposte.net" target="_blank">syll-dev@laposte.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le Mon, 12 Mar 2012 21:51:02 +0100<br>
Syll <<a href="mailto:syll-dev@laposte.net">syll-dev@laposte.net</a>> a écrit :<br>
<div class="im"><br>
> Hello<br>
><br>
> Is it possible to add an event in the ltk event queue from another<br>
> thread ?<br></div></blockquote><div><br></div><div>Possible? Yes. A good idea? Maybe not.</div><div><br></div><div>There is an ltk-connection object in *wish*, which has an event-queue slot, containing any buffered events. If you were to add events there, they would be processed as though they had come from the wish process.</div>
<div><br></div><div>However, pushing things onto that list won't cause the Ltk main loop to process them; for that, its call to read-preserving-whitespace must return. If you know your implementation well enough, this should be enough to get you going. If you need more help, you probably shouldn't be messing with the event queue.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
><br>
> I can put events in a queue and use (after ...) to read it<br>
> periodically in the ltk thread, but it would be easier and more<br>
> efficient to use the ltk event queue directly.<br>
><br>
> Thank you<br>
><br>
> Syll<br>
<br>
</div>Is this possible ?<br>
<div class="HOEnZb"><div class="h5"><br>
Syll<br>
<br>
_______________________________________________<br>
ltk-user site list<br>
<a href="mailto:ltk-user@common-lisp.net">ltk-user@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/ltk-user" target="_blank">http://common-lisp.net/mailman/listinfo/ltk-user</a><br>
</div></div></blockquote></div><br>