Re: vpApp - new version

Robin Friedrich (friedric@rsoc.rockwell.com)
6 May 1994 21:51:00 GMT

Thanks for the update but the "tests" still don't work.
Below happened when I moved my mouse over the motif window that was created.
(Didn't even have to click!)

darwin 44 % xpython HierarchyEditorTest.py
Traceback (innermost last):
File "HierarchyEditorTest.py", line 87
test()
File "HierarchyEditorTest.py", line 85
app.Run()
File "/rose1/python/VP/lib/Application.py", line 151
Xt.MainLoop()
File "/rose1/python/VP/lib/EventNotifier.py", line 103
eh( graphic, client_data, xevent, None )
File "/rose1/python/VP/lib/HierarchyBrowser.py", line 178
if name != None: self.DoUpdate( self.GetNode( name ) )
File "/rose1/python/VP/lib/HierarchyBrowser.py", line 204
if name[len(name)-1] == '>': name = name[0:len(name)-2]
IndexError: string index out of range