Tk Library Source Code

View Ticket
Login
Ticket UUID: 622927
Title: ProgressBar update problem
Type: Patch Version: None
Submitter: decosterjos Created on: 2002-10-14 09:33:56
Subsystem: bwidget Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-10-15 02:24:37
Resolution: Fixed Closed By: hobbs
    Closed on: 2002-10-14 19:24:37
Description:
Hi,

[email protected] reported a problem with
the ProgressBar widget on CLT. This was caused by the
variable trace being temporarily disabled when running
the trace command, and executing an 'update' in the
trace command. I think replacing the 'update' command
by 'update idletasks' will solve this problem.

Attached you'll find the modified ProgressBar::_modify
proc.

Jos.
User Comments: hobbs added on 2002-10-15 02:24:37:
Logged In: YES 
user_id=72656

fixed for 1.4.2.

decosterjos added on 2002-10-14 16:33:57:

File Added - 33025: progressbar_modify

Attachments: