On 24-May-99 GUNNAR LINDHOLM wrote:
> Hello.
> First, I must say that I'm impressed by VTcl!!!
>
> I would like to have a file dialog to pop up when I press a certain button.
> Is there a simple way to create this file selection dialog (just like the
> one in the menu: file->open) with VTcl? I don't want to write down all the
> code I found in a book. Is there some kind of predefined file dialog that
> is easy to use/acces?
man n tk_getOpenFile....
tk_getOpenFile, tk_getSaveFile - pop up a dialog box for
the user to select a file to open or save.
DESCRIPTION
The procedures tk_getOpenFile and tk_getSaveFile pop up a
dialog box for the user to select a file to open or save.
----------------------------------
E-Mail: Peter Onion <[EMAIL PROTECTED]>
Date: 24-May-99
Time: 16:03:26
This message was sent by XFMail
----------------------------------
---------------------------------------------------------------------------
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).