You can subscribe to this list here.
2001 |
Jan
|
Feb
(7) |
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(1) |
2003 |
Jan
(1) |
Feb
(1) |
Mar
(10) |
Apr
(6) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(3) |
Sep
(11) |
Oct
(9) |
Nov
(1) |
Dec
(12) |
2004 |
Jan
(4) |
Feb
(4) |
Mar
(1) |
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
(6) |
Sep
(7) |
Oct
(1) |
Nov
|
Dec
(3) |
2005 |
Jan
|
Feb
|
Mar
(7) |
Apr
(3) |
May
(1) |
Jun
(13) |
Jul
(2) |
Aug
(3) |
Sep
(13) |
Oct
(1) |
Nov
(1) |
Dec
(7) |
2006 |
Jan
(1) |
Feb
(10) |
Mar
(3) |
Apr
(5) |
May
(2) |
Jun
(2) |
Jul
(6) |
Aug
(4) |
Sep
(3) |
Oct
(5) |
Nov
(3) |
Dec
(5) |
2007 |
Jan
(6) |
Feb
(2) |
Mar
(5) |
Apr
(3) |
May
(7) |
Jun
(3) |
Jul
(7) |
Aug
(30) |
Sep
(30) |
Oct
(23) |
Nov
(4) |
Dec
(3) |
2008 |
Jan
(8) |
Feb
(19) |
Mar
(30) |
Apr
(17) |
May
(18) |
Jun
(11) |
Jul
(35) |
Aug
(11) |
Sep
(20) |
Oct
(23) |
Nov
(34) |
Dec
(36) |
2009 |
Jan
(10) |
Feb
(18) |
Mar
(13) |
Apr
(17) |
May
(36) |
Jun
(23) |
Jul
(20) |
Aug
(4) |
Sep
(3) |
Oct
(2) |
Nov
(1) |
Dec
(13) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(5) |
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(10) |
Dec
(15) |
2016 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
(2) |
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(4) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Abhishek T. <abh...@au...> - 2015-11-19 12:09:41
|
$ tclsh DNSTest.tcl can't find package registry 1.1 while executing "package require registry 1.1" invoked from within "if {[info exists env(LISTMANAGER_DIRECTORY) ] } { set LISTMANAGER_DIRECTORY $env(LISTMANAGER_DIRECTORY) set PathToDist $env(LISTMANAGER_DIRECTORY) }..." (file "DNSTest.tcl" line 10) Please help me resolve this error. Could not find solution at google Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-11-12 13:11:37
|
Hi When I replaced : package require lmlib package require mf_text with source lmlib source mf_text my unit test script started reporting lmlib and mf_text both in the report of the activestate code coverage tool. earlier it was reporting only itself. Hence I have to recursively replace all such calls in lmlib,mf_text and further. Could you please tell me the solution so that I do not have to do so? Regards Abhishek On Wed, Nov 11, 2015 at 8:55 PM, Abhishek Tiwari <abh...@au...> wrote: > Hi, > Attached is the error and the script which is generating this : > $ ./codecoverage.tcl DEV-6334_tracking_disambiguation_test.tcl > Please help me resolving this error > Regards > Abhishek > >> >> > > |
From: Abhishek T. <abh...@au...> - 2015-11-12 09:19:07
|
Hi, How can improve the attached file so that the lines of the code executed during the test cases get reported. Currently its reporting just the procs called during execution sequence. Regards Abhishek > > |
From: Abhishek T. <abh...@au...> - 2015-11-11 15:25:53
|
Hi, Attached is the error and the script which is generating this : $ ./codecoverage.tcl DEV-6334_tracking_disambiguation_test.tcl Please help me resolving this error Regards Abhishek > > |
From: Abhishek T. <abh...@au...> - 2015-11-10 16:59:08
|
Hi I am facing this error can't find package httpd::threadmgr 1.0 while executing "package require mf_security" using the attached file in activestate codecoverage tool How to resolve Regards Abhishek On Fri, Nov 6, 2015 at 1:02 AM, Abhishek Tiwari <abh...@au...> wrote: > Hi > I am facing this errow using tclsh86. Please help > ----------------------------- > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Dependency error: invalid option "-https_link_replacement": must be > "-proxy host:port" or "-headers list" > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Dependency error: invalid option "-https_link_replacement": must be > "-proxy host:port" or "-headers list" > ListManager Web Interface Version 12.0c: Initializing... > > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Dependency error: invalid option "-https_link_replacement": must be > "-proxy host:port" or "-headers list" > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > -------------------- > Regards > Abhishek > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Tcl-win mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-win > > |
From: Abhishek T. <abh...@au...> - 2015-11-06 16:48:20
|
Can you suggest a code coverage tool for tcl Lets say the scenario is : main.tcl has function : main() a.tcl has function : a() b.tcl has function : b() c.tcl has function : c() d.tcl has function : d() main is calling a which is calling b .....c is calling d. I thing activestate plugin to eclipse provides a codecoverage way but that for that I need to keep ecplise up. I want a tool which can internally cover the code in main,a,b,c,d - basically the execution path when i run a test case to cover this execution. Please help Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-11-06 11:44:28
|
Error in configuration file "./tclhttpd.rc" :Error: not allowed to invoke subcommand dirname of file while executing "config::init $Config(config) Config" (file "C:\DEV\WorkSpace\LM_TCL_DEBUG.2\httpd.tcl" line 156) Kindly suggest how to resolve this? This is coming with tclsh86 and not with tclsh85 Regards Abhishek |
From: Abhishek T. <abh...@au...> - 2015-11-05 20:06:30
|
I added this in mf_xml.tcl : set ::dom::strictDOM 0 Seems the number of errors have reduced alot. Please help ------------------------------------------------------------ ./../custom/mf_csv_export.tcl: can't set "::dom::strictDOM": parent namespace doesn't exist while executing "set ::dom::strictDOM 0" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ./../custom/mf_csv_export.tcl: can't set "::dom::strictDOM": parent namespace doesn't exist while executing "set ::dom::strictDOM 0" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ListManager Web Interface Version 12.0c: Initializing... ./../custom/mf_csv_export.tcl: can't set "::dom::strictDOM": parent namespace doesn't exist while executing "set ::dom::strictDOM 0" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ./../custom/mf_csv_export.tcl: can't set "::dom::strictDOM": parent namespace doesn't exist while executing "set ::dom::strictDOM 0" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" --------------------- Regards Abhishek On Fri, Nov 6, 2015 at 1:02 AM, Abhishek Tiwari <abh...@au...> wrote: > Hi > I am facing this errow using tclsh86. Please help > ----------------------------- > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Dependency error: invalid option "-https_link_replacement": must be > "-proxy host:port" or "-headers list" > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Dependency error: invalid option "-https_link_replacement": must be > "-proxy host:port" or "-headers list" > ListManager Web Interface Version 12.0c: Initializing... > > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > Dependency error: invalid option "-https_link_replacement": must be > "-proxy host:port" or "-headers list" > ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such > variable > while executing > "if {$::dom::strictDOM} { > append nodeOptionsRO |nodeName > } else { > append nodeOptionsRW |nodeName > }" > (in namespace eval "::dom::tcl" script line 8) > invoked from within > "namespace eval dom::tcl { > variable nodeOptionsRO > nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" > line 1) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tcl-2.6.tm" > ("package ifneeded dom::tcl 2.6" script) > invoked from within > "package require dom::tcl" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" line 22) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ > tclgeneric-2.6.tm" > ("package ifneeded dom::tclgeneric 2.6" script) > invoked from within > "package require dom::tclgeneric" > (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line > 30) > invoked from within > "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ > dom-2.6.tm" > ("package ifneeded dom 2.6" script) > invoked from within > "package require dom" > (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > line 7) > invoked from within > "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" > ("package ifneeded mf_xml 1.0" script) > invoked from within > "package require mf_xml" > (file "./../custom/mf_csv_export.tcl" line 11) > invoked from within > "source $f" > -------------------- > Regards > Abhishek > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Tcl-win mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-win > > |
From: Abhishek T. <abh...@au...> - 2015-11-05 19:32:35
|
Hi I am facing this errow using tclsh86. Please help ----------------------------- ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ListManager Web Interface Version 12.0c: Initializing... ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" Dependency error: invalid option "-https_link_replacement": must be "-proxy host:port" or "-headers list" ./../custom/mf_csv_export.tcl: can't read "::dom::strictDOM": no such variable while executing "if {$::dom::strictDOM} { append nodeOptionsRO |nodeName } else { append nodeOptionsRW |nodeName }" (in namespace eval "::dom::tcl" script line 8) invoked from within "namespace eval dom::tcl { variable nodeOptionsRO nodeType|parentNode|childNodes|firstChild|lastChild|previousSibling|nextSibling|attributes|namesp..." (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/tcl-2.6.tm" line 1) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tcl-2.6.tm" ("package ifneeded dom::tcl 2.6" script) invoked from within "package require dom::tcl" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" line 22) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom/ tclgeneric-2.6.tm" ("package ifneeded dom::tclgeneric 2.6" script) invoked from within "package require dom::tclgeneric" (file "C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/dom-2.6.tm" line 30) invoked from within "source -encoding utf-8 C:/TCL/lib/teapot/package/tcl/teapot/tcl8/8.4/ dom-2.6.tm" ("package ifneeded dom 2.6" script) invoked from within "package require dom" (file "C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" line 7) invoked from within "source C:/LM_120_with_unittests/dist/tclweb/htdocs/libtml/mf_xml.tcl" ("package ifneeded mf_xml 1.0" script) invoked from within "package require mf_xml" (file "./../custom/mf_csv_export.tcl" line 11) invoked from within "source $f" -------------------- Regards Abhishek |
From: <and...@ac...> - 2015-07-28 18:17:04
|
Hello tcl-win, fyi ... 22nd Annual Tcl/Tk Conference (Tcl'2015) http://www.tcl.tk/community/tcl2015/ October 19 - 23, 2015 Comfort Suites Manassas 7350 Williamson Blvd, 20109 Manassas, Virginia, USA [[ Attention! One month to the paper deadline ]] [[ Attention! Registration is open! Please have a look at http://www.tcl.tk/community/tcl2015/register.html ]] [[ Known Speakers -- Keynotes * Kevin Walzer - Tk on the Mac: Past, Present, Future -- Tutorials * Clif Flynt - Advanced Tcl: TclOO Intro New Tcl/Tk Platforms --- Pi and Android * Gerald Lester - Introduction to Tcl 1 Introduction to Tcl 2 Introduction to Tk 1 Programming the Web with Tcl: A Survey of Tools, Tips and Tricks * Sean Woods - Advanced TclOO & Megawidgets in TclOO ]] Important Dates: Abstracts and proposals due August 24, 2015 Notification to authors August 31, 2015 WIP and BOF reservations open July 27, 2015 Hotel Room Release August 25, 2015 Author materials due September 28, 2015 Tutorials Start October 19, 2015 Conference starts October 21, 2015 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to October 23, 2015. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Note: We are especially interested in papers for OS X this time, to complement the keynote. Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to tcl...@go... no later than August 24, 2015. Authors of accepted abstracts will have until September 28, 2015 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 30 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in July 27, 2015. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in July 27, 2015. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2015/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee * Andreas Kupries ActiveState Inc * Arjen Markus Deltares * Brian Griffin Mentor Graphics * Clif Flynt Noumena Corp * Cynthia Lilagan National Museum of Health & Medicine, Chicago * Donal Fellows University of Manchester * Gerald Lester KnG Consulting LLC * Jeff Hobbs ActiveState Inc * Joe Mistachkin Mistachkin Systems * Kevin Kenny GE Global Research Center * Larry Virden * Mike Doyle National Museum of Health & Medicine, Chicago * Ronald Fox CAEN Technologies NSCL @ Michigan State University * Steve Landers Digital Smarties * Steve Redler, IV SR Technology Contact Information tcl...@go... Tcl'2015 would like to thank those who are sponsoring the conference: * ActiveState Inc * Buonacorsi Foundation * Mentor Graphics * Noumena Corp * SR Technology * Tcl Community Association |
From: <and...@ac...> - 2015-06-09 04:24:27
|
Hello tcl-win, fyi ... 22nd Annual Tcl/Tk Conference (Tcl'2015) http://www.tcl.tk/community/tcl2015/ October 19 - 23, 2015 Comfort Suites Manassas 7350 Williamson Blvd, 20109 Manassas, Virginia, USA Important Dates: [[ Attention! Registration is open! Please have a look at http://www.tcl.tk/community/tcl2015/register.html ]] Abstracts and proposals due August 24, 2015 Notification to authors August 31, 2015 WIP and BOF reservations open July 27, 2015 Author materials due September 28, 2015 Tutorials Start October 19, 2015 Conference starts October 21, 2015 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to October 23, 2015. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to tcl...@go... no later than August 24, 2015. Authors of accepted abstracts will have until September 28, 2015 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 30 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in July 27, 2015. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in July 27, 2015. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2015/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee * Andreas Kupries ActiveState Inc * Arjen Markus Deltares * Brian Griffin Mentor Graphics * Clif Flynt Noumena Corp * Cynthia Lilagan National Museum of Health & Medicine, Chicago * Donal Fellows University of Manchester * Gerald Lester KnG Consulting LLC * Jeff Hobbs ActiveState Inc * Joe Mistachkin Mistachkin Systems * Kevin Kenny GE Global Research Center * Larry Virden * Mike Doyle National Museum of Health & Medicine, Chicago * Ronald Fox CAEN Technologies NSCL @ Michigan State University * Steve Landers Digital Smarties * Steve Redler, IV SR Technology Contact Information tcl...@go... Tcl'2015 would like to thank those who are sponsoring the conference: * ActiveState Inc * Buonacorsi Foundation * Mentor Graphics * Noumena Corp * SR Technology * Tcl Community Association |
From: <and...@ac...> - 2015-04-06 19:58:57
|
Hello tcl-win, fyi ... 22nd Annual Tcl/Tk Conference (Tcl'2015) http://www.tcl.tk/community/tcl2015/ October 19 - 23, 2015 Comfort Suites Manassas 7350 Williamson Blvd, 20109 Manassas, Virginia, USA Important Dates: Abstracts and proposals due August 24, 2015 Notification to authors August 31, 2015 WIP and BOF reservations open July 27, 2015 Author materials due September 28, 2015 Tutorials Start October 19, 2015 Conference starts October 21, 2015 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2015 will be held in Manassas, Virginia, USA from October 19, 2015 to October 23, 2015. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to tcl...@go... no later than August 24, 2015. Authors of accepted abstracts will have until September 28, 2015 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 30 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in July 27, 2015. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in July 27, 2015. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2015/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee * Andreas Kupries ActiveState Inc * Arjen Markus Deltares * Brian Griffin Mentor Graphics * Clif Flynt Noumena Corp * Cynthia Lilagan National Museum of Health & Medicine, Chicago * Donal Fellows University of Manchester * Gerald Lester KnG Consulting LLC * Jeff Hobbs ActiveState Inc * Joe Mistachkin Mistachkin Systems * Kevin Kenny GE Global Research Center * Larry Virden * Mike Doyle National Museum of Health & Medicine, Chicago * Ronald Fox CAEN Technologies NSCL @ Michigan State University * Steve Landers Digital Smarties * Steve Redler, IV SR Technology Contact Information tcl...@go... Tcl'2015 would like to thank those who are sponsoring the conference: * ActiveState Inc * Buonacorsi Foundation * Mentor Graphics * Noumena Corp * SR Technology * Tcl Community Association |
From: Andreas K. <and...@ac...> - 2014-10-14 17:18:21
|
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ This is a reminder that Registration for the Conference is open and can be done at http://www.tcl.tk/community/tcl2014/reg.html Note that the holding period for hotel rooms has passed. To register for a room, call 1-503-796-3851, speak to Mary Kirchner and mention the Tcl Conference to receive the reduced rate. See you in Portland, Andreas Kupries Tcl 2014 Program Chair ActiveState Software Inc. Vancouver, BC, Canada |
From: Andreas K. <and...@ac...> - 2014-08-12 20:27:35
|
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ [ It is 4 weeks to the deadline for Abstracts and proposals ... ] November 10 - 14, 2014 Embassy Suites Downtown Portland, Oregon, USA Important Dates: Abstracts and proposals due Sep 8, 2014 Notification to authors Sep 22, 2014 Author materials due Oct 20, 2014 Tutorials start Nov 10, 2014 Conference starts Nov 12, 2014 [[ Registration is open. ]] Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2014 will be held in Portland, Oregon, USA from November 10 - 14, 2014. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2014. Authors of accepted abstracts will have until September 2, 2014 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis. WIP slots can be reserved like any paper proposal. BOF slots will be managed on-site. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2014/) and will be published on various Tcl/Tk-related information channels. Registration is open. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Brian Griffin Mentor Graphics Site/Facilities Chair Arjen Markus Deltares Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Gerald Lester KnG Consulting, LLC Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB at Michigan State University & CAEN Technologies Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2014 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2014-05-01 19:49:49
|
21'th Annual Tcl/Tk Conference (Tcl'2014) http://www.tcl.tk/community/tcl2014/ November 10 - 14, 2014 Embassy Suites Downtown Portland, Oregon, USA Important Dates: Abstracts and proposals due Sep 8, 2014 Notification to authors Sep 22, 2014 Author materials due Oct 20, 2014 Tutorials start Nov 10, 2014 Conference starts Nov 12, 2014 [[ Registration is open. ]] Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2014 will be held in Portland, Oregon, USA from November 10 - 14, 2014. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2014. Authors of accepted abstracts will have until September 2, 2014 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis. WIP slots can be reserved like any paper proposal. BOF slots will be managed on-site. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2014/) and will be published on various Tcl/Tk-related information channels. Registration is open. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Brian Griffin Mentor Graphics Site/Facilities Chair Arjen Markus Deltares Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Gerald Lester KnG Consulting, LLC Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2014 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Tobias G. <ga...@un...> - 2014-03-26 08:06:28
|
Hi Zeynab, i think you are struggling with substitution levels which can be influenced by 1. enclosing a string in double quotes 2. using the subst command 3. using the eval command and many other ways, such as preventing substitution by curly brackets But generally, it is no good style to construct "variable name strings", the code becomes very obscure and causes problems with substitution levels. I would suggest using an array variable where the variable name stays the same while only the index changes suggested code: for {set i 1} {$i <= 5} {incr i} { # use an array , best technique for a task like this set myarray($i) 1 set x1 $myarray($i) puts "$x1 (should be 1)" } if you insist on using variable name strings, there are many ways of achieving the correct substitution level, especially consider the 'format' and 'subst' commands for {set i 1} {$i <= 5} {incr i} { # 3 ways of constructing a variable name string set [subst aaa$i] 1 set bbb${i} 2 set "ccc$i" 3 set [format {ddd%s} $i] 4 #or use a helper variable to store the variable name set myvarname ddd${i} set $myvarname 5 #reuse the variable, again you want to force the #interpreter to substitute it: set x1 [subst $[subst "aaa${i}"]] set x2 [subst $[format {bbb%s} $i]] eval set x3 $[subst "ccc$i"] set x4 [subst $$myvarname] puts "$x1 (should be 1)" puts "$x2 (should be 2)" puts "$x3 (should be 3)" puts "$x4 (should be 5)" } HTH, Tobi ---------------- Tobias Gabele Am 25.03.2014 13:18, schrieb zeynab mohamad hoseyni: > Dear All, > > I'm not expert with tcl scripting and I faced a problem with > defining/referring to variables composed of a string and > another variable (like aaa$i as in the following example) inside the loop. > I have a loop like this: > for {set i 1} {$i <= 5} {incr i} { > set aaa$i 1 > set d [$aaa$i] > } > > when I define variable aaa$i using "set" command (set aaa$i {}) it > works, but whenever I want to refer the value > of variable like "set d [$aaa$i]" obviously does not work. I want to > know if there is any way to > refer the value of such variables. > > Thanks a lot for your help, > Zeynab > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > > > > _______________________________________________ > Tcl-win mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-win > -- ----------------------- Tobias Gabele Bierwirth & Gabele GbR http://uni-sql.de |
From: Jannis <jan...@kr...> - 2014-03-25 21:17:12
|
Am 25.03.2014 13:18, schrieb zeynab mohamad hoseyni: > Dear All, > > I'm not expert with tcl scripting and I faced a problem with > defining/referring to variables composed of a string and > another variable (like aaa$i as in the following example) inside the loop. > I have a loop like this: > for {set i 1} {$i <= 5} {incr i} { > set aaa$i 1 > set d [$aaa$i] > } Does set d [$aaa$(i)] work? Maybe http://wiki.tcl.tk/1368 can help you Did you try on the other Tcl mailing list? The windows-specific one is very low traffic. Best regards, Jannis |
From: zeynab m. h. <zmh...@ya...> - 2014-03-25 12:18:21
|
Dear All, I'm not expert with tcl scripting and I faced a problem with defining/referring to variables composed of a string and another variable (like aaa$i as in the following example) inside the loop. I have a loop like this: for {set i 1} {$i <= 5} {incr i} { set aaa$i 1 set d [$aaa$i] } when I define variable aaa$i using "set" command ( set aaa$i {}) it works, but whenever I want to refer the value of variable like "set d [$aaa$i]" obviously does not work. I want to know if there is any way to refer the value of such variables. Thanks a lot for your help, Zeynab |
From: Josef G. <jo...@gm...> - 2013-12-04 06:21:40
|
I am not very familiar with the tcl/tk source code, please bear with me. I am using Windows7 Sp1, python 2.7, tk 8.5 on a laptop with no attached display. The screen specifications are 280 mm. The screen physically measures 275 mm (close enough). I have manually checked and written a script to check screen EDID. The EDID states 280 mm. winfo_screenmmwidth reports 361 mm. I tracked the winfo_screenmmwidth command down to TK_GetScreenMM in tkGet.c. Tk_GetScreen calls WidthMMOfScreen, which only seems to be defined in Xlib.h as a macro(?) method for retrieving data from the Screen struture. How is the Screen structure, specifically mwidth, extracted in Windows7? Is there a registry call for the current display's EDID? Thank you in advance, Josef |
From: Stefan M. L. <ste...@gm...> - 2013-11-05 23:15:09
|
Hi there, I need to implement some custom operators used by BigIp irules (a Tcl flavor). Can that be achieved using standard Tcl code? Here is what we wanna be able to do: if {"abcdefg" starts_with "ab"} { puts "starts_with works as expected" } if {"abcdefg" ends_with "efg"} { puts "ends_with works as expected" } if {"abcdefg" contains "cde"} { puts "contains works as expected" } if {"abcdefg" matches_glob "ab*efg"} { puts "matches_glob works as expected" } if {"abcdefg" matches_regex "a.cde.*"} { puts "matches_regex works as expected" } if {"abcdefg" equals "abcdefg"} { puts "equals works as expected" } if { 1 and 1} { puts "and works as expected" } if { 1 or 0} { puts "or works as expected" } if { not false } { puts "not works as expected" } Cheers, Stefan -- BEKK Open http://open.bekk.no TesTcl - a unit test framework for iRules http://testcl.com |
From: Andreas K. <and...@ac...> - 2013-08-19 00:13:36
|
Founder of Tool Command Language to talk about Tcl Past, Present & Future Ann Arbor, MI -- August 16, 2013 -- The Tcl/Tk User Association, which is celebrating over 20 years of innovation using the Tool Command Language (Tcl), confirmed today that John Ousterhout will be a Featured Speaker at the conference in New Orleans, LA from Sept 23-27, 2013. Ousterhout is the original developer of the Tcl and Tk programming language, a combination of the Tool Command Language and the Tk graphical user interface tookit (Tk). His presentation will focus on the evolution of Tcl/Tk from its original language format created at the University of California Berkeley to the most robust and easy-to-learn dynamic programming language that seamlessly powers today's applications. He is also the author of Tcl and the Tk ToolKit (2nd Edition). "John started a revolution born out of frustration," says Clif Flynt, President, Tcl Community Association and author of Tcl/Tk: A Developer's Guide. "Before Tcl, programmers devised their own languages that were intended to be embedded into applications. By creating Tcl/Tk, John created a language for rapid prototyping that works immediately." The Tcl New and Proven user conference will feature several Tcl experts including Jeff Hobbs, Chief Technical Officer at ActiveState, Gerald Lester, creator of Tcl Web Services and a keynote speech by Karl Lehenbauer of FlightAware.com. Programmers attending the conference will learn the best practices for using Tcl's new object-oriented commands and widgets as well as seeing new applications and techniques in the fields ranging from business applications to health, aerospace and beyond. "The Tcl New & Proven User Conference will be focusing on innovation throughout the years," says Flynt. "We are very pleased to have two of the people who helped create the Tcl we know today at our 20th conference." Interested in attending the Tcl conference? Go to http://www.tcl.tk/community/tcl2013/ to register. Learn more about Tcl/Tk by visiting the Tcl Developer Xchange http://www.tcl.tk/ where you can download Tcl 8.6 and a free trial of TDK 5 (Tcl Dev Kit). ### About Tcl/Tk (http://www.tcl.tk/) Celebrating over 20 years of providing rapid prototyping, Tool Command Language (Tcl) is an open source, robust, powerful and easy-to-learn dynamic programming language ideal for today's web and desktop applications, networking, administration, and testing. Tk is a graphical user interface toolkit that enables the development of native-looking GUIs on multiple platforms such as Windows, Mac OS X and Linux. The combination of Tcl and the Tk GUI toolkit is referred to as Tcl/Tk.. The vibrant Tcl user community comes together on the Tcl Developer Xchange website hosted by ActiveState (http://www.tcl.tk/), which provides a variety of resources for programmers working with Tcl/Tk to increase their productivity and share ideas. Worldwide Tcl conferences, Tcl/Tk downloads and access to the Tcler's Wiki are all available online at the Tcl Developer Xchange. The latest books, tutorials and demos are also accessible from this site along with the Tcl core development team that steers the ongoing evolution of the language. Contact: Amy Hesser Hesser Communications Group am...@he... 312-933-8324 |
From: Andreas K. <and...@ac...> - 2013-08-13 18:45:25
|
20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ Hello all. This is a general reminder that the offer of reduced rates for rooms at the conference hotel expires on August 19, i.e. in a week. Book Now! (if you haven't already). Of course registration for the Conference is still open at http://www.tcl.tk/community/tcl2013/reg.html To book a room at the conference hotel at reduced rates please follow the instructions on that page. Our schedule can be found at http://www.tcl.tk/community/tcl2013/schedule.html Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester KnG Consulting, LLC Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2013 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2013-08-06 16:10:54
|
20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ I am pleased to announce that registration for the Conference is now open at http://www.tcl.tk/community/tcl2013/reg.html To book a room at the conference hotel at reduced rates please follow the instructions on that page. Note that the offer of reduced rates expires on August 19 (In 2 weeks). Book NOW. Our schedule can be found at http://www.tcl.tk/community/tcl2013/schedule.html Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Donal Fellows University of Manchester Gerald Lester KnG Consulting, LLC Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2012 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2013-06-05 17:07:44
|
[[ Notes: Abstracts and proposals are now due July 6, 2013 [+ 2 weeks] ]] 20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ Important Dates: Abstracts and proposals due July 6, 2013 [+ 2 weeks] Notification to authors July 22, 2013 [- 2 weeks] Author materials due September 2, 2013 Tutorials Start September 23, 2013 Conference starts September 25, 2013 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2013 will be held in New Orleans, Louisiana, USA from September 23 - 27, 2013. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2013. Authors of accepted abstracts will have until September 2, 2013 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in August 5, 2013. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in June 3, 2013. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2013/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester KnG Consulting, LLC Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2013 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |
From: Andreas K. <and...@ac...> - 2013-04-09 20:42:40
|
[[ Notes: Karl Lehenbauer of FlightAware is confirmed as our Keynote speaker. http://www.flightaware.com ]] 20'th Annual Tcl/Tk Conference (Tcl'2013) http://www.tcl.tk/community/tcl2013/ September 23 - 27, 2013 Bourbon Orleans Hotel New Orleans, Louisiana, USA http://www.bourbonorleans.com/ Important Dates: Abstracts and proposals due June 22, 2013 Notification to authors August 5, 2013 Author materials due September 2, 2013 Tutorials Start September 23, 2013 Conference starts September 25, 2013 Email Contact: tcl...@go... Submission of Summaries Tcl/Tk 2013 will be held in New Orleans, Louisiana, USA from September 23 - 27, 2013. The program committee is asking for papers and presentation proposals from anyone using or developing with Tcl/Tk (and extensions). Past conferences have seen submissions covering a wide variety of topics including: * Scientific and engineering applications * Industrial controls * Distributed applications and Network Managment * Object oriented extensions to Tcl/Tk * New widgets for Tk * Simulation and application steering with Tcl/Tk * Tcl/Tk-centric operating environments * Tcl/Tk on small and embedded devices * Medical applications and visualization * Use of different programming paradigms in Tcl/Tk and proposals for new directions. * New areas of exploration for the Tcl/Tk language Submissions should consist of an abstract of about 100 words and a summary of not more than two pages, and should be sent as plain text to <tclconference AT googlegroups DOT com> no later than August 5, 2013. Authors of accepted abstracts will have until September 2, 2013 to submit their final paper for the inclusion in the conference proceedings. The proceedings will be made available on digital media, so extra materials such as presentation slides, code examples, code for extensions etc. are encouraged. Printed proceedings will be produced as an on-demand book at lulu.com The authors will have 25 minutes to present their paper at the conference. The program committee will review and evaluate papers according to the following criteria: * Quantity and quality of novel content * Relevance and interest to the Tcl/Tk community * Suitability of content for presentation at the conference Proposals may report on commercial or non-commercial systems, but those with only blatant marketing content will not be accepted. Application and experience papers need to strike a balance between background on the application domain and the relevance of Tcl/Tk to the application. Application and experience papers should clearly explain how the application or experience illustrates a novel use of Tcl/Tk, and what lessons the Tcl/Tk community can derive from the application or experience to apply to their own development efforts. Papers accompanied by non-disclosure agreements will be returned to the author(s) unread. All submissions are held in the highest confidentiality prior to publication in the Proceedings, both as a matter of policy and in accord with the U. S. Copyright Act of 1976. The primary author for each accepted paper will receive registration to the Technical Sessions portion of the conference at a reduced rate. Other Forms of Participation The program committee also welcomes proposals for panel discussions of up to 90 minutes. Proposals should include a list of confirmed panelists, a title and format, and a panel description with position statements from each panelist. Panels should have no more than four speakers, including the panel moderator, and should allow time for substantial interaction with attendees. Panels are not presentations of related research papers. Slots for Works-in-Progress (WIP) presentations and Birds-of-a-Feather sessions (BOFs) are available on a first-come, first-served basis starting in August 5, 2013. Specific instructions for reserving WIP and BOF time slots will be provided in the registration information available in June 3, 2013. Some WIP and BOF time slots will be held open for on-site reservation. All attendees with an interesting work in progress should consider reserving a WIP slot. Registration Information More information on the conference is available the conference Web site (http://www.tcl.tk/community/tcl2013/) and will be published on various Tcl/Tk-related information channels. To keep in touch with news regarding the conference and Tcl events in general, subscribe to the tcl-announce list. See: http://code.activestate.com/lists/tcl-announce to subscribe to the tcl-announce mailing list. Conference Committee Clif Flynt Noumena Corp General Chair, Website Admin Andreas Kupries ActiveState Software Inc. Program Chair Gerald Lester KnG Consulting, LLC Site/Facilities Chair Arjen Markus Deltares Brian Griffin Mentor Graphics Cyndy Lilagan Nat. Museum of Health & Medicine, Chicago Donal Fellows University of Manchester Jeffrey Hobbs ActiveState Software Inc. Kevin Kenny GE Global Research Center Larry Virden Mike Doyle National Museum of Health & Medicine, Chicago Ron Fox NSCL/FRIB Michigan State University Steve Landers Digital Smarties Contact Information tcl...@go... Tcl'2013 would like to thank those who are sponsoring the conference: ActiveState Software Inc. Buonacorsi Foundation Mentor Graphics Noumena Corp. SR Technology Tcl Community Association |