man page update?
- From: Gerhard Reithofer <gerhard.reithofer@xxxxxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 21:09:34 +0200
Hi,
I've looked at the tcl/tk man page for the open/save dislogs.
============================================================
NAME
tk_getOpenFile, tk_getSaveFile - pop up a dialog box for the user to select a file to open or save.
SYNOPSIS
tk_getOpenFile ?option value ...?
tk_getSaveFile ?option value ...?
DESCRIPTION
-defaultextension extension
-filetypes filePatternList
-initialdir directory
-initialfile filename
-multiple
-message string
-parent window
-title titleString
=============================================================
Source: http://www.tcl.tk/man/tcl8.4/TkCmd/getOpenFile.htm
When I try the -message option I get:
% tk_getSaveFile
% tk_getSaveFile -message "Enter filename to save"
bad option "-message": must be -defaultextension, -filetypes, -initialdir, -initialfile, -parent, or -title
% puts $tk_patchLevel
8.4.9
Whats wrong here?
TIA,
Gerhard Reithofer
Tech-EDV Support Forum - http://www.tech-edv.co.at/vcms/
.
- Prev by Date: Re: Expect in a shell pipe
- Next by Date: tcl running as a NT/XP service?
- Previous by thread: possible to control activesync via tcom?
- Next by thread: Re: man page update?
- Index(es):
Relevant Pages
|