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
  tclperl 3.0
 
Tclperl allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters.
Changes:
The ability to execute Tcl code in the parent Tcl interpreter from Perl interpreters was added. The Perl system is now initialized when loading extensions. The code was made thread-aware to allow Perl threads. The Tcl interpreter can now be accessed from C code, making it possible to extend tclperl.

Download :
http://jfontain.free.fr/
Contact :

Show other from the same categorie



  tclstorage
 
This is a package for Tcl on Windows that gives scripts access to structured storages. This package includes a Tcl virtual filesystem to simplify the use of these composite files. There is documentation for the storage package and for the virtual filesystem. ( only windows extension )

Download :
http://www.patthoyts.tk/tclstorage/index.html
Contact :

Show other from the same categorie



  TclDES: Munitions-grade Tcl scripting!
 
TclDES is a pure-Tcl implementation of the NIST Data Encryption Standard (DES). The package can perform encryption and decryption using either the standard DES algorithm or the triple-DES (3DES) algorithm. All four DES modes are supported: Electronic Code Block (ECB), Cipher Block Chaining (CBC), Cipher Feedback (CFB), and Output Feedback (OFB). TclDES is a port of a Javascript implementation of DES/3DES (ECB and CBC modes) by Paul Tero, of Shoppable in the United Kingdom, with optimizations by Michael Hayworth.

Download :
http://tcldes.sourceforge.net/
Contact :

Show other from the same categorie



  fickle : the fast-ish lexical analyzer generator
 
This is a scanner generator program much like flex(1) is to C. If you have no desire to author Tcl programs, particularly those that manipulate text, fickle is not for you. A passing knowledge of flex or some other lex-like program would be useful as that fickle uses nearly identical syntax and commands as flex. Two good references are the flex(1) man page and the O`Reilly book `lex & yacc` by Levine, Mason, and Brown.

Download :
http://mini.net/tcl/fickle
Contact :

Show other from the same categorie



  taccle -- Taccle is Another Compiler Compiler
 
taccle is a complement to fickle in that it reads a taccle specification file to generate working LALR(1) parser. In other words, it is to Tcl what yacc (or bison) is to C/C++. taccle differs from yeti in that the grammar is written before hand as a straight text file rather than generated by procedure calls. taccle is furthermore superior to yeti in that it generates pure Tcl rather than incr tcl and supports both embedded actions and operator precedence. Unlike tyacc [1] taccle is written in pure Tcl 8.4.

Download :
http://mini.net/tcl/taccle
Contact :

Show other from the same categorie



  Trampoline!© - Helping Acrobat® documents leap off the Tk canvas
 
Trampoline! is a nearly pure-Tcl library extension that generates an Adobe Portable Document Format (PDF) document based upon the content of a Tk canvas. The intent of this extension is to provide a "modern" replacement for the Tk canvas widget command postscript, which generates a Postscript document based upon the content of a Tk canvas. Trampoline! is striving to be compliant with Adobe PDF Reference version 1.4.
The Trampoline! 0.5 library is loaded using the command package require trampoline, which creates the ::pdf namespace. Though there are a number of supporting functions within the namespace, the only one that is currently directly usable is the ::pdf::generate command. This command has two parameters. The first is the path to the canvas widget. The second is the name of the file that will hold the PDF document. More parameters and options will be added as the package matures.
Below is a screen capture of a Tcl/Tk demo application that uses Trampoline! to generate a PDF document based on the items in the canvas widget. The PDF document generated can be viewed by clicking on the image.


Download :
http://trampoline.sourceforge.net/
Contact :

Show other from the same categorie



  TkKasse
 
TkKasse is a Point-of-Sale (POS) software, which can be used with off-the-shelf computers. It was designed especially to meet the needs of restaurants — With TkKasse, waiters can manage all the orders on-screen. It`s easy to keep track of many guest orders at the same time. Printed receipts will make it easier for bar and kitchen staff to keep track of the orders, too. You can use TkKasse at more than one cash desk at the same time. As all data is stored on a server at your site, it is possible for waiters to switch between cash desks anytime. Second, only the server computer has to be protected against data-loss e.g. no data is lost if a cash desk blackouts. By these means, a very cheap but safe setup, even for bigger installations, is possible. TkKasse has very little needs on hardware, too. Aside from POS printers no special hardware is required — no touch screens, no special keyboards, no cash drawers — even the POS printer is not a must-have. On the contrary you can use each of these special compentents if you feel the need for them.



