Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > signal - no update 'til I move the mouse

Reply
Thread Tools

signal - no update 'til I move the mouse

 
 
Sorin Schwimmer
Guest
Posts: n/a
 
      08-24-2006
Hi,

My project needs to allow some inter-process
communication. That one is solved, and when an answer
is sent, it goes to its destination via a signal.
Then, the Tkinter screen needs to be updated, so the
user can take the next action.

On my laptop it works instantly, on my desktop, only
after I move the mouse inside my application's window.

Configurations:
Laptop: Dell Latitude C600, Gentoo Linux, kernel
2.6.11, Python 2.4.1, KDE 3.3.x

Desktop: IBM NetVista, Gentoo Linux, kernel 2.6.11,
Python 2.4.2, KDE 3.4.x

I am pretty sure that's not a Tkinter related issue,
since I tested some "print" statements and they behave
in a similar way, but what can it be?

Thanks for your advise,
Sorin

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Writing move constructors and move assignment Andrew Tomazos C++ 2 12-12-2011 01:45 PM
Heres a mouse theres a mouse what a mouse do? unholy Gaming 37 09-17-2006 08:59 AM
Change of mouse pointer is only visible if I move the mouse Stefan Mueller Javascript 0 01-28-2006 06:41 PM
I am trying to move spaces to a weblistbox and when I move them... Eduardo78 ASP .Net Web Controls 0 11-03-2005 06:06 PM
Async-signal safe functions in signal handlers (unix) Michael Pronath Python 1 01-03-2005 01:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57