| Thread | Last Post | Replies |
|
| Running perl in html | 31 Jul 2004 00:55 GMT | 4 |
Anyone have any idea how to run perl scripts in html? I want to create a script that makes dynamic tables but I can't get it integraded with the html code. I also have an existing perl script I want to implimanet but can not because of the problem I am having. Any help would be ...
|
| Win32: Tk window (not) always on top | 30 Jul 2004 19:04 GMT | 3 |
there's been a discussion by Ivor Williams, Vadim Konovalov and Slaven Rezic on this list about keeping a toplevel or main window always on top of others. The solution was Win32::API->new("user32","SetWindowPos",[qw(N N N N N N N)],'N')->Call(hex($tl->frame()),-1,0,0,0,0,3);
|
| Redraw listbox again | 30 Jul 2004 15:37 GMT | 5 |
Sorry Marc, but I couldn't get your code to work either. Can someone look at this code and tell me why it works in one instance and not the next? This works.
|
| Komodo GUI Editor and _very_ few widgets? | 30 Jul 2004 14:40 GMT | 3 |
I'm using Komodo GUI editor to make my perl guis. Now I just wondered, if there are only 14 TK widgets and 6 perl widgets avail. This renders Komodo's GUI editor useless. Any idea of other widgets to integrate to Komodo?
|
| redraw listbox, should be part of FAQ | 29 Jul 2004 16:22 GMT | 5 |
I haven't found much about redrawing listboxes at all. I need to redraw a listbox from a bind event in another listbox. Listbox.pm seems to have a method, but I can't figure it out. Mark Porter
|
| OT: RFC: Namespace for QuadTree module | 29 Jul 2004 05:23 GMT | 1 |
Somewhat off-topic. I've had a module called QuadTree.pm lying around for a couple of years and now want to CPANify it. It basically implements a quadtree algorithm and I initially implemented it to speed up some Canvas look-up
|
| Table in DialogBox and Tab Order | 27 Jul 2004 20:37 GMT | 1 |
I have a DialogBox, which contains a Table with scrollbar which contains about 100 different Entries. Formerly, I did not use this Table, as there were less Entries and it was very convenient, to just "tab" from one to the next widget using the
|
| Tk and binding | 27 Jul 2004 20:32 GMT | 1 |
I have been reading up on Tk canvas and they mention binding and tags. I am really confused at the explanation. How would I create a square on a canvas and move it left and right usings 2 buttons.
|
| Unable to modify some widget parameters | 27 Jul 2004 20:13 GMT | 1 |
When the code below is executed, I would expect the Text widget to be green, since that is what I specified as its -background. But instead, its color remains unchanged. I am running Perl 5.8.4 on WinXP. Any thoughts as to why the color doesn't change is greatly appreciated.
|
| Saving and restoring canvas | 27 Jul 2004 20:10 GMT | 4 |
All, I'm looking for a package or code that implements saving and restoring a canvas. If it saved in an ASCII format, so much the better. I've done a bit of searching, but I guess I can't find the right key
|
| looking for tk-programs ... | 27 Jul 2004 19:56 GMT | 15 |
Because examples are the best way to learn new things IMHO, and because i'm just curious what other people have made using pTk so far, i'm looking for some tk-programs, made something with pTK ? don't hesitate to tell me about it :)
|
| Perl / Tk error when running script | 27 Jul 2004 19:49 GMT | 1 |
Wondering if this error message is familiar to anyone of you: unknown option "-class"bad state value "": must be normal or disabled at /usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Tk/Widget.pm line 180.
|
| Perl/Tk MySQL editing | 27 Jul 2004 19:38 GMT | 1 |
Hi, all, is there a good code example or module which lets admin users edit MySQL databases using Perl/Tk? Sincerely
|
| Tk::ExecuteCommand Inquiry | 27 Jul 2004 19:30 GMT | 3 |
I'm looking for something similar to Tk::ExecuteCommand that would do exactly what this module does except instead of running a command, would run a portion of code. I've searched the Groups, FAQ, and read through Mastering Perl/Tk but
|
| Perl/Tk and "Uncaught exception" | 27 Jul 2004 19:30 GMT | 2 |
Hello, all, my Perl/Tk program delivers some "uncaught exception from user code" error message when an error occurs within a "system()" statement. An error number (such as 51456) is delivered.
|