| Thread | Last Post | Replies |
|
| Anchor/Justify of Tk::Tree items | 30 Jun 2004 23:00 GMT | 2 |
(AS Perl 5.8.3, WinXP, Tk 804.027) I've got a Tk::Tree in which root nodes are stack frame info, and the child nodes are variables within the stack frame. The children
|
| Help with binding. | 30 Jun 2004 19:54 GMT | 2 |
I have been reading up on perl/Tk binding and tags, and I am very confused. I am trying to experiment with different programs. My problem here is I would like to change the background screen color and move the block left and right. I think I need to use tags and binding
|
| perl form help please | 30 Jun 2004 18:22 GMT | 1 |
I have following not working it report that I have Can't find string terminator "STR" anywhere before EOF at init.pl line 50. Compilation failed in require at /s101/home4/sgiwedding/cgi/form.pl line 9. I can not find how to fix this as I really don't know anything about pearl
|
| which book is the best for the beginners to learn perl | 30 Jun 2004 11:13 GMT | 1 |
hi friends, Please kindly tell me which book is best for perl to the beginners and if you know any interesting links on the web please let me know
|
| Don't get Perl/Tk compiled on HP-UX 11.00 | 30 Jun 2004 01:20 GMT | 2 |
I'm having a hell of a time getting Perl/Tk (current version at this time, ie. 804.027) to compile on my HP-UX 11.00 server with Perl 5.8.3 from the HP Porting Center (http://hpux.connect.org.uk/ -> http://hpux.asknet.de/hppd/hpux/Languages/perl-5.8.3/).
|
| Hidden Canvas Window Objects | 29 Jun 2004 21:48 GMT | 9 |
If I create a canvas window object and set its state to hidden during creation, then the object is not visible, until I set its state to normal. Good. But, once the object is visible, I can not configure its
|
| custom file selection | 29 Jun 2004 01:36 GMT | 1 |
I created a custom file select box, but am having problems with it. Whenever I need to open a file, a call a method called &FileSelection, that creates a new toplevel window that looks like a FileSelect box, with the ok, cancel buttons, and two listboxes for dirs and files. the ...
|
| active index in a Listbox | 28 Jun 2004 14:11 GMT | 1 |
is it possible to retrieve the active index in a listbox, instead of the associated string? Klaus Schilling
|
| notebook widget deleting pages | 27 Jun 2004 06:20 GMT | 1 |
When i delete a page in the notebook widget, it automatically raises the first page in the notebook. How to do i make it raise the previous page. I started using a counter that is the last page number and when i delete, i raise the page that is that counter-1, but that ran into ...
|
| Fonts still in cache on exit causing core dump | 27 Jun 2004 06:19 GMT | 1 |
I am experiencing occassional (random?) core dumps upon exiting an Perl/Tk (804.026) application on Solaris. Messages are posted regarding that named fonts that I had been using are still in cache. I use fontCreate and fontDelete just before an after I need fonts--so cache should ...
|
| FileSelect | 27 Jun 2004 06:16 GMT | 1 |
Does anyone know how to filter out the files and directories that start with a dot in a fileselect dialog
|
| Re: Text over button widget | 25 Jun 2004 09:29 GMT | 3 |
On Jun 23, 2004, at 7:12 PM, Golgi ! wrote:
>> why not open the gif in photoshop and put text on the image using T >> tool john larson |
| HELP!!! | 24 Jun 2004 21:57 GMT | 1 |
I am trying to display two separate images, one for each iteration of a "for" loop. The second image is displayed twice. I think I may be packing the widget at the wrong time. Below is the code. Any suggestions? $Frames[0] = "file1.gif";
|
| problem with button command arguments | 24 Jun 2004 19:24 GMT | 1 |
I am trying to list items from a database and allow the user to change the status of individual records by selecting radio buttons and then hitting a button to submit, then have the notebook page refresh. The page initially lists the data correctly, but when I hit the button, it ...
|
| Using the -in option with grid | 24 Jun 2004 15:27 GMT | 2 |
Today I am trying to create a grid with visible frames around selected subsets of the gridded widgets. For lack of a better idea :-), I am trying to do this by inserting a Frame between the would-be grid-master and its would-be grid slaves, and specifying e.g. "-in =>
|