Displaying 2 results from an estimated 2 matches for "hierarchy_dir".
2003 Apr 25
1
tcltk tkfilefind demo problem
Hi everyone,
I wonder if anybody observed the crash of the tkfilefind demo. I looked
into the code and it seems to crash executing
dirtree<-tkwidget(base, "hierarchy_dir",
root=path,
showparent="Parent",
showfiles=1,
showall=all.names,
selectmode=if(multiple) "multiple" else "browse")
with the followin...
2001 Sep 14
2
tkfilefind in tcltk on Windows2000
Hi,
The tkfilefind demo in the tcltk package doesn't seem to work for me in
Windows2000.
The demo script uses tkfilefind(".") which doesn't display the parent
directory so you can't browse around the whole drive.
Using tkfilefind() (which uses the default path getwd()) doesn't seem to
work for me at all.
I also tried tkfilefind("/") which worked fine but