Tk Multiselect File Open Dialog?

I need a file open dialog with a muliselect option within ruby-TclTk .
Oddly enought this is supposedly available for the versions of tcltk >8.3
(in straight tcltk) but I can’t seem to get it to work within Ruby. Any
suggestions or is this impossible within the current implementation?

Ideally a variant of Tk.getOpenFile with a -multiple option would be great
(but doesn’t seem to exist)

thanks
s

Hi,

···

From: “SLegrand” mliang@cox.net
Subject: Tk Multiselect File Open Dialog?
Date: Sat, 31 Aug 2002 13:56:36 +0900
Message-ID: eSXb9.39240$082.2335149@news1.east.cox.net

Ideally a variant of Tk.getOpenFile with a -multiple option would be great
(but doesn’t seem to exist)

Although I don’t use the newest version of Tcl/Tk,
does Tk.getOpenFile(‘multiple’=>true) work?
Of cource, your Ruby/Tk must be compiled with a new version of
Tcl/Tk which supports -multiple option for tk_getOpenFile.

                              Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)