| Thread | Last Post | Replies |
|
| Sophisticated Table? | 30 Dec 2004 11:04 GMT | 2 |
i want to write an application where i need a Table to display some values. The table should display a list of objects, so to say, a column for each attribute of the object.
|
| ->coords vs ->bbox | 29 Dec 2004 16:58 GMT | 8 |
can ->bbox('tags') be relied on to be identical to ->coords when 'tags' refers to a single item? ( because otherwise for what I want,
|
| How copying a file in a remote server to your own site | 29 Dec 2004 15:39 GMT | 1 |
Using perl how do you write a script to copy a remote file into your own site. In my situation want to copy a rss feed from http://remoteserver/news.xml for example. Marcos
|
| Keeping listboxes separate | 28 Dec 2004 02:41 GMT | 4 |
I am new to using the Tk extension to Perl. In the following code I have 3 ListBoxes inside a DialogBox widget. I want to be able to select one item from each list box. But the code I have acts as a radiobutton to the items of all 3 lists collectively. In other words, when I ...
|
| Linux Perl-TK -> Win32 Perl-Tk | 26 Dec 2004 20:30 GMT | 3 |
I've got an app that I wrote in Perl-Tk for Linux (Redhat) that I would like to run on my Win32 laptop. I am not interested in dual-booting this laptop but would like to get the app up an running.
|
| New AS 5.8.6 and Tcl::Tk | 26 Dec 2004 03:31 GMT | 7 |
Is Tcl::Tk included with this one? If I look at the modules tests page (TclTK 0.75; I think is the right one). It is only failing because of a Tcl dependency. Isn't that the point! :-) I am on Windows (does Tcl::Tk work on OSX?) and need a PPM for it to try it
|
| Checkbutton | 25 Dec 2004 10:42 GMT | 1 |
I am new to Perl/Tk although I have been working on Tcl/Tk for some time now. I was wondering how to get the status of a checkbutton. In Tcl/Tk I do this by... checkbutton .chk -text "Box" -variable var
|
| Checkbutton | 24 Dec 2004 21:34 GMT | 1 |
I am new to Perl/Tk although I have been working on Tcl/Tk for some time now. I was wondering how to get the status of a checkbutton. In Tcl/Tk I do this by... checkbutton .chk -text "Box" -variable var
|
| how to search documentation | 24 Dec 2004 07:57 GMT | 7 |
There was a post recently, which used the setPallette method. It was used like this "$lb->setPallette" Now "perldoc listbox" showed nothing, and
|
| [ANNOUNCE] Codepage.pl | 22 Dec 2004 22:34 GMT | 1 |
Codepage provides a display of Unicode codepages and codepoints. It is written in Perl/TK and can be acquired from: http://backpan.cpan.org/authors/id/C/CH/CHRISJCRA/ It is similar to Babelmap but provides more/less features. I have been
|
| Toplevel-Widget under WIN32 | 22 Dec 2004 18:41 GMT | 2 |
is there any possibility to deactivate the Buttons for Minimize and Resize in a toplevel ?? Thanks
|
| Hold a window always on top | 22 Dec 2004 12:15 GMT | 2 |
is there any possibility to hold a Perl/Tk Window always on top under Win32 ??? Thanks
|
| listbox & colors | 22 Dec 2004 12:11 GMT | 3 |
I want to display a listbox so that when you click on a color it will change the palette color. #!/usr/local/bin/perl use lib "/usr/local/lib/perl5/site_perl/5.6.1/PDE_PARA/lib/sun4-solaris/";
|
| dialog word wrapping lines | 21 Dec 2004 04:04 GMT | 2 |
I have a simple dialog pop that is word wrapping my lines. Is there an option to force dialog pop NOT to warp the lines? my $mpd = $mw->Dialog( -title => 'DATA RESULTS By Jerry Preston',
|
| Anyone try running Insight/gdbtk thru tcl2perl ? | 20 Dec 2004 16:44 GMT | 6 |
Has anyone attempted to run Insight http://sources.redhat.com/insight/index.html thru tcl2perl ? I've built an IDE for database development that I'd like to integrate C/C++ and Perl debuggers into;
|