Tk Library Source Code

View Ticket
Login
Ticket UUID: 4c5222924f40252cd77507fbf48f408a134d719e
Title: ipentry::ipentry crash after window is destroyed and recreated
Type: Bug Version: ipentry 0.3
Submitter: anonymous Created on: 2015-01-23 03:49:04
Subsystem: tklib :: ipentry Assigned To: nobody
Priority: 5 Medium Severity: Important
Status: Open Last Modified: 2015-01-23 03:49:04
Resolution: None Closed By: nobody
    Closed on:
Description:
> tclsh                                                     Thu 9:35pm
% package require Tk
8.5.9
% package require ipentry
0.3
% set ipadddress {}
% toplevel .t
.t
% ipentry::ipentry .t.ip -textvariable ipaddress
.t.ip
% destroy .t
% toplevel .t
.t
% ipentry::ipentry .t.ip -textvariable ipaddress
bad operation list "": must be one or more of array, read, unset, or write
%