Advanced Search
Mail us
Home    Manuel    Links    Faq    Submit a tcl/tk Reference    Contact Us

    Some examples tcl/tk codes     Man of Bwidget     Man of blt     mkwidget screenshots     TkOgl     Video Demo real.


             Extension
                   audio 7
                   OO Extension 9
                   TCL/IP 4
                   X Window 3
                   database 19
                         Orable 7
                         Mysql 2
                         PostGres 3
                   java 3
             widget 113
                   [incr TCL] 11
                   canvas 9
                   Comboxbox 4
                   Text 30
                   Entry 9
                   Scale 1
                   Table 5
                   [incr Tk] 16
                   BLT 2
                         C++ 37
             Application
                   Editor 80
                   Email 19
                   Java 26
                   Game 17
                   Clock 7
                   Rolodex 3
                   Internet 26
                         Irc 11
                         Usenet 3
                         CGI 15
                         Server 36
                   PerlTk 1
                   Xml 6
                   prolog 4
                   Gui Builder 3
                   Spreadsheet 5
                   Mutlimedia 8
             TclEt (plugin) 51
             OpenGl 8
             Miscalenus 688
             Port 50



Recent enrty Wiki

Swank
Jacl
My question is listed here--Please help!!!
DOS BAT magic
Ask, and it shall be given # 8
Read-only text widget
Jacl Modernization Release Notes
A Tree class using TclOO
Xapian
8th European Tcl/Tk Users Meeting
tclvfs
Tcl and other languages
Graph Manipulations
New Pages
Wikit Problems
svg charts
TREV
Google Chart API Wrapper
Solaris
IDE
A little bar chart
Playing with bar charts
XHTML
AnatLab: Virtual Anatomy Laboratory
An Order Entry and Wireless Data Collection System Using Tcl and SQLite
Festnet
  Disjoint listbox selections (Raines)
 
Fake a listbox using a text widget. Works with standard .6 and can be distributed with your code. Selection can be and there is no X-axis scrolling.

Download :
<URL: ftp://ftp.slac.stanford.edu/software/TkMail/disjoint-1.5.tar.gz>

Contact :
<URL: mailto:raines@slac.stanford.edu> (Paul E. Raines)
Show other from the same categorie



  dkflib
 
Assorted useful procedures including mechanism producing menubars, and a text widget with undo/redo.

Download :
<URL: http://www.cs.man.ac.uk/%7Efellowsd/tcl/dkflib.tar.gz>

Contact :
<URL: mailto:fellowsd@cs.man.ac.uk> (Donal K. Fellows)
Show other from the same categorie



  listbox replacement written overtop of text widget
 
Fancy Listbox is written as a wrapper around the text widget, wing a fancier listbox than default, but without the overhead nstalling one of the other extensions. el van Bergen <URL: mailto:m.l.vanbergen@student.utwente.nl> reports ng a correction to this to fix a -configure problem. code should work with Tk4.x and above.

Download :
<URL: ftp://ftp.slac.stanford.edu/software/TkMail/fancylb-2.3.tar.gz>

Contact :
<URL: mailto:raines@slac.stanford.edu> (Paul Raines)
Show other from the same categorie



  Miscellaneous Tcl procs (Corey)
 
Examples of how to do things like provide balloon help over menu s, do background processing, eat events while a program is busy, ombobox widgets, scroll two text widgets with one scrollbar, ll to currently focused canvas item, moving graphs, move nodes of a polygon around dynamically, track what procedures called (with what arguments), scrolling a grid managed frame in nvas, using fileevent on a pipe, simple spreadsheet using , and a simple listbox inside a text widget. contact isn t currently updating this page.

Download :
<URL: http://www.kencorey.com/tcl/answers.html>

Contact :
<URL: mailto:ken@kencorey.com> (Ken Corey)
Show other from the same categorie



  searchbox
 
Tk widget written that provides Emacs-like searching bindings incremental, exact and regular expression searching ities to Tk text widgets.

Download :
<URL: ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/text/searchbox-1.0.1.tar.gz>

Contact :
<URL: mailto:phelps@cs.berkeley.edu> (Tom Phelps)
Show other from the same categorie



  tdd
 
Quick and dirty hack to save and restore formatted data a Tk text widget.

Download :
<URL: http://purl.oclc.org/net/oakley/tcl/tdd/>

Contact :
<URL: mailto:oakley@vignette.com> (Bryan Oakley)
Show other from the same categorie



  text widget 16 bit text support
 
tkFonts.c change to make it display Chinese text.

