RubyTalk@gmail.com
1/12/2006 4:40:00 PM
What if i wanted to get the location of a file that i click and drag over
lets say a TkButton?
Becker
On 1/12/06, PWR <pw_richards@fastmail.fm> wrote:
>
> I'm wanting to do the following,
> (1) Monitor an incoming socket with another thread and queue received
> messages.
> (2) Supply an event to the Tk mainloop when data arrives which causes
> it to call a handler which reads the queued data.
>
> The idea is to avoid a solution which involves directly calling Tk
> methods from the other thread in case there are any thread safety
> issues. I may be being over cautious.
>
> Peter.
>
>
>