Peter Daroczy - 2007-01-27

I'm experimenting with the Pmw.Blt demo scripts. In te case of Hello User demo script when I double click the graph to call the Edit graph window, the script gives the following message:

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/lib-tk/Tkinter.py", line 1403, in __call__
    return self.func(*args)
  File "bltHelloUser.py", line 67, in graphSetup
    colBox.selectitem(g.element_cget(elName, "color"))
NameError: global name 'colBox' is not defined