Oddities of Tkinter



I am building a tkinter program. A part of this program is to read data
from an incoming interface, and depending on the data, will display a
bit of text on the tk dialog, it decodes this data, so to speak. If one
command is sent, everything's just fine. When multiple are sent, the
program will stop responding, and will only continue to respond after
one types <ctrl>-c. The statement at fault is something like this.

e1=StringVar()
Label (master,textvariable=e1, width=32).grid(row=44, column=4)

def disp_mes1(text):
e1.set(text)

It's the line 31.set(text) that takes so long when there's other
processes running. I've ran this program sucessfully many times on
another computer, however, when transfering to another with the same
OS, this problem was created. Any ideas as to what I might be able to
do to fix this problem? My main code is hopelessly complex to post the
entire thing, and I can't recreated the same structure with smaller
ammounts of code. Thanks for the help!

.



Relevant Pages

  • Re: Oddities of Tkinter
    ... from an incoming interface, and depending on the data, will display a bit of text on the tk dialog, it decodes this data, so to speak. ...
    (comp.lang.python)
  • Re: Cobol Myth Busters
    ... ON SIZE ERROR phrase is used. ... access to tables of fixed size, and so should be avoided where high performance is needed. ... 05 depending-element occurs 1 to 4096 depending on binary-number. ... Packed is almost as slow as display. ...
    (comp.lang.cobol)
  • Re: Order by not working
    ... Depending on which link I click on it's either ... altering as I've added a line to print the query to the screen to make sure ... All I can say is on one server the data is displayed ... Where on the other server where ORDER BY 'count' could display the order in ...
    (comp.lang.php)
  • Re: A list box that changes what HTML is displayed.
    ... I would like to be able to have an HTML form where there is a list ... And the fact that you're even asking shows that you don't really understand how PHP works. ... If you only want to, let's say, display different invoice options depending on the answer to "Personal / Enterprise", you can load everything and use JavaScript to change the "display" CSS attribute. ...
    (comp.lang.php)
  • Re: How do I create a subform programmatically?
    ... the appropriate records to display in each case. ... 'Search' screen (with the 3 combos) be available and visible throughout the ... >>I need to create a sub form in code - depending on data displayed in my main ... > What would be the purpose of this new subform? ...
    (microsoft.public.access.formscoding)