Download :
http://tkkasse.sourceforge.net/
Contact :

Show other from the same categorie



  Xapian
 
Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. It`s written in C++, with bindings to allow use from other languages (Perl, Python, PHP, Java, and TCL are currently supported; Guile and C# are being worked on). Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. If you`re after a packaged search engine for your website, you should take a look at Omega, which is an application we supply built upon Xapian. But unlike most other website search solutions, Xapian`s versatility allows you to extend Omega to meet your needs as they grow.

Download :
http://www.xapian.org/
Contact :

Show other from the same categorie



  Tclcsharp
 
Tclcsharp is c# reimplemtation of Jacl in version 1.3.1
Tclsharp is Tcl-Interpreter programmed in C#. So tclsharp is not so called .NET language as C#, Visual Basic, Javascript.
Tclscharp does not compile TCL-code to MSIL (Microsoft Intermediate Language - Bytecode) and will be not compiled by execution by JIT-Compiler to machine code. tclsharp provide almost all TCL functionality for TCL in early 8.0 versions.
Additionally tclsharp offer TCL/.NET library that provide easy access to all .NET libraries and functionality. The main issue of Tclsharp is to offer Tcl-Interpreter in managed code. Tclsharp offer good interoperation ability between Tcl and .NET code. So Tclsharp can be used as glue between .NET components or Tcl-Interpreter for big .NET applications.
Tclcsharp is not a porting experiment and not stable. It does not provide all tcl functions and some tests fails (for example socket, clock commands does not works)
Example of using .NET Framework in tclcsharp. (all java specific names are not changed)

Download :
http://www.sourceforge.net/projects/tclcsharp
Contact :

Show other from the same categorie



  Indexer
 
Indexer is a program in pure Tcl/Tk that will make an index of all selected files in HTML format. This is extremely useful for Web Designers, Web Developers or those with a large collection of HTML Files. All you have to do is select all the files to be indexed and chose how the index should be made. Then select the file where the index should be written to and the program will do the rest. It will find the relative links to the specified files and write the index in specified format.

Download :
http://www.geocities.com/binnyva/binny/pro/tcl/indexer/
Contact :

Show other from the same categorie



  Tcl Fltk
 
Stubs based extension that implements Tcl bindings to the widgets and dialogs of the Fast Light Toolkit, a GUI development toolkit that runs on Unix, Windows, and a few other places. This binding is nice because it can coincide visually with a Tk application, even though the commands and widgets are completely distinct from Tk.


Download :
http://pages.infinit.net/cclients/software.htm Tutorial http://www.terrascale.com/downloads/tgmon/Fltk-0.4.pdf
Contact :

Show other from the same categorie



  MPlayerTcl
 
MPlayerTcl allows to play a movie file in linux tcl/tk application. Example tcl/tk script code, using MPlayerTcl :
#!/usr/bin/wish -f
package require MPlayerTcl
media .m -dvd 1 -width 160 -height 120 -scale 3
pack .m -expand yes -fill both


Download :
http://membres.lycos.fr/scriptdevel/mplayertcl/
Contact :

Show other from the same categorie



  Canvas equaliser
 
A Canvas equaliser exemple :


Download :
http://mini.net/tcl/13224
Contact :

Show other from the same categorie



  Tcl/Tk Extension for Accessing Microsoft® Windows HTML Help
 
Since the release of Windows 98 the Windows help system is based on HTML. The HTML documents making up a help page collection are packaged and compressed into archives with the .CHM extension. A C API and a standalone executable exist to view and navigate these archives. The archives are created with the HTML Help Workshop provided by Microsoft.
To access .CHM archives from Tcl/Tk I wrote an extension which can be downloaded from here both in binary and source form.

Download :
http://www.ch-werner.de/winhelp/
Contact :

Show other from the same categorie



  Unixhelp extension
 
This is pure Tcl extension which allows to create context-sensitive help for Tk apps from same sources as windows help files (.chm).
It is designed to be drop-in replacement for Christian Werner`s WinHelp extension.
Goal is to allow authors of cross-platform application to use native help viewer on Windows system and use same on-line documentation source (and quite simular interface) for Unix version of application.
It would be ideal if we would be able to use native help viewer on various MacOS versions as well, but I don`t have access to any MacOS machine. Contributions are welcome.

Download :
http://www.45.free.net/~vitus/ice/tcl/unixhelp.html
Contact :

Show other from the same categorie



  pdf4tcl
 
pdf4tcl is a tcl package for generating pdf files. It started as a port of pdf4php to the tcl language. pdf4tcl is now version 0.2, so don`t expect too much. For now you can create pdf files with these features and objects:
  • compressed pdf, if tcl-package zip is available. tclkit has it built in.
  • lines
  • arrows
  • rectangles
  • circles
  • arcs
  • set stroke and fill colour
  • set line style (thickness and dashes)
  • simple text strings, left or right aligned or centered
  • text boxes with left or right aligned, centered or fully justified text.
  • rotated text
  • text with skewed characters
  • use adobe standard fonts, for which pdf4tcl has built in knowledge about the font metrics
  • use other fonts, if you supply an .afm file. Beware - pdf4tcl 0.2 does not yet have support for embedding fonts
  • jpeg images
  • pdf4tcl knows about most commonly used paper dimensions, you can provide your own, too.
  • pages can be built top-down or bottom-up


