| Thread | Last Post | Replies |
|
| How to run this program | 30 Nov 2006 17:55 GMT | 3 |
I just copy & paste the code from http://www.perlmonks.org/index.pl?displaytype=print;node_id=351865, save as a.pl, the run with: perl a.pl
|
| Hlist Selection | 29 Nov 2006 14:30 GMT | 1 |
Can we give default cursor selection for Hlist...means whether we selected or not selected an item in hlist,it must be defaulty select the first item..........................can we do that................. Lakshmi Nagandla
|
| Is there any GUI to design GUI using perl/tk (like qt designer, glade) | 29 Nov 2006 08:18 GMT | 4 |
Is there any GUI tool (like glade for gtk and desinger for qt) for designing the GUI using the perl/tk. Thanks Aravinda B
|
| Tk::Zinc Docs | 28 Nov 2006 22:07 GMT | 7 |
Does anyone know of a good book on using Zinc, or perhaps a tutorial? I have already read through ZINC_refman3.3.0.pdf but that created far more questions than it answered.
|
| I use TK to show some chinese web page, I get nothing,why? | 26 Nov 2006 22:25 GMT | 6 |
In the following problem, I use TK to get a page and show it, but I get nothing when I use it on a chinese web page, and it can get some thing for a english based web page, why? I think it may the the "FONT" problem, but I do not not how to
|
| Adding Items in hlist............ | 22 Nov 2006 16:54 GMT | 1 |
how can we add an item in hlist after cursor selection.means if 5 items r there in hlist and now my cursor is at 3rd position..i need to add a new item at 4th position................how can we do that...........
|
| Desktop shortcut disables TK console (Linux) | 22 Nov 2006 14:41 GMT | 2 |
If I execute my perl TK program using the Linux (Fedora Core 5) command line, the program displays a console which is what I want and expect. However, if I create a desktop shortcut to the TK program, when executed with that shortcut, the program runs fine but does not display
|
| how to bind key | 20 Nov 2006 20:29 GMT | 11 |
I can to bind key combination ALT + 1 and can't find solution. What is the right syntax?
 Signature Petr Vileta, Czech republic
|
| Problems with Gnome 2.10 | 17 Nov 2006 11:49 GMT | 5 |
I am in trouble with Perl-Tk applications with Gnome 2.10 ( Mandriva 2006 ). I run just the minimal PTk script ( just a single MainWindow application ), I start the application, it works alright, but as soon as I try to interact with Gnome menus, or start eog, gedit, etc... the
|
| RFC: proposed Tk::DiffText megawidget | 16 Nov 2006 21:48 GMT | 6 |
I recently contributed a patch to tidyview to allow it to preview Perl::Tidy changes as colorized diffs. Leif Eriksen (tidyview's author) suggested making the functionality available as Perl/Tk megawidget. I thought that was an interesting idea and have started work on it, but
|
| JComboBox Beginner's question | 16 Nov 2006 20:44 GMT | 5 |
I really have looked at the Perldoc and done searches on google and this group. I have this really BASIC question about using JComboBox. <code>
|
| Deep hooks into widgets needed | 16 Nov 2006 19:18 GMT | 1 |
I'm trying to add functionality to Tk::DiffText but find myself wanting more information from widgets than they seem to provide. I suspect that some of this occurs in Tk itself and isn't visible from Perl, but I thought I'd pick the collective consciousness and see if there are any
|
| Listbox Question | 15 Nov 2006 23:11 GMT | 3 |
Ok, i am trying to use a listbox, but i seem to run into a snafu or sorts.
>From the book that i have, the only way to get what was selected is by using curselection()
|
| Error Using Tlist | 15 Nov 2006 23:08 GMT | 3 |
I am trying to use Tlist but i get this error: Assuming 'require Tk::Tlist;' at C:\DOCUME~1\BOBANA~1\LOCALS~1\Temp\dzprltmp.pl line 742 Tk::Error: Failed to AUTOLOAD 'Tk::Widget::Tlist' at
|
| Question about moving pre-existing tk installation to new linux computer | 15 Nov 2006 23:06 GMT | 2 |
I sort of crashed my Ubuntu installation. I have not lost my personal files but I had to reinstall Ubuntu Linux. I still have access to my previous installation´s home directory and also the other partitions by mounting the old harddrive as a second drive.
|