[tcltk-perl] Simple Tcl-Tk experiment with BLT
Brought to you by:
hobbs
From: Vadim K. <va...@ar...> - 2004-04-18 16:50:48
|
I was pleased to notice that once BLT is installed (project BLT on sourceforge.net site) it is extremely easy to manipulate from perl with perlTk syntax. That is, although gaining perlTk compatibility is easy and not completed, but Tcl::Tk module is complete enough to create new applications with this approach, like Jeff already mentioned. Screenshot is at http://home.peterstar.net/vkonovalov/BLT-tests/btl-test.jpg http://home.peterstar.net/vkonovalov/BLT-tests/btl-test.pl.html (There exists a small problem - BLT widgets typically invoked as blt::graph, and either "import blt::*" should be used, or there could be a conflict in widget names, but it is really easy to work aroud). I'll try creating some explanations for publishing demos to web, but I am extremely slow on this. And homepage on SF is not ready for web publishing yet? Best regards, Vadim. |