Hi, I am running VTCL 1.11 with Wish V8.0 on a SunOS machine, and while
the first time I attempt to open a file works fine, the second time I get
the following error:
***Begin Stack Trace Quote***
can't set "data(selectPath)": bad window path name ".__tk_filedialog"
while executing
"set data(selectPath) [glob $data(-initialdir)]"
(procedure "tkFDialog_Config" line 42)
invoked from within
"tkFDialog_Config $w $type $args"
(procedure "tk_getOpenFile" line 12)
invoked from within
"tk_getOpenFile -defaultextension $ext -initialdir [pwd] -filetypes
$types"
("open" arm line 2)
invoked from within
"switch $mode {
open {
set file [tk_getOpenFile -defaultextension $ext -initialdir
[pwd] -filetypes $types]
}
save..."
(procedure "vTcl:get_file" line 11)
invoked from within
"vTcl:get_file open "Open Project""
(procedure "vTcl:open" line 5)
invoked from within
"vTcl:open"
invoked from within
".vTcl.#vTcl#m.#vTcl#m#file invoke active"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke active]"
(procedure "tkMenuInvoke" line 29)
invoked from within
"tkMenuInvoke .vTcl.#vTcl#m.#vTcl#m#file 1"
(command bound to event)
***End Quote***
In fact any time I attempt to use any menu option which attempts to open a
file-dialog I get this error.
Does anyone have any ideas?
Thanks,
Ian.
__________________________________________________________________________
Ian Clarke http://www.dcs.ed.ac.uk/~iic
`An intellectual is someone who has been educated beyond their
intelligence'
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).