wolfpp25
Yes currently im trying to develop GUI application using Perl TK with MySql support, basically im using HTTP as interface to the site’s users “CGI module”, which I have no problem with, and as administrative interface im using window application developed by perl “Tk module”. The idea is to take some data from Mysql database and display them as table, I know how easy this can be by using the GUI, where u only need to put a table in while loop along with the fetched rows, but in perl TK, its quite difficult, Coz u cannot imbed table in the while loop, so I had to use an advanced widgets such as tk::HList, as table to display mysql data on, but I just couldn’t make it, I tried to get around it by making a dynamic sub that generate how many rows and columns, but there is no luck.
I tried to search in the Internet but there is no such as issue. So far!
I hope it’s clear enough! And I would appreciate any ideas.
Thanks,
I tried to search in the Internet but there is no such as issue. So far!
I hope it’s clear enough! And I would appreciate any ideas.
Thanks,