Omgili - forum search, search forums  
  

Discussions about "tcl tk"

Displaying 1 - 10 out of 1,659 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
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::Tk (which hasn't been updated since 2007, and whose author seemingly ...
Started by on , 3 posts by 3 people.  
Tkx was developed by ActiveState the impression of abandonware....
The difference is in the API they present to Perl .
Under the hood both Tcl::Tk and Tkx use the Tcl module as a bridge to Tcl/Tk.
Win32 and this was about 5 years ago.
I'm now in love with Tcl/Tk because of the flexibility and easy way to do the things, but I like to learn by books, then I want some book recommendation to learn.
Started by on , 3 posts by 3 people.  
The former also was co-authored by the creator of Tcl... .
These are probably the two best out there, I own both of them, and they are both pretty much equally useful, though the former's 2nd edition was published just last year, and the latter back in 2003 .
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 output piped to the text widget. If you have other nice and clean examples...
Started by on , 5 posts by 5 people.  
I.e I'd like it to scroll as the command is outputting #!/usr/bin/wish proc push_button {} { put_text .main see end } proc put_text {} { set f [ open "| date" r] while {[gets $f x] >= 0} { .main insert... .
I can give a start...please suggest improvements.
Ask your Facebook Friends
With the following Tcl script, the entry widget will not accept input. It appears but is unresponsive. pack [entry .a] -padx 15 -pady 15 tk_messageBox -message {test} If I comment out the tk_messageBox line, then the entry widgets works fine. What causes...
Started by on , 5 posts by 5 people.  
I tried the 3 line tcl/tk example with tclkit 8.5.8 on windows xp.
Hope it helps.
And grab commands.
I've got a Tcl/Tk window with an entry box in which I'd like to force upper case character entry. That is, if any letters are typed I'd like them to appear in upper case in the entry field, instead of simply rejecting any lowercase input. I've looked ...
Started by on , 3 posts by 3 people.  
However you can turn it back on afterwards: entry .message -validate key -validatecommand { .message insert %i [string... .
If you set a new value for your entry within your validation command, validation is turned off (presumably to prevent an infinite loop) .
Hi, One of my modules at university next year is going to involve programming in Tcl tk, I was wondering where to find the best resources and information about the language, so that I am well prepared. I'm currently looking on this site which is pretty...
Started by on , 8 posts by 8 people.  
Effective....
Practical Programming in Tcl and Tk (Welch) - The other book on Tcl/Tk on this book.
Useful are: Tcl and the Tk Toolkit (Ousterhout) - The book on Tcl/Tk, and probably the one you're by the originator of the language.
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, and compatible with embedded databases that are also compatible with many ...
Started by on , 3 posts by 3 people.  
You....
For this example I'll assume you're creating an application for the same platform you are running on .
You also need a "basekit", the executable that will be wrapped with your tcl code .
To build a starpack you need a) a tclkit runtime, b) sdx.kit .
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 counter any objections to this technology. Below are the pros as I see ...
Started by on , 5 posts by 5 people.  
It's not perfect.
One, it's pretty easy to develop working prototypes in very short nature of your program it's hard to say why Tcl/Tk might be the right solution for you.
Tcl/Tk excels at several things.
I'm using TkCVS as the GUI front-end for a CYGWIN CVS client, on a Windows XP machine. It's a good compromise, since on my Linux machine I'm also running TkCVS (the same machine running the CVS server, BTW...). I'm interested in replacing the diff utility...
Started by on , 3 posts by 3 people.  
You usually have to write a wrapper for your ... .
Yes, by changing cvscfg(tkdiff).
Can I use a diff tool other than tkdiff with tkcvs? A .
From a tkcvs faq : Q4.
What about just using the cvs diff command? Or download the cvscommand plugin module for vim .
On Tue, 16 Oct 2007 14:52:20 -0300, Felipe Sateler <fsateler@gmail.com> wrote: Francesco P. Lovergine wrote: > The new policy tries to be as much as possible backward compatible, but > there is at least an aspect which will introduce ...
, 3 posts  
Answer Snippets (Read the full thread at omgili):
Tcl/Tk developers should > > refer to possible issues with their own extensions building, > is a pkgIndex.tcl still required? No, the Tcl/Tk packages which comply to this policy aren't, > > is a ....
Situation.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
Tcl Tk    what version Tcl and Tk comes with Mac OS X Leopard   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost