Code Comments
Programming Forum and web based access to our favorite programming groups.I have learning perl/tk and I have ordered mastering perl/tk. learning tk is good, it gave me an introduction to making guis. It is also a good refrence for widgets. I am wondering if there are any good resources for learning how to make useful interactive guis. for example, I tried to write a demo program to change the color of objects on a pallet. I also have a role-playing game I wrote in perl and I would like to create graphics and a gui for this game.
Post Follow-up to this messageJoe wrote: > I have learning perl/tk and I have ordered mastering perl/tk. learning > tk is good, it gave me an introduction to making guis. It is also a > good refrence for widgets. > > I am wondering if there are any good resources for learning how to make > useful interactive guis. for example, I tried to write a demo program > to change the color of objects on a pallet. I also have a role-playing > game I wrote in perl and I would like to create graphics and a gui for > this game. Mastering Perl/Tk is the definitive reference. You'll do yourself a favour by buying it. Other resources, in no particular order: - Archives of comp.lang.perl.tk. - The demo that comes with the Perl/Tk installation. Just type 'widget' at your command prompt. - www.perltk.org --Ala
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.