Geometry.Net - the online learning center
Home  - Basic_T - Tcl Tk Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 99    Back | 1  | 2  | 3  | 4  | 5  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Tcl Tk Programming:     more books (100)
  1. Programming With GNU Software by Andy Oram, Mike Loukides, 1996-12-01
  2. Programming with QT: Writing Portable GUI Applicat: Writing Portable GUI applications on UNIX and Win32 by Matthias Kalle Dalheimer, 1999-04-01
  3. Windows Shell Programming (with CD-ROM) by Scott Seely, 2000-06-15
  4. Linux Programming Unleashed (2nd Edition) by Kurt Wall, Mark Watson, 2000-12-28
  5. Open Source Linux® Web Programming by Christopher A. Jones, Drew Batchelor, 2000-01
  6. Linux Programming by Example (By Example) by Kurt Wall, 1999-12-03
  7. Unix Distributed Programming by Chris Brown, 1994-12
  8. Portable Shell Programming: An Extensive Collection of Bourne Shell Examples by Bruce Blinn, 1995-10-29
  9. Sams Teach Yourself Linux Programming in 21 Days (Complete Learning Edition with CD-ROM)
  10. Sams Teach Yourself C for Linux Programming in 21 Days by Erik de Castro Lopo, Peter G. Aitken, et all 1999-12-22
  11. Qt Programming for LINUX and Windows 2000 (Hewlett-Packard Professional Books) by Patrick Ward, 2000-10-11
  12. Advanced UNIX Programming (2nd Edition) by Marc J. Rochkind, 2004-05-09
  13. Linux Socket Programming by Sean Walton, 2001-01-26
  14. Programming With Unix Threads by Charles J. Northrup, 1996-01

61. Tcl/Tk Programming
savecommand} button .fr2.button2 text Quit -command {exit} Note the commandfor save could be done by system dependent commands, or by tcl commands.
http://www.cs.purdue.edu/homes/ayg/CS590C/www/tcl_tk.html
label .label1 -text "This is a text label"
pack .label1
label .label2 -text "More text" -relief sunken
pack .label2
label .label3 -text "Coloured text" -background red -foreground blue
pack .label3
set text "Hello there"
label .label4 -text $text
pack .label4
#This example shows different forms for the label widget
label .lab1 -text "This is text" label .lab2 -text "This is coloured text" -foreground red -background blue label .lab3 -text "Sunken text" -relief sunken label .lab4 -text "Grooved text" -relief groove label .lab5 -text "Flat text" -relief flat label .lab6 -text "Ridged text" -relief ridge label .lab7 -text "Raised text" -relief raised label .lab8 -text "Times font" -font *-times-medium-r-normal*-100-* pack .lab1 .lab2 .lab3 .lab4 .lab5 .lab6 .lab7 .lab8 -padx 2m -pady 1m -fill x message .msg -text "When the lights turn green you may proceed with caution - when the lights are red you must stop - when the lights turn to red you should stop, unless

62. Wiley :: Tcl/Tk For Programmers: With Solved Exercises That Work With Unix And W
Zimmer has extensive knowledge of tcl/tk programming and currentlyruns a consulting and training company based on his experience.
http://www.wiley.com/cda/product/0,,0818685158|desc|2941,00.html
Shopping Cart My Account Help Contact Us
By Keyword By Title By Author By ISBN By ISSN Wiley Computing Computer Science Tcl/Tk for Programmers: With Solved Exercises that Work with Unix and Windows Related Subjects
Optical Computers

General Intelligent Systems

Distributed Systems

Computer Architecture

Related Titles
Software Engineering Risk Management: Finding Your Path through the Jungle, Version 1.0 for Windows (Software)

Dale Walter Karolak
Software Requirements Engineering, 2nd Edition (Paperback)

Richard H. Thayer (Editor), Merlin Dorfman (Editor) The Project Manager's Guide to Software Engineering's Best Practices (Paperback) Mark J. Christensen, Richard H. Thayer Global Software Development: Managing Virtual Teams and Environments (Paperback) Dale Walter Karolak Software as Capital: An Economic Perspective on Software Engineering (Hardcover) Howard Baetjer, Jr. Join a Computing Mailing List Tcl/Tk for Programmers: With Solved Exercises that Work with Unix and Windows J. Adrian Zimmer