Download :
http://truckle.in-chemnitz.de/pdf4tcl/pdf4tcl.html
Contact :

Show other from the same categorie



  Tcl-nap Project
 
`NAP` (a.k.a. `Tcl-nap`) stands for "N-Dimensional Array Processor". This is based on a loadable extension of Tcl written in C. NAP provides the essence of array-processing languages such as APL, J, IDL and Matlab and allows large quantities of binary data to be processed efficiently.

Download :
HomePage http://tcl-nap.sourceforge.net/
Documentation http://tcl-nap.sourceforge.net/nap.pdf

Contact :

Show other from the same categorie



  Redet (Regular Expression Development and Execution Tool)
 
Redet (Regular Expression Development and Execution Tool) allows the user to construct regular expressions and test them against input data by executing any of a variety of search programs, editors, and programming languages that make use of regular expressions. When a suitable regular expression has been constructed it may be saved to a file. For each program, a palette showing the available regular expression syntax is provided. Selections from the palette may be copied to the regular expression window with a mouse click. Definitions can be added to the palette via an initialization file. As long as the underlying program supports Unicode, UTF-8 Unicode is allowed in both test data and regular expressions.


Download :
http://www.cis.upenn.edu/~wjposer/redet.html
Freshmeat : http://freshmeat.net/projects/redet/?branch_id=55265&release_id=186563
Contact :

Show other from the same categorie



  Jigsaw Puzzler
 
Jigsaw Puzzler is a jigsaw puzzle game. It allows jigsaws to be created, saved, loaded and played. I started writing it over a year ago to learn more about using the canvas.
The windows executable version uses tile and so has a native look on Windows.


Download :
http://myweb.tiscali.co.uk/davidelizabeth/tcl/jigsaw/index.html
Contact :

Show other from the same categorie



  ObexTool
 
ObexTool is a graphical frontend for ObexFTP, which is able to communicate with mobiles and other devices using the Obex Protocol. Siemens S45, S45i, SL45i, SL45, C55, S55, M50, MT50, Ericsson R320, T68i, and Sony/Ericsson T300, T610, and Nokia 6230 have been reported to work with obexftp, though it should also work with other phones.


Download :
http://www.tech-edv.co.at/programmierung/en/gplsw.html
Contact :

Show other from the same categorie



  ParaView
 
This is an application designed with the need to visualize large data sets in mind. ParaView is an open-source, multi-platform, extensible application designed for visualizing large data sets. This scalable application runs on single-processor workstations as well as on large parallel supercomputers



Download :
http://www.paraview.org/
Contact :

Show other from the same categorie



  GPS Manager
 
