in reply to Re^2: close (unpost) Tk::Menu widget on mousbutton release
in thread close (unpost) Tk::Menu widget on mousbutton release

Ha ha. Yeah, blame Tk, and threaten to use something else. They always come back :-) Why not blame Microsoft, and threaten to dump them? Things are always harder to do on Win32.

Tk make doing most things very easy, so for 95% of all projects, it's easiest to do in Tk. I was getting fed up like you, thought, " yeah I'll switch to Gtk2", then I find out that Gtk2 has it's share of problems, and while it gives you alot of control, you spend much more more time setting up and figuring out the signal chains. Then try to figure out settings colors in Gtk2..... it's so easy in Tk. So "6 of one, half dozen of the other".


I'm not really a human, but I play one on earth. flash japh
  • Comment on Re^3: close (unpost) Tk::Menu widget on mousbutton release

Replies are listed 'Best First'.
Re^4: close (unpost) Tk::Menu widget on mousbutton release
by ldln (Pilgrim) on Apr 19, 2006 at 01:12 UTC
    I love to use Linux all the time, but I'm bound to too many apps on win32 that I don't have time to relearn on another platform at the moment.

    zentara, u ever work with Tcl::Tk? If so: 1)What do u think about it? 2)Do we have to fiddle around with Tcl-code to get stuff to work? and 3)can we use all widgets from Tcl, for example Tkhtml (looks wonderful)? 4)Does this package have problems with memory leaks? 5)Does it work well on windows?

    If u can't answer them, maybe courage can?

    Also, anyone know when next release of perl/Tk is arriving? I've hardly seen Nick or Slaven in the Tk newsgroup these last few months?!

      I havn't used Tcl/Tk. Since Perl/Tk is derived from Tcl/Tk, I would assume that they are quite similar, except for the Tcl syntax. There is an ongoing argument going on in comp.lang.perl.tk about whether the Perl/Tk is better than Tcl/Tk, the argument being that Tcl is the original source, so there are bound to be glitches in the conversion. The response of course, is that Perl/Tk is better because it's Perl, not Tcl. :-)

      The releases of Perl/Tk always lag behind the latest release of Tcl/Tk. I think that Tcl already at the 8.5 level(still classified as devel), where Perl/Tk is still at 8.4

      Nick and Slaven are always lurking in comp.lang.perl.tk but they are selective in what questions they answer, leaving most simpler stuff to others to answer. They are there.


      I'm not really a human, but I play one on earth. flash japh
        Note that I meant Tcl::Tk, the perl module from CPAN, which is supposed to make it possible to use the Tcl/Tk package with perl/Tk syntax.