|
From: Steven <ste...@ya...> - 2012-02-13 19:28:54
|
Tcl (the language) and Tk (the graphical toolkit) are a very powerful programming resource. Together they are referred to as Wish. Tcl is quite a unique language, and takes some getting used to. This is a decent webpage. http://antirez.com/articoli/tclmisunderstood.html To learn Tk, i recommend running the Tk demo that comes with Wish. On Linux, this will be in some obscure directory. I alias it this way alias widget='/usr/lib/tk8.5/demos/widget' Steven From: enrico tognoni <eto...@li...> Subject: Re: [Scidvspc-users] 4.7 To: sci...@li... Received: Monday, 13 February, 2012, 10:43 PM On 13/02/2012 09:24, Steven wrote: There is a silly, annoying typo in fics.tcl that stops the "smoves" command from parsing the Game tags (white/black/etc.) properly. - if {$length == 12 && [scan $line {%s (%s %s (%s %s} t1 t2 t3 t4 t5] == 5} { + if {$length == 12 && [scan $line {%s (%s %s %s (%s} t1 t2 t3 t4 t5] == 5} { If there's no more bugs, i'll re-upload this in 12 hours, which *only* has this typo fixed. The new md5sums will be Windows 04fe7186525a0bee11991173fdac339d Scid vs PC-4.7.exe Source e5fb06e9c4f25ae0388a8d94f3d6bc80 scid_vs_pc-4.7.tgz + if {$length == 12 && [scan $line {%s (%s %s %s (%s} t1 t2 t3 t4 t5] == 5} { is this tcl language? where i can find documentation? -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 -----Inline Attachment Follows----- _______________________________________________ Scidvspc-users mailing list Sci...@li... https://lists.sourceforge.net/lists/listinfo/scidvspc-users |