GPS Manager (GPSMan) is a graphical manager of GPS
data that makes possible the preparation, inspection and edition of GPS data in a friendly environment. GPSMan supports communication and real-time logging with both Garmin, Lowrance and Magellan receivers and accepts real-time logging information in NMEA 0183 from any GPS receiver. GPSMan can also be used in command mode (with no graphical interface)


Download :
http://www.ncc.up.pt/gpsman/
Contact :

Show other from the same categorie



  Columbia SIP User Agent
 
Columbia SIP User Agent (sipc)
sipc is a SIP user agent that can be used for Internet telephony calls, multimedia conferences, instant messaging, web browsing sharing and device control. It supports a range of media types, such as audio, video, text and white board, and can be extended easily to additional media types.
sipc can communicate with SIP redirect, proxy and registration servers such as sipd and other SIP user agents. It includes a user agent client which can send requests to SIP servers and a user agent server which handles incoming calls.
sipc runs on a range of platforms: Windows 95/98/NT/2000/XP, Linux and Solaris.


Download :
http://www1.cs.columbia.edu/~xiaotaow/sipc/index.html
Contact :

Show other from the same categorie



  TkEngine
 
Is an animated display of an internal combustion engine. There are 3 different types of engines that are selectable by holding down the mouse button. The 3 different types are Flat4, Inline4 and V6. The default is the Inline4. This program uses 3 animated gif images from an article on HowStuffWorks.com to display then engine in motion. The program also figures out the maximum frame rate for the images.


Download :
http://www.interq.or.jp/japan/s-imai/tcltk/tkengine.html
Contact :

Show other from the same categorie



  Scid
 
Welcome to the website for Scid ("Shane`s Chess Information Database"), a chess database application for Windows and Linux operating systems.



Download :
http://scid.sourceforge.net/index.html
Contact :

Show other from the same categorie



  Whim window manager
 
Whim is a window manager written in Tcl that utilizes Tk.
The event loop, placement, etc. are all in Tcl. A small C extension (pwm.so) provides necessary Xlib and Tk C function access.
Development of Whim was sponsored by Steve Redler IV of SR Technology.
A few features:
  1. reliable (new tests are added often)
  2. authors eat their own dogfood
  3. multiple desktops
  4. transient support
  5. scripting console
  6. tile support (looks great :)
  7. BSD license
  8. focus follows mouse
Plans for the future including new configurable options:
  1. taskbar for each desktop
  2. configuration panel
  3. menu system (xterm is the current means to start apps) ajb wrote some code for this...
  4. desktop applets
  5. Snap to grids, snap to screen edge, snap to adjacent window edge
  6. click to focus
Feel free to join in the fun, by sending patches or new design ideas.

Download :
http://mini.net/tcl/13972 http://www.xmission.com/~georgeps/implementation/software/megapkg/
Contact :

Show other from the same categorie



  TclMixer : SDL_mixer bindings for Tcl.
 
TclMixer extension brings SDL_mixer power into Tcl evirnoment. It allows to play multiple sounds at the same time using built-in software mixer. It supports following sound formats: WAV/RIFF, MP3, OGG, MID (midi), MOD (including standart MOD modules, but also S3M, IT, XM). There are basic effects implemented, which would be very useful, such as 3D sound positioning, stereo balance, fading in/out and sound source distance. All these goodies closed in well known, simple Tcl syntax. To make this extension work, end-user has to got installed SDL (in version 1.2.x) and SDL_mixer (in version 1.2.x).

Download :
http://scripts.one.pl/tclmixer/
Contact :

Show other from the same categorie



  tkdnd
 
Tk Drag & Drop: tkdnd is an extension that adds native drag & drop capabilities to the tk toolkit. It can be used with any tk version equal or greater to 8.4 and currently only the UNIX (X-Windows) and Microsoft Windows operating systems are supported. Under unix the drag & drop protocol in use is the XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME Desktops). Under Windows, the OLE drag & drop interfaces are used.

Download :
http://www.iit.demokritos.gr/~petasis/Tcl/
Contact :

Show other from the same categorie



  SnackAmp
 
