ActiveState Powered by ActiveState

ActiveState Community


Making Perl TK look modern

Posted by moggs on 2008-04-04 17:02

I've developed a short program in Perl/Tk but can't help thinking it looked outdated.

Is there anyway to make the buttons, tabs and other widgets look like the default OS ones, such as XP?

Just wondering! Thanks.

stinkingpig | Sat, 2008-04-05 10:57

It's best to use Win32::GUI instead. There's less documentation than for Tk, but the end result looks a lot better.

bcorfman | Mon, 2008-04-07 09:28

Anthony | Wed, 2008-05-14 07:36

Tkx is what ActiveState use for the PerlApp interface. I think Tkx is an excellent alternative to Tk. It's cleaner and prettier and the porting is relatively easy. The problem is that few other people are using it. If you have a problem implementing something, you have to either read the Tk manual and figure out the conversion, read the Tcl manual and figure out the conversion, or just test...test...test.

-->