Download :
<URL: http://srg01.csd.hku.hk:8000/%7Eypyau/chinese-patch-for-tk>
<URL: ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/chinese-patch-for-tk.patch.gz>

Contact :
<URL: mailto:ypyau@hkuxb.hku.hk> (Carl Y.P. Yau)
Show other from the same categorie



  text widget command option
 
Add to Tk 3.6 text widget a -command option which is executed characters are inserted or deleted from the widget.

Download :
From the contact
Contact :
<URL: mailto:hoshi@sra.co.jp> (Hoshi Takanori)
Show other from the same categorie



  text widget elided area support
 
Patch Tk s text widget to hide and reveal text, images and ows. Patch also comes with TkMan, as a requirement.

Download :
<URL: ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/outline.tar.gz>

Contact :
<URL: mailto:phelps@CS.Berkeley.EDU> (Tom Phelps)
Show other from the same categorie



  text widget enhancements
 
A variety of constrained Tk text widget, placing a set of pers around the text widget.

Download :
<URL: ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/text.constrained.shar.gz>

Contact :
<URL: mailto:John@LoVerso.Southborough.MA.US> (John Robert LoVerso)
Show other from the same categorie



  text widget improved bindings
 
Improved text widget bindings, allowing you to get the l XY coordinates of an index, move up and down one display , and select text using shift cursor movements.

Download :
From the contact
Contact :
<URL: mailto:eric@pandora.Las-Vegas.NV.US> (Eric J. Schwertfeger)
Show other from the same categorie



  text widget read-only regions
 
Based on the sample code in Dr. Ousterhout s book, this was updated for Tk 4.0. It allows one to tag regions of xt widget as read-only.

Download :
From the contact
Contact :
<URL: mailto:phelps@CS.Berkeley.EDU> (Tom Phelps)
Show other from the same categorie



  text widget read-only tags
 
Modified text class bindings so that text marked with only tag cannot be modified.

Download :
<URL: ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/readonlytag.tcl.gz>

Contact :
<URL: mailto:serra@ctuluh.inria.fr> (Bruno Serra)
Show other from the same categorie



  text widget replacement
 
Drop in replacement for Tk 4 s text widget. Provides all of normal text widget functionality, along with a text annotation of block (aka textblocks), which allow geometry management the text within the rows of the block. ws one to do things like fractions, cals, labeled equations, editable buttons, etc. supports arbitrary lines drawn within its text box. on the new text widget can be found at ion 1.6.3 now available.

Download :
<URL: ftp://ftp.math.ohio-state.edu/pub/users/ilya/etext/>
<URL: ftp://ftp.math.ohio-state.edu/pub/users/ilya/etext/etext.html>

Contact :
<URL: mailto:ilya@math.ohio-state.edu> (Ilya Zakharevich)
Show other from the same categorie



  text widget spell checker
 
Spell checker that can be attacked to text widget. Requires and ispell.

Download :
From the contact <URL: http://www.doitnow.com/%7Eiliad/Tcl/tea/>

Contact :
<URL: mailto:johnstump@iname.com> (John Stump)
Show other from the same categorie



  text widget underline colors
 
Modification to text widget to support color for tagged text different color for underline.

Download :
<URL: ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/graphics/TextUnderline.patch.gz>

Contact :
<URL: mailto:xavier@cma.cma.fr> (Francois-Xavier Fornari)
Show other from the same categorie



  text widget up and down arrow support
 
Modification of tkTextUpDownLine procedure in text.tcl to w the up and down bindings to move one line at a time rather one text unit at a time.

Download :
From the contact
Contact :
<URL: mailto:donald@cs.mun.ca> (Donald Craig)
Show other from the same categorie



  text widget with arbitrary text
 
New function to add to tkText.c which can be called any arbitrary text - no special characters to be uated by the Tcl interpreter.

Download :
From the contact
Contact :
<URL: mailto:schwamb@isi.edu> (Karl B. Schwamb)
Show other from the same categorie



  text widget with relative tab position support
 
Changes to Tk 4.0 files tkText.c, tkTextDisp.c and xt.h so that one can specify relative tab positions.

Download :
<URL: ftp://invaders.dcrl.nd.edu/pub/tk/>

Contact :
<URL: mailto:agy@invaders.dcrl.nd.edu> (Alan G. Yoder)
Show other from the same categorie



  text widget with undo
 
Supertext widget with builtin undo.

Download :
<URL: http://www1.clearlight.com/%7Eoakley/tcl/supertext.html>

Contact :
<URL: mailto:oakley@vignette.com> (Bryan Oakley)
Show other from the same categorie



Page 0 1

You are the th to visit this page