SnackAmp is a multi-platform music player with normal music player abilities, multi-user support, integrated web server, and a powerful AutoPlaylist feature. Currently mp3, wav, ogg vorbis,and many other sound files are supported. SnackAmp also plays mp3 and ogg streams and can act as a Icecast/Shoutcast compatible server for other stream clients. Both auto-leveling (normalization) and gapless playback are supported. Tcl/Tk scripts and stand-alone executables (for Windows and Linux) are available from sourceforge.


Download :
http://snackamp.sourceforge.net/
Contact :

Show other from the same categorie



  TclMilter
 
michael.kirk...@gmail.com May 10, 1:25 pm show options Newsgroups: comp.lang.tcl.announce Followup-To: comp.lang.tcl From: michael.kirk...@gmail.com - Find messages by this author Date: Tue, 10 May 2005 17:25:56 +0000 (UTC) Local: Tues,May 10 2005 1:25 pm Subject: ANN: TclMilter 0.9 (initial public release) Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse TclMilter is a package for Tcl (written in C) that implements an interface to SendMail`s Milter (Mail Filter) API for developing custom scripted message rewriting and spam filtering processes. A thread-enabled Tcl build is required, and the package is provided under the GNU General Public License (GPL).
This initial public release is thought to be feature-complete, although documentation still needs to be written, but it follows libmilter`s own API fairly closely, so shouldn`t be too hard to figure out from the Milter API docs (http://www.milter.org/milter_api/index.html) and the included test suite.

Download :
http://www.muonics.com/FreeStuff/TclMilter/
Contact :

Show other from the same categorie



  tclpython
 
a Python package for Tcl:
This package allows the execution of Python code from a Tcl interpreter, as in:
package require tclpython 4
set interpreter [python::interp new]
$interpreter exec {print("Hello World")}
puts [$interpreter eval 3/2.0]
python::interp delete $interpreter
which outputs:
Hello World
1.5


Download :
http://jfontain.free.fr/tclpython.htm
Contact :

Show other from the same categorie



  tdcad
 
tdcad was written as an excercise for me to learn canvas widgets. It is not meant to replace any _large_ drawing package currently available. Most (90%) of the time, I wanted to draw some figs and need a coords of them, tdcad will provide me with it. tdcad get `sluggish` when dealing with > 10,000 elements. If the elements are sparse on the canvas, the scrolling mechanism will prevent some of the `sluggish` Remember, vector fonts contained many, many elements per character; don`t overuse it and you will be ok. The name tdcad is only a temporary name, as soon as someone come up with a nifty name, it will be replaced. How about Digital Canvas?
Here is the script dxf.tcl from Tcad 2.0b
http://wiki.tcl.tk/6577


Download :
http://smokeping.planetmirror.com/pub/hpfreeware/Tcl/tdcad-2.0b/tdcad-2.0b-ss-9.05.tar.gz
Contact :

Show other from the same categorie



  idtagviewer
 
The purpose is to (re)view or to edit/change id tags of [MP3] files of the id tag standard v1. It is possible to:
  • edit the id tags of a MP3 file by changing directly in the entry fiels of the id tags area (see 3.)
  • extract the id tags by a scheme from the path of a MP3 file (directory and filename)
  • change the case of the file name or the id tags of a MP3 file to the lower, upper case or to first char upper and the rest lower case
  • prepend the track number to and to strip it from a MP3 file
  • rename a MP3 file on the base of the id tags of this MP3 file
  • create playlists
  • show technical information from inside the MP3 file
In combination with a registration in the context menu of windows a good tool to manage id tag information of MP3 files.


Download :
http://wiki.tcl.tk/8698 http://82.168.209.239/hup/idtagviewer30.zip http://82.168.209.239/hup/idtagviewer30.tar.gz
Contact :

Show other from the same categorie



  uDraw(Graph)
 
Drawing graphs without the right tool is simply difficult. uDraw(Graph) automates this task for you. uDraw(Graph) creates your flow charts, diagrams, hierarchies or structure visualizations using automatic layout - much faster than with any standard drawing program. With the API, uDraw(Graph) can even be embedded in your own programs as a visualization component.
Version 3.1.1 of uDraw(Graph) is available for download! Versions for LINUX® (Intel®), Sun® Solaris® (SPARC®/Intel®), FreeBSD (Intel®), Windows® and for the first time Apple® Mac OS® X 10.3
Tcl/Tk is a programming language that is used by uDraw(Graph) for the realization of the user interface. uDraw(Graph) offers a Tcl/Tk interpreter that is accessible by the API. This interface can be used by application programmers to create their own application specific windows. The uDraw(Graph) Tcl/Tk interface is able to execute any Tcl/Tk 8.4 script in the same way as a "wish shell" (i.e. Tcl/Tk execution environment) can do.

Download :
http://www.informatik.uni-bremen.de/uDrawGraph/en/home.html
Contact :

Show other from the same categorie



  Tangram
 
Un jeu bien connu qui consiste à positionner des éléments colorés. Celui-ci affiche les exemples qu`il trouve dans le répertoire courant.

Download :
http://wfr.tcl.tk/971
Contact :

Show other from the same categorie



  inmemvfs
 
inmemvfs.tcl : A package that provides an in-memory virtual file system (requires Tcl 8.5 or later.)

Download :
http://www.eecs.umich.edu/~mckay/computer/inmemvfs.tcl
Contact :

Show other from the same categorie



  TkPNG : PNG Photo Image extension for Tcl/Tk
 
This package implements support for loading and using PNG images with Tcl/Tk. Although other extensions such as Img also add support for PNG images, I wanted something that was lightweight, did not depend on libpng, and which would be suitable for inclusion in the Tk core, as Tk does not currently support any image formats natively that take advantage of its internal support for alpha blending, and alpha antialiasing and drop shadows really go a long way toward beautifying Tk applications.
The package supports the full range of color types, channels and bit depths from 1 bit black & white to 16 bit per channel full color with alpha (64 bit RGBA) and interlacing. Ancillary "chunks" such as gamma, color profile, and text fields are ignored, although they are checked at a minimum for correct CRC.



Download :
http://mini.net/tcl/13760
Contact :

Show other from the same categorie



  OTcl and TclCL
 
OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for object-oriented programming. TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic, vat, rtp_play, ns, and nam. It provides a layer of C++ glue over OTcl.
It`s network protocols from stream audio, video.
OTcl have been created for the project: http://www.tns.lcs.mit.edu/vs/vusystem.html
TclCL (Tcl with classes) is a Tcl/C++ interface used by Mash, vic, vat, rtp_play, ns, and nam. It provides a layer of C++ glue over OTcl.

Download :
http://otcl-tclcl.sourceforge.net/
Contact :

Show other from the same categorie



  Alvaro`s Messenger : aMSN
 
aMSN is an free open source MSN Messenger clone, featuring:
  • Display pictures
  • Custom emoticons
  • Multi-language support (around 40 languages currently supported)
  • Sign in to more than one account at once
  • File transfers
  • Group support
  • Normal, and animated emoticons with sounds
  • Chat logs
  • Event alarms
  • Webcam support
  • History in color
  • Ability to autoclose the filetransfer window when it is finished
  • New plugins log window (Alt-P)
  • Plugins compatible with supported languages
  • Faster loading skin window
  • Skins in chatwindow
  • Resizable chatwindow bottom
  • When you add a new user, you can define in which group you want to add them
  • When a contact change status, the top of the chat window changes color ( green for away, grey for offline, etc.)
  • New panel GUI to alert when there`s a new aMSN version
  • Possibility to download the new release directly by aMSN
  • Automatically update language files and plugins from the web
  • New gui for deleting users (also possible to block on deletion)
  • Possible to add notes for each user (XML)
  • Support for MSN Mobile service
  • Tabbed windows so you can group conversations using tabs
  • Status is displayed inside a frame, so it won`t dissapear when you scroll
  • Display picture in notification alert (like MSN 7)
  • Statistics for history (logging)
  • Now possible to choose any state for your login status (before it was only possible to login invisible or online)
  • Timestamping



Download :
http://amsn.sourceforge.net/index.php
Contact :

Show other from the same categorie



Page 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37

You are the th to visit this page