Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Perl tk gui hangs when large data thrown to it

by Anonymous Monk
on Oct 15, 2013 at 17:15 UTC ( [id://1058328]=note: print w/replies, xml ) Need Help??


in reply to Perl tk gui hangs when large data thrown to it

The bottom-line is very simple: you are asking for something that is both technically impossible, and visually useless. A gui-display update should be periodic, driven by some kind of a timer. Once every 5 seconds, perhaps. Maybe once a second. You do not update the display "every time the data changes." Instead, you update the display to reflect changes made to any currently-visible widgets since the last update cycle. You're going to have to redesign this part of the code. There is no other option.
  • Comment on Re: Perl tk gui hangs when large data thrown to it

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1058328]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-25 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found