[Tclresource-commits] Help ReadMe,1.1,1.2
Status: Beta
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2004-09-07 08:25:03
|
Update of /cvsroot/tclresource/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1701 Modified Files: ReadMe Log Message: 1.1b4 Index: ReadMe =================================================================== RCS file: /cvsroot/tclresource/Help/ReadMe,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ReadMe 9 Nov 2003 18:42:20 -0000 1.1 +++ ReadMe 7 Sep 2004 08:24:54 -0000 1.2 @@ -1,25 +1,29 @@ -Tclresource 1.0 -=============== +Tclresource 1.1b4 -This is the Tclresource extension implementing the [resource] command in -Tcl. System MacOSX 10.2 or greater is required. This extension is only -useful on Macintosh platforms. -The Tclresource1.1 folder should be installed on your system in /Library/Tcl -or ~/Library/Tcl or any folder contained in your auto_path variable. If you -use it with AlphaX (version 8.0b11 or greater), you can also install it in -the Tclextensions folder at the same level as the application and it will be -loaded automatically by AlphaX at startup. +This is the Tclresource extension implementing the [resource] command in +Tcl. System MacOSX 10.2 or greater is required. This extension is only +useful on Macintosh OSX platforms. -Please read the documentation about the command in the Help file - TclResourceHelp.html +The Tclresource1.1 folder should be installed on your system in +/Library/Tcl or ~/Library/Tcl or any folder contained in your auto_path +variable. If you use it with AlphaX (version 8.0b11 or greater), you can +also install it in the Tclextensions folder at the same level as the +application and it will be loaded automatically by AlphaX at startup. + +Please read the documentation about the command in the Help file TclResourceHelp.html To load the extension in a Tcl script, just use the following instruction: - package require resource + + package require resource + Please e-mail any bug or problem you encounter to Bernard Desgraupes -e-mail <bde...@ea...> -Web page <http://webperso.easyconnect.fr/bdesgraupes/> +e-mail: <bde...@us...> -Last modification: 2003-11-09 18:42:32 \ No newline at end of file +The official site for the Tclresource extension is at SourceForge: +<http://sourceforge.net/projects/tclresource> + +---------------------------------------------------------------------- +Last updated 2004-09-06 23:16:50 \ No newline at end of file |