![]() |
sponsored links |
|
|
sponsored links
|
|
1
5th November 20:33
External User
Posts: 1
|
QOTW: "I advise you to use Tcl portable commands ... to navigate through
directories. Tcl will do all the nasty work for you...." -- Charles-Christophe Thomart "Ok, that's a whole different monkey." -- Bruce Hartweg POTW: MEdit by Maciej Sobczak. "[A] text editor that allows to define your own commands in the form of Tcl scripts that are executed in the editor's context. The functionality of the editor depends only on your ability to http://www.maciejsobczak.com/prog/medit/ Here's a fairly common requirement: a lot of text in a little window (e.g., a log file), and you always want to see the end of the text. http://groups.google.com/groups?th=54d46cdf12acf8a2 Want the Tcl/Tk plugin for Mozilla or Firebird? Heed these hints! http://groups.google.com/groups?th=2784afcb68493ddd The trials and tribulations of exec'ing a very complicated sed script. (Tcl, like hell, has many circles of torment, and if you don't read the man pages you are condemned to visit them all sooner or later!) http://groups.google.com/groups?th=b46ba29327d4ed2c Interesting comments on TIP #125 "Adding [wm toplevel] Subcommand" to change a frame into a toplevel and vice versa. http://groups.google.com/groups?th=8424ee5933c33abf Time for a Pop Quiz! Complete the following word pairs: happy/sad, up/down, -disabled/_______. (If you said "-enabled", assume the forehead-smacking position!) http://groups.google.com/groups?th=66e286d7efc3bbb6 http://www.tcl.tk/cgi-bin/tct/tip/149.html If you simply MUST put opening braces on a new line by themselves, beware of times when you must then continue the previous line: http://groups.google.com/groups?th=61d6f36d9b58d71d A newbie is building a GUI with listboxes, and has a problem. Just tell him "-exportselection 0" and you'll be right 90% of the time! http://groups.google.com/groups?th=cffba41e52b31fb6 An amazing lsort -command for "guided sort". Don your sunglasses in preparation for the blinding elegance of Wojciech Kocjan! http://groups.google.com/groups?th=47a4e8986af5f010 Thanks to Arjen Markus for his summary of recent Wiki activity: The summary of the Wiki in categories: Do***entation - Do***entation is an everlasting problem, isn't it? There are man pages and there are tutorials and what not. Some discussion on page <http://wiki.tcl.tk/8948> - Sometimes a cute little script can do with an extensive explanation - for instance to teach unexperienced people how things are done - <http://wiki.tcl.tk/9625> is an example. (Note that this is part of a larger project, see <http://wiki.tcl.tk/9058>) - Sizing and resizing widgets is not a trivial matter. A few pointers for the beginner at <http://wiki.tcl/tk/9595> (and perhaps we can make this page grow into a nice tutorial?) - An undervalued feature of every tclsh and wish: the RC file. It can help you customise your program. Read about it at <http://wiki.tcl.tk/689> - And here another page telling you "how" to do something: using Tk as an "ordinary" package. <http://wiki.tcl.tk/2437> Techniques - A tree control widget, now with suitable do***entation - <http://wiki.tcl.tk/6064> - Things you can do with lists beyond the standard commands can be found on <http://wiki.tcl.tk/43> - SSL (secure socket layer) makes it a bit harder to get the HTTP package to work properly. Pat Thoyts helps out: <http://wiki.tcl.tk/9411> A bit of maths - Functional imaging produces very pretty pictures and reasonably fast too: <http://wiki.tcl.tk/3523> - Symbolic manipulation is the (black?) art of changing an arbitrary mathematical expression into another, equivalent form. The first beginnings of a package that deals with it in pure Tcl: <http://wiki.tcl.tk/9622> Everything Tcl-related you want is probably one or two clicks away in these pages: The "Welcome to comp.lang.tcl" message by Andreas Kupries http://www.purl.org/net/tcl-welcome The Tcl Developer Site is Tcl's "home base". http://www.tcl.tk Larry Virden maintains a comp.lang.tcl FAQ launcher http://www.purl.org/NET/Tcl-FAQ/ The Tcl Developer Xchange is a highly organized resource center of do***ents and software with provisions for individuals to maintain references to their own software: http://www.tcl.tk/resource/ The TDX sponsor, ActiveState, also keeps info to convince your boss Tcl is a good thing http://www.tcl.tk/scripting/ The Tcl'ers Wiki is a huge, dynamic, collaboratively edited repository of do***entation, examples, tutorials and pontifications on all things Tcl. http://wiki.tcl.tk/0 For the ideal overview of the topics about Tcl most likely to interest a newcomer, see "Arts and Crafts ..." http://wiki.tcl.tk/969 ActiveState maintains binaries distribution and development tools http://www.activestate.com/Tcl along with a Cookbook of Tcl recipes http://aspn.activestate.com/ASPN/Cookbook/Tcl Cameron Laird tracks several Tcl/Tk references of interest http://phaseit.net/claird/comp.lang.tcl/ Cetus Links maintains a Tcl/Tk page with verified links http://www.cetus-links.org/oo_tcl_tk.html Google Groups archives comp.lang.tcl.announce posts http://groups.yahoo.com/group/tcl_announce/ Previous - (U)se the (R)esource, (L)uke! - messages are listed here: http://www.ddj.com/topics/tclurl/ Suggestions/corrections for next week's posting are always welcome. To receive a new issue of this posting in e-mail each Monday, ask <claird@phaseit.net> to subscribe. Be sure to mention "Tcl-URL!". -- Dr. Dobb's Journal (http://www.ddj.com) is pleased to participate in and sponsor the "Tcl-URL!" project. [[Send Tcl/Tk announcements to tcl-announce@mitchell.org Announcements archived at http://groups.yahoo.com/group/tcl_announce/ Send administrivia to tcl-announce-request@mitchell.org Tcl/Tk at http://tcl.tk/ ]] |
|
|