63. Bomis: The Computers/Programming/Languages/Tcl-Tk Ring
Bomis The Computers/programming/Languages/tcltk ring. 13. incr tcl - Object-Orientedprogramming in tcl/tk. Applications built with www.tcltk.com. 14.
http://www.bomis.com/rings/Mlanguages-tcl-tk-computers/
Bomis: The Computers/Programming/Languages/Tcl-Tk ring Build a ring
Suggest URL!

Email ringmaster!

Ring Info!
See also...
  • ...Computers/Programming/Languages/Tcl-Tk Home My Bomis Webmasters ... Ring Rankings
    Click to visit the Bomis Board for Tcl-Tk Ring sites
    comp.lang.tcl FAQ Launch Page
    Site is starting point for Tcl programmers to locate a variety of tutorials, reference guides, Frequently Asked Questions (FAQs), software, printed material and more.
    www.purl.org GIMME Graphical Interfaces for MultiMedia Environments project
    www.cs.umn.edu The entropy liberation front The entropy liberation front
    www.elf.org WWW tools/utilities Tcl-based web servers, applets, and other assorted tools
    hplyot.obspm.fr ICE Tcl/Tk ICE Tcl/Tk
    icemcfd.com Pavia's Active Component Compound Objects Pavia's Active Component Compound Objects iride.unipv.it Information about the TclTutor Program I'm getting time to get back to working on TclTutor again, and the first step is just getting a release with some new code and lessons out. www.msen.com Michael Schwartz's NYX Home Page Michael Schwartz's NYX Home Page www.nyx.net
  • 64. Effective Tcl/Tk Programming: Writing Better Programs In Tcl And Tk (Addison-Wes
    Effective tcl/tk programming Writing Better Programs in tcl and tk (AddisonWesleyProfessional Computing Series).
    http://www.wargaming.net/Programming/effective_tcl_tk_programming_writing_better

    Effective Tcl/Tk Programming: Writing Better Programs in Tcl and Tk (Addison-Wesley Professional Computing Series)
    This single book has all you've
    been looking for, doesn't it ?
    by Mark Harrison, Michael J. McLennan
    List Price:
    Our Price:
    Availability:
    Usually ships within 24 hours.
    Living in UK Get It Here!
    Living in Deutschland Get It Here!
    Living in France Get It Here!
    Reviews Book Description You need a graphical user interface, and it needs to run on multiple platforms. You don't have much time, and you're not a wizard with X/Motif, the Win32 GUI, or the Mac GUI. The project seems impossible, but with Tcl/Tk it's simple and fun. The Tcl scripting language and the Tk toolkit create a powerful programming environment for building graphical user interfaces. With two lines of code you can create a simple button; with two hundred lines of code, a desktop calculator; and with a... read more Customers who bought this book also bought titles by these authors: Back to: TCL Main Index Search: All Products Books Popular Music Classical Music Video DVD Baby Electronics Software Outdoor Living Wireless Phones Keywords: In Association with Amazon.com

    65. Effective Tcl/Tk Programming : Writing Better Programs In Tcl And Tk (Addison-We
    Effective tcl/tk programming Writing Better Programs in tcl and tk (AddisonWesleyProfessional Computing Series).
    http://www.wargaming.net/Programming/25/Effective_Tcl_Tk_Programming_Writing_Bet
    Effective Tcl/Tk Programming : Writing Better Programs in Tcl and Tk (Addison-Wesley Professional Computing Series)
    This single book has all you've
    been looking for, doesn't it ?
    Stop wasting your time !
    Get It Now !

    Living in Europe? Get It Here!
    Living in Deutschland? Get It Here! by Mark Harrison, Michael J. McLennan Our Price:
    Availability:
    Usually ships within 24 hours.
    Customers who bought this book also bought:

    Reviews
    Book Description
    You need a graphical user interface, and it needs to run on multiple platforms. You don't have much time, and you're not a wizard with X/Motif, the Win32 GUI, or the Mac GUI. The project seems impossible, but with Tcl/Tk it's simple and fun. The Tcl scripting language and the Tk toolkit create a powerful programming environment for building graphical user interfaces. With two lines of code you can create a simple button; with two hundred lines of code, a desktop calculator; and with a thousand lines of code, an industrial-strength groupware calendar and appointment minder. Your applications run on all of the major platforms: UNIX, Windows 95/NT, and Macintosh. You can even embed your programs in a Web page to make them available online. Mark Harrison and Michael McLennan, two noted Tcl/Tk experts, combine their extensive experience in this practical programming guide. It is ideal for developers who are acquainted with the basics of Tcl/Tk and are now moving on to build real applications.

    66. TCL/TK Programming
    Main PHP scripts tcl/tk programs tcl scripts (eggdrop IRC bot) Contactinfo . tcl/tk programming. mZ messaging program for Linux xsmb.
    http://fury.fi/~joep/tcl.php
    Warning : Failed opening '/home/joep/public_html/tcl.php' for inclusion (include_path='.:/data/www/fury.fi/htdocs/web:/data/www/fury.fi/etc:/php/includes') in Unknown on line

    67. Adventures In Linux Programming
    Linux programming, courses and documents, tcl/tk, GUI design and development,tutorials. Winprinters reverse engineering. tcl/tk programming for Linux.
    http://www.pragana.net/tcltk.html

    portuguese

    english

    SOFTWARE
    microterminal (FPGA)

    webmail

    SlideDraw

    SlideWidget
    ...
    SQLforms

    COURSE NOTES
    Linux sob medida
    Sys.Admin. Tcl/tk tclslides talk ... Americano Batista Linux MISC GDI printers SOS Linux gimp tutorial tcl-guide ... favorite places (links) ESSAYS Chapeuzinho Vermelho Linux Pernambuco Why Linux? Installfest ... Day after
    Tcl/tk Programming for Linux
    I have been teaching classes on tcltk programming. You main find useful my slides, in portuguese: ...or look at the interactive course below (incomplete). This is a dynamic course, using tclets instead of many pictures to make it interactive. I stress more on doing it yourself than by making it a complete coverage of the available options. This course is in portuguese and I welcome you to translate it to other languages if you like. When it's finished I will make available the slides and other course materials. Start here rildo@pragana.net Last updated: 2002/09/18 20:57:47

    68. Institut Für Softwaretechnologie
    tcl/tk programming - WritingBetter Programs with tcl and tk; Addison-Wesley, 1998. Dieses
    http://www.informatik.uni-stuttgart.de/ifi/se/people/krauss/tclbooks.html
    uni suche sitemap kontakt ... Aktuelles
    Abteilung Software Engineering
    Mitarbeiter Service Intern Hauptseite nach oben vorherige Kontakt Index
    Buchempfehlungen Ousterhout, J. K.: Tcl und Tk ; Addision-Wesley, 1995.
    Welch, B. B.:
    ... ; O'Reilly, 1998. Ousterhout, J. K.: Tcl und Tk ; Addision-Wesley, 1995. Tcl und Tk basiert allerdings noch auf einer sehr alten Tcl/Tk-Version (7.3/3.6) und beschreibt daher nicht die neueren Entwicklungen (wie z.B. den Geometrie-Manager grid Das Buch ist im Original unter dem Titel Tcl and the Tk Toolkit 1994 bei Addison-Wesley erschienen. Welch, B. B.: Practical Programming in Tcl and Tk ; 2nd edition, Prentice Hall PTR, 1997. Harrison, M.; McLennan, M.: Effective Tcl/Tk Programming - Writing Better Programs with Tcl and Tk; Addison-Wesley, 1998. Effective Tcl/Tk Programming Harrison, M.: Tcl/Tk Tools ; O'Reilly, 1997. Smith, C.: [incr Tcl/Tk] from the Ground Up ; Osborne, 2000. Raines, P.; Tranter, J.: Tcl/Tk in a Nutshell - A Desktop Quick Reference; O'Reilly, 1999. Raines, P.: ; O'Reilly, 1998. Im englischen Original unter dem Titel Tcl/Tk Pocket Reference 1998 bei O'Reilly erschienen.

    69. Internet Meta-Resources: Tcl Tk And Expect Programming
    C programming. Java programming. tcl tk and Expect programming. Python programming. XWindow System programming. Web programming. tcl tk and Expect programming.
    http://nakedape.cc/meta-res/tcltkexpect.phtml

    Internet Meta-Resources
    All the Net you need to be a geek.
    Brought to you by Naked Ape Consulting
    Table Of Contents
    Welcome Linux Information Linux Distributions Linux Kernel and Ports ... Web Programming
    Tcl Tk and Expect Programming
    Add entry to this table Linux Web Ring ... List

    70. Effective Tcl/Tk Programming : Writing Better Programs In Tcl And Tk (Addison-We
    Effective tcl/tk programming Writing Better Programs in tcland tk (AddisonWesley Professional Computing Series).
    http://hallwebtools.com/languages_tools/425.shtml
    Effective Tcl/Tk Programming : Writing Better Programs in Tcl and Tk (Addison-Wesley Professional Computing Series)
    Home Programming
    by Mark Harrison Michael J. McLennan
    See More Details

    Paperback - 432 pages (November 25, 1997)
    Addison-Wesley Pub Co; ISBN: 0201634740 ; Dimensions (in inches): 0.84 x 9.17 x 7.36
    Reviews
    Booknews, Inc.
    Uses a holistic view of application development that shows the reader how to work from the initial concept to a prototype to a finished product. Focuses on such commonly misunderstood features as the command, the mechanism, and the canvas widget. Provides the complete source code for some two dozen components. Appends instructions for installation on Windows 95/NT, UNIX, and Macintosh. Assumes a basic understanding of the Tcl language and some experience writing Tcl/Tk programs. Synopsis
    Take the next step with Tcl/Tk development with this practical programming style guide. The Tcl scripting language and the Tk toolkit together create a programming environment for creating graphical user interfaces under the X Window System and MS Windows 95/NT. This book offers a wealth of practical information on how to exploit the full potential of this remarkable programming environment. You need a graphical user interface, and it needs to run on multiple platforms. You don't have much time, and you're not a wizard with X/Motif, the Win32 GUI, or the Mac GUI. The project seems impossible, but with Tcl/Tk it's simple and fun. Throughout the book the authors develop numerous applications and a library of reusable components. Learn from their approach, follow their strategies, and steal their code for your own applications! But don't bother retyping all the examples. You can download all the source code at the Effective Tcl/Tk Programming Web site: http://www.awl.com/cseng/books/efftcl/.

    71. Tcl And Tk (Tcl/Tk) Training, Consulting, Development, Networks, Testing, And Au
    tcl/tk programming Resources Free software, articles, and references to moretcl/tk resources. contact us projects@noucorp.com. Thought that creates.
    http://noucorp.com/
    Noumena Corporation provides Tcl/Tk training and software consulting and development.
    Specialties include web and network based applications, factory automation, testing, Tcl, Tk, C, and C++.
    noumena from the Greek noumenon that which is apprehended by thought What we can do for you... Small projects to huge. We do them all. Fast. Reliably.
    • Timely software solutions
      We handle Tcl/Tk, C, C++ and Java programming on a variety of platforms. Noumena Corporation can also assist with networking and hardware implementations.
      Customized training

      One day seminars to full-semester classes to fit your training needs. Tcl/Tk is our specialty
      We are pleased to offer training session, online mentoring, contract programming and consulting services. Tcl/Tk Programming Resources
      Free software, articles, and references to more Tcl/Tk resources.
    contact us: projects@noucorp.com

    72. Advanced Tcl/TK Programming
    606 Advanced tcl/tk programming (3 days). tree widgets. C programming and tcl thetcl C library; the tk C library; designing and implementing a loadable package;
    http://www.ftt.co.uk/linuxadvtcltk.htm
    606 Advanced tcl/TK programming (3 days) Course benefits and achievements This is a course for experienced programmers. It explores the advanced features of Tcl/TK as well as advanced uses of Tcl/Tk for purposes such as software testing, rapid prototyping of complex applications, embedding the tcl interpreter in C and C++ applications and in embedded systems. Expected attendee profile Attendees are expected to be experienced programmers with a good basic knowledge of Tcl/TK and a working knowledge of C. An overview of course contents Topics not covered (at all, or fully) in an introductory course such as eval, uplevel, subst, regular expressions , packages, reflection, debugging namespaces ,event driven programming (commands such as after, fileevent, vwait, fconfigure and fblocked) and network programming are fully dealt with. More complex Tk topics such as selection and the clipboard, focus, grabs and dialogs, fonts and bitmaps are also covered. The final part of the course looks at the combination of C programming and Tcl to create loadable packages, and to implement new kinds of Tk widget. Detailed course contents Overview of Tcl syntax Eval and its uses
    • constructing commands with list eval's built in concat uplevel subst
    Regular Expressions
    • regexp regsub
    Creating script libraries and packages
    • package unknown
    Reflection and debugging
    • info bgerror tkerror
    Nemespaces
    • scope rules nested namespaces importing procedures namespaces and uplevel
    Event-driven programming in Tcl
    • after fileevent vwait fconfigure fblocked

    73. TCL/TK Programming Books Reviews & Picks By Top Consultants
    Effective tcl/tk programming Writing Better Programs in tcl and tk (AddisonWesleyProfessional Computing Series) ; by Mark Harrison, Michael J. McLennan
    http://www.woodtennis.com/tcltkbooks.htm
      TCL/TK programming books tcl/tk scripting books TCL/TK programming books tcl/tk scripting books
    TCL/TK books Webpage in association with Amazon.Com
    Books About TCL/TK

    74. Surcouf Effective Tcl/Tk Programming [0.201.63474.0]
    ADDISON WESLEY Effective tcl/tk programming Ref 160937. 50.6 € TTC47.96 € HT Soit 331.91 F TTC En attente de réception,
    http://surcouf.calindex.com/fiche-livres-programmation-addison-wesley-effective-

    75. Comp.lang.tcl FAQ Launch Page
    Draft Table of Contents and sample chapters from the 2nd edition of BrentWelch's book Practical programming in tcl/tk. General Resource sites.
    http://www.purl.org/NET/Tcl-FAQ/
    Welcome to the comp.lang.tcl FAQ Launch Page!
    If you continue to reference this site via this redirecting Persistent URL then in theory you should see little impact now or in the future due to changing servers or directory structures. Please use a URL reference to this site rather than copying files, so as to ensure updates are reflected. If you copy to avoid network delays, then be sure to keep your copies up to date. Below you will find the latest version of various comp.lang.tcl Frequently Asked Question (FAQ) postings If you know of authority locations for other Tcl/Tk-related FAQs on the WWW, or if you know of other WWW sites or documents which would be useful to add to this page, please send me email and I will add them appropriately to either this document or one of the others I own.
    Highlights, Spring 2003
    Come one, come all!
    Join us at the Tenth Annual Tcl/Tk Conference Tcl/Tk 8.4.2 is the current release of Tcl. See comp.lang.tcl or Google's USENET newsgroup searching function for details. If you are seeking a binary distribution of Tcl, Tk, and many other useful extensions, you might consider checking out

    76. ‚à‚Á‚ÆTcl/Tk
    tcl/tk programming Kit for Windows MinGW. 2001?12?4bitWalktcl/tk programming Kit for Windows MinGW Version 0.9
    http://www.interq.or.jp/japan/s-imai/tcltk/mingwkit.html
    document.write(document.lastModified)
    2001”N12ŒŽ4“úA bitWalk ‚ª”­”„‚É‚È‚è‚Ü‚µ‚½B
    MinGW‚Æ‚¢‚¤‚̂́AGNU‚ÌCƒRƒ“ƒpƒCƒ‰(gcc)‚ÌWindows”łŁA MinGWƒvƒƒWƒFƒNƒg ‚©‚çƒtƒŠ[‚Å“üŽè‚Å‚«‚Ü‚·B
    Tcl/Tk‚ÌŠg’£ƒpƒbƒP[ƒW‚ðCŒ¾Œê‚ō쐬‚Å‚«‚Ü‚·B
    • Contents of CD-R (CD-R‚Ì–ÚŽŸ)
    • ‰ðà‘ 46ƒy[ƒW (MinGW‚̃Cƒ“ƒXƒg[ƒ‹ATclŠg’£‚̍쐬•û–@Aƒ‰ƒCƒuƒ‰ƒŠ‚ÌŽg‚¢•û‚È‚Ç)
    • ”[•i‘
    • gcc-2.95.3-20010828
    • binutils-2.11.90-20010915
    • mingw-runtime-1.1
    • make-3.79.1-20010722

    ƒRƒ“ƒpƒCƒ‹‚Å‚«‚邱‚Æ‚ð–Ú“I‚É‚µ‚Ä‚¢‚Ü‚·B
    ‚»‚Ì‚½‚߁AMinGW‚́A Inno Setup ‚ŃRƒ“ƒpƒCƒ‹‚³‚ꂽƒCƒ“ƒXƒg[ƒ‰Œ`Ž®‚É‚È‚Á‚Ä‚¢‚Ü‚·B
    ˆê•ûACygwin‚̊‹«‚Å‚àMinGW‚ðŽg‚¦‚Ü‚·‚ªACygwin‚ł̃Rƒ“ƒpƒCƒ‹‚ɂ‚¢‚Ä‚ÍŒ¾‹y‚µ‚Ä‚¢‚Ü‚¹‚ñB
    ’ʏíAMinGW‚Ì”z•z•¨‚́AGNU TARŒ`Ž®(.tar.gz)‚Å”z•z‚³‚ê‚é‚̂ŁACygwin‚Ì•û‚ª‚È‚É‚©‚Æ•Ö—˜‚¾‚ÆŽv‚¢‚Ü‚·B
    ‚»‚±‚ŁA Cygwin ƒ†[ƒU‚Ì‚½‚߂ɁACygwin‚©‚çMinGW‚ðŽg‚¤•û–@‚ðŠÈ’P‚ɏЉ‚Ü‚·B
    Cygwin‚̍ŐV”Å1.3.6‚́AMinGW-1.1‚Æ1.2‚ÌCƒ‰ƒ“ƒ^ƒCƒ€‚Æw32api‚ðŠÜ‚ñ‚Å‚¢‚Ü‚·B
    GNU CƒRƒ“ƒpƒCƒ‰(gcc)‚̃o[ƒWƒ‡ƒ“‚́A2.95.3-5‚Å‚·B
    Cygwin‚Ågcc‚ðŽg‚¤ê‡AƒfƒtƒHƒ‹ƒg‚ł́APOSIXƒGƒ~ƒ…ƒŒ[ƒVƒ‡ƒ“ƒŒƒCƒ„‚Å‚ ‚é
    cygwin1.dll‰î‚µ‚½ŽÀsŒ`Ž®‚ª¶¬‚³‚ê‚Ü‚·B WindowsƒlƒCƒeƒBƒu‚ÈŽÀsŒ`Ž®‚𐶐¬‚·‚é‚ɂ́A

    77. CPU Programming In Tcl/Tk
    programming in tcl/tk. Course Length Five (5) days. Running programs fromtcl/tk; Communicating with child processes; programming techniques
    http://www.cpu.com/PIMS/areas/prodserv/training/tcltk.htm

    CPU Home
    Process Information Management Systems PIMS Products and Services PIMS Training ... Course Listing REFERENCE Tcl/Tk FAQ
    Programming in Tcl/Tk
    Course Length
    Five (5) days Course Format
    Course material is presented in a lecture format and reinforced through extensive hands-on programming excercises using either a Windows NT or Unix workstation. Course Description
    This course introduces you to advanced topics in programming in Tcl. Tk is also covered. Topics include the following:
    • Variables
    • Arrays
    • Lists
    • Syntax
    • Files
    • Flow control
    • Procedures
      • Creating
      • Invoking
      • Passing variables
      • Passing arrays
      • Passing lists
    • Accessing system facilities
    • String manipulation
    • Programming techniques
      • Proper use of quoting
      • Using auto-loading procedures
      • Dynamically loading extensions
    • Running programs from Tcl/Tk
    • Communicating with processes
      • Using pipes
      • Using sockets
    • Error processing
    • Windowing System concepts
    • A tour of the widgets
    • Adding bindings
    • Widget-class bindings
    • Writing widgets in Tcl/Tk
    • Geometry managers
    • Running programs from Tcl/Tk
    • Communicating with child processes
    • Programming techniques
      • Proper use of quoting
      • Using auto-loading procedures
      Course Level
      Technicalbeginner to intermediate Prerequisites
      Use of an editor on workstations used for class

    78. CPU Introduction To Programming In Tcl/Tk
    Introduction to programming in tcl/tk. Course Length Four (4) days. Running programsfrom tcl/tk; Communicating with child processes; programming techniques
    http://www.cpu.com/PIMS/areas/prodserv/training/introtcl.htm

    CPU Home
    Process Information Management Systems PIMS Products and Services PIMS Training ... Course Listing REFERENCE Tcl/Tk FAQ
    Introduction to Programming in Tcl/Tk
    Course Length
    Four (4) days Course Format
    Course material is presented in a lecture format and reinforced through extensive hands-on programming excercises using either a Windows NT or Unix workstation. Course Description
    The course introduces you to building a usable graphical application with Tcl/Tk. The following topics are covered:
    • Variables
    • Arrays
    • Lists
    • Syntax
    • Files
    • Flow control
    • Procedures
      • Creating
      • Invoking
      • Passing variables
      • Passing arrays
      • Passing lists
    • Error processing
    • Accessing system facilities
    • String manipulation
    • Windowing System concepts
    • A tour of the widgets
    • Adding bindings
    • Widget-class bindings
    • Writing widgets in Tcl/Tk
    • Geometry managers
    • Running programs from Tcl/Tk
    • Communicating with child processes
    • Programming techniques
      • Proper use of quoting
      • Using auto-loading procedures
      Course Level
      Technicalbeginner to intermediate Prerequisites
      Use of an editor on workstations used for class
      Exposure to programming concepts
      Use of csh/ksh (not programming)
      Exposure to Tcl helpful but not required Home Search Contact Us Questions or comments regarding this service?

    79. Tcl-DP: A Distributed Programming Extension To Tcl
    We are proud to announce the release of tclDP v4.0 to the world. tcl-DP (pronounced tickle dee-pee ) is a freely distributable extension to tcl/tk.
    http://www.cs.cornell.edu/Info/Projects/zeno/Projects/Tcl-DP.html
    Announcing Tcl-DP v4.0
    We are proud to announce the release of Tcl-DP v4.0 to the world. Tcl-DP (pronounced "tickle dee-pee") is a freely distributable extension to Tcl/Tk . Tcl-DP adds TCP and IP connection management, remote procedure call (RPC), and distributed object support to Tcl/Tk. This new version is a complete rewrite and closely parallels the recent changes in Tcl. With that in mind, we have abstracted all I/O into Channels and integrated Tcl-DP with Tcl better. In doing this, the Tcl-DP API has shrunk considerably from the 3.x days from about 20 commands to less than 10. Note Please check the FTP site for bug fixes and updates. It is much easier on the DP team to put a bug fix on the FTP site rather than update a web page.
    Tcl-DP Links
    Download Tcl 4.0 [ FTP HTTP
    The 1997 Tcl/Tk conference paper on Tcl-DP 4.0 [ HTML Acrobat Word 97
    The Tcl-DP 4.0 html pages [ HTML
    Get Tcl-DP 3.5b1 [ Download Page
    The Tcl-DP 3.x tutorial [ HTML Acrobat
    The Tcl-DP 3.4 man pages [ HTML
    Tcl-DP paper presented at the First Tcl/TK Workshop [ Acrobat
    Tcl-DP nameserver paper presented at the 1995 Tcl/TK Workshop [ Acrobat
    Register
    as a Tcl-DP user
    People Working on Tcl-DP
    Faculty
    Brian Smith
    Doctoral Students
    Tibor Janosi
    Undergraduate/M.Eng Students

    80. Ice 9 - Tk Programming
    This section is about how to do tk programming from Scheme it is a bit differentfrom tk programming in tcl. Ice9 can also run tcl/tk programs.
    http://www.delorie.com/gnu/docs/guile/in_14.html
    www.delorie.com gnu docs guile /in_14.html search
    Buy GNU books!
    download
    html (157 k)

    texi (176 k)

    dvi (198 k)

    ps (760 k)
    ...
    about these

    Go to the first previous next last section, table of contents
    Tk Programming
    This section of the documentation is not finished yet, but the corresponding source is heavily commented and the manual will eventually be just a reformatting of those comments. Check out `ice-9/win.scm' Here are a few highlights of what will eventually be documented:
    • Tcl/Tk programs run normally. This section is about how to do Tk programming from Scheme it is a bit different from Tk programming in Tcl. Ice-9 can also run Tcl/Tk programs. The new conventions for widget programming in Scheme have no effect on Tcl/Tk Tcl programs should run without modification under Ice-9.
    • Nice Scheme wrappers are provided for a few Tk widget types. A few widget types are picked and those are imported to Scheme. The rest are not used. For example, I use text and canvas widgets, but not list widgets because they can be implemented using either texts or canvases.
    • Event bindings are changed Scheme programs don't use the Tcl command "bind". Instead, Scheme programs use keymaps (defined in

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 4     61-80 of 99    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter