Topic: Tcl Tk Forum
Answers to Common Questions
How to Make a tk Forum
According to Oxford Dictionaries, a forum is "a meeting or medium where ideas and views on a particular issue can be exchanged." A forum online is an Internet message board where people share their opinions on a specific topic. Forumtk is a... Read More »
Source: http://www.ehow.com/how_6932288_make-tk-forum.html
How To call C APIs from TCL TK
Well for some more information. That stuff is very well documented in Practical Programming in Tcl and Tk. Here is a very simple example of some extension to Tcl which you can load with load name_of_the_build_library and then you can call f... Read More »
Source: http://www.experts-exchange.com/Programming/Languages/Scripting/T...
What does TCL/TK stand for?
Tool Command Language/Tool Kit Read More »
Source: http://acronyms.thefreedictionary.com/TCL%2FTK
Answers to Other Common Questions
if you know the tcl/tk file, you simply can add at the beginning something like: option add *Font 7x13 Read More »
Source: http://www.experts-exchange.com/OS/Linux/Setup/Q_24977879.html
Hi Manohar, Find out if 'wish' is on your system and, if so, where with this command: whereis wish It should return something like: /usr/bin/wish You may need to adjust your PATH in .bash_profile to look wherever wish is located. If you ne... Read More »
Source: http://en.allexperts.com/q/Unix-Linux-OS-1064/2008/6/run-tcl-tk-t...
Unfortunatly I just know of one other useful tool for Tcl/tk development it's tkDebugger or the like. AFAIKT the only other alternaative are Komodo http://activestate.com/komodo/ but you've to pay for it. And ActiveTcl Pro Studio but again ... Read More »
Source: http://www.experts-exchange.com/Digital_Living/Software/Microsoft...
try rhis http://www.adel.nursat.kz/tkapg/index.shtml Read More »
Source: http://www.experts-exchange.com/ITPro/Networking/Misc/Q_21466574....
Here are a couple: http://hegel.ittc.ukans.edu/topics/tcltk/tutorial-plugin/ http://www.decus.org/decus/papers/tcl.html -Tony Read More »
Source: http://www.experts-exchange.com/Q_10020339.htm
pack [button .b -text "New Window" -command {toplevel .new}] Read More »
Source: http://www.experts-exchange.com/Q_20242626.htm
Assuming that you have a pressing need to call Tcl from Perl/Tk then one "official way" to so would be via the ->send() and the ->Receive() methods. It is also worth noting that you can still have access to a complete Tcl script from perl v... Read More »
Source: http://www.querycat.com/question/7b1478a5be63cdf9f8079b5b22be7af7
Want A Personal Answer?
728,242 people are answering.
About - Privacy - AskEraser - Advertise - Careers - Ask Blog - iPhone - Android - Help - Feedback ©2012 Ask.com