10
votes
11answers
778 views
Hidden Features of TCL/TK
I've been working with TCL/TK ,recently started to use TCL/TK with my automation applications and I'm hungry for knowledge.
To continue with the long line of Hidden Feature questi …
5
votes
2answers
174 views
The Simplest Steps to Converting TCL TK to a Stand Alone Application
Hello:
After running into major compatitiblity problems with C#, ASP.NET, MS Access, Linux, and Mono, I've decided to program in a language that is cross-platform, open source, an …
5
votes
4answers
603 views
How can I enhance the look of the Perl/TK GUI under Perl 5.004?
I have an application that is built to work on Windows, Linux, and Solaris that uses the Perl/TK GUI. Due to constraints, we are limited to Perl/TK only. Moreover, we are limited t …
4
votes
2answers
308 views
Should I use Perl/Tk, Tcl::Tk or Tkx for a Perl GUI?
I really like Perl/Tk, but have come to the opinion that it's DOA. I think Tcl::Tk and Tkx are better solutions. Assume I drop Perl/Tk. Is the "most supported" route to go with Tcl …
3
votes
1answer
57 views
What do the various Tk cursors mean?
My Google-fu is failing me. Please, consider the following:
http://tcl.activestate.com:8000/man/tcl8.4/TkCmd/cursors.htm
Some of the cursors I understand easily enough, "watch" te …
3
votes
4answers
232 views
Pros and cons for prototyping a desktop app with Tcl/Tk
I've begun prototyping a desktop app with Tcl and intend to present the idea to some venture capitalists. Neither desktop apps nor Tcl are in vogue and so I want to be prepared to …
3
votes
7answers
2k views
Why are Tk GUI’s considered ugly?
Tk GUI's seem to be universally considered ugly, but I'd like to know why specifically. Some in the Tcl/Tk world would argue that this is a moot point as there is much better sup …
3
votes
4answers
1k views
Tcl/Tk examples?
Tcl/Tk is a simple way to script small GUIs.
Can anyone give a nice example with a button and a text widget. When the button is pressed should a shell command be executed and the …
3
votes
2answers
432 views
How do I display an image with ltk?
I have written code to read a windows bitmap and would now like to display it with ltk. How can I construct an appropriate object? Is there such functionality in ltk? If not how ca …
3
votes
1answer
117 views
How to know whether a window with a given title is already open in Tk?
Hi,
I’ve writen a little python script that just pops up a message box containing the text passed on the command line. I want to pop it up only when the window —resulting from a p …
2
votes
6answers
61 views
Create a Fully Featured Environment For Tcl/Tk Development Under Windows
I'm now learning Tcl/Tk, but as I'm running Windows, I want to create a fully featured(professional) development environment for this language, but I need to know:
Which tools I …
2
votes
1answer
80 views
Steps to Create A Tcl Starkit on a Windows Platform
Hello:
I am trying to figure out the basic steps to creating a Tcl starkit in Windows. I've asked a similar question before, as well as purchased a book on Tcl programming, visit …
2
votes
2answers
252 views
Why are all the tk examples in a Python distribution written in TCL?
Now don't get me wrong, I'm not exactly a Python fan, but when you see a Tk directory inside of the python directory you kinda expect... Well Python. And yeah, I get that Tk came …
2
votes
1answer
77 views
How to undersand the POE-Tk use of destroy?
Here is some test code to illustrate my problem;
use Tk;
use POE qw( Loop::TkActiveState );
use Tk::Toplevel;
POE::Session->create(
inline_states => {
_start => \&ui_s …
2
votes
2answers
73 views
Is there a way to use gridRowconfigure in Perl 5.004/Tk 400
Before you ask, "Why are you using that old version of Perl?", it is out of my hands. I have to use the tools available to me for this project. My question is does anyone know if …
