in reply to Re^4: Annoying threads share problem!
in thread Annoying threads share problem!
is there just to make time for the$mw->after(1000);
thread to finnish it's job, so the&work()
will actually change something! This is all nice, but its still not the$full_PathMatchEntry->configure(-choices => \@choices);
that changes the&work()
Maybe this isnt possible as it is now, although I bet there is...$full_PathMatchEntry .
can't be shared. Now, how about sharing$full_PathMatchEntry
This would all be good, if we didnt had to do:@choices ?
I mean, here we still need to somehow notify the widget that something has changed (thing is that the change to the @choices can happen, and if we don't type anything more, then we won't resisplay the listbox), but how to do that? We can't have a listener in the Tk thread, since then we can't type anything...$full_pathMatchEntry->show_listbox();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Annoying threads share problem!
by zentara (Cardinal) on Oct 10, 2005 at 09:11 UTC | |
by Ace128 (Hermit) on Oct 10, 2005 at 12:25 UTC | |
by zentara (Cardinal) on Oct 10, 2005 at 17:31 UTC | |
by Ace128 (Hermit) on Oct 10, 2005 at 19:19 UTC |