| Thread | Last Post | Replies |
|
| Can't get Tk-804.026 to install on Solaris 2.5/2.6/2.8 | 31 Mar 2004 23:17 GMT | 2 |
I'm having a really hard time getting Tk-804.026 to compile on Solaris (and hpux 11). I did get it to compile on mac os X and linux though. I've tried with various combinations of versions of gcc and cc and perl without any luck. Tk-804.025 (beta16?) compiles with no issues
|
| Array from a string. | 31 Mar 2004 19:09 GMT | 2 |
Guys, I've written a nice little script, and it gets it's array of data from the command line arguments. If you enter something like this: myscript.pl one two "three four" five
|
| Using Canvas to plot 3D surface | 31 Mar 2004 18:40 GMT | 6 |
Does anyone know of a Perl Tk program that will take a set of (x,y,z) data points and plot them on a surface (perhaps with a Canvas widget)? Thanks
|
| Big binding problem | 31 Mar 2004 06:37 GMT | 14 |
I have major difficulties with binding mousewheel events for canvas. I use active state perl 5.6.1 on windows xp. Using the following code, the mousewheel event is never triggered. I really need this binding to work, and reading past issues on the
|
| update display during callback | 31 Mar 2004 04:47 GMT | 3 |
I'm trying to create a Perl-tk script that has one top-level window. Inside this top-level window I have (among others)a Hierarchial List widget and a Progress Bar. I want to set it up so clicking on one of the items in the List will
|
| Segmentation-Fault in Tk::Listbox | 30 Mar 2004 14:31 GMT | 5 |
I'm using Tk 800.025 on a Redhat 9 system and I'm getting segmentation-faults when using Tk::Listbox. For several reasons, I would like to fill the Listbox in groups of data instead of all data at once. When I call afterwards
|
| switching from read write to read only | 30 Mar 2004 10:55 GMT | 1 |
I am working with a 'TextUndo' widget. used as a small editor And I want to alows the user to switch (with a radi button) from a read only mode to a read write on.
|
| Problem with Tk::Canvas postscript (again) | 27 Mar 2004 14:46 GMT | 6 |
--==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Transfer-Encoding: quoted-printable
|
| [ptk] version of Tk::DragDrop::KDEDrop | 27 Mar 2004 12:25 GMT | 1 |
Not sure if it is important, but I ran "cpan r" today and saw this. Seems to me that the latest version of Tk::DragDrop::KDEDrop should be in Tk-804.026 . May be nothing, but figured I should mention it.
|
| window always on top | 27 Mar 2004 04:47 GMT | 2 |
I wirting tk/tcl/perl, and create a window. I need to make the window always stay on the top. Thus, anyone open a new window, it will not cover it up. Does tk/tcl support this function. If it does, would
|
| Where'd the maximize icon go? | 26 Mar 2004 23:08 GMT | 6 |
I've recently updated my box to KDE 3.2.1 and Perl/Tk 804.026 and noticed that none of the Perl/Tk applications has got a "maximize window" decoration icon anymore. They still got both a "minimize" and a "terminate" decoration, but
|
| [ANNOUNCE] Tk::Win32RotLabel | 26 Mar 2004 22:40 GMT | 3 |
After struggling with the win32 api, and hours of trial and error, I believe I found a (quasi)stable solution to the label rotation problem under win32. Making its way to a CPAN near you is Tk::Win32RotLabel. It accepts all
|
| ActiveState Perl and Perl/Tk | 26 Mar 2004 15:58 GMT | 3 |
I am running ActiveState Perl under Windows ME. The Tk package no longer seems to be available from Active State. It does not show up on running ppm>query, although all sorts of more specific packages with Tk in their name do.
|
| Re: (fwd) Re: Disappearing adjustable frame | 26 Mar 2004 01:13 GMT | 1 |
On Mar 25, 2004, at 6:52 AM, lusol wrote:
> -- forwarded message -- > Path: > Lehigh.EDU!newsread.com!newsprint.newsread.com!prodigy.com! |
| perl tk window with no taskbar item | 25 Mar 2004 05:41 GMT | 1 |
I have a Tk problem. but it can also be a win32 problem. how do i get the $mw, main window showing, without the item showing up in the task bar.
|