| Thread | Last Post | Replies |
|
| Problem with geometry | 31 Jul 2005 22:26 GMT | 5 |
In the program,I write : ---------------------- use Tk; use constant LGUEUR => 400;
|
| Tk-804.027 fails to build on Win2k/Cygwin | 28 Jul 2005 11:31 GMT | 1 |
$ perl -v This is perl, v5.8.7 built for cygwin-thread-multi-64int --- $ make
|
| dynamic canvas text manipulation | 27 Jul 2005 20:29 GMT | 7 |
Looking for some advice. I have an application in Perl Tk that requires mirrored text. I've played with the scale method on the canvas and it works beautifully with a scale factor of -1 for every object on the canvas, including the
|
| How to set Optionmenu default? | 26 Jul 2005 04:25 GMT | 5 |
Unfortunately, "Mastering Perl/Tk" has little to say about Optionmenus. Below is some code to construct an Optionmenu. My problem is that I would like to set the initial value of the menu to "5", but Optionmenu seems to have its own idea what the initial value should be ("1"). Is ...
|
| DialogBox: creation is too slow and can't be killed | 25 Jul 2005 20:58 GMT | 5 |
I have prepared this small test-case: use Tk; use Tk::DialogBox; my $top = MainWindow->new();
|
| Can't make labFrame line up the way I want | 24 Jul 2005 21:22 GMT | 3 |
I am trying to make a form where the label is next to the entry. i.e. I want the label right justified and the entry left justified. I have tried every combination of settings I can think of. I have managed to get the labels to line up
|
| packing a $Frame -in a $Toplevel | 23 Jul 2005 14:39 GMT | 3 |
Howdy, Perl 5.6.8, Tk.pm 8.4 I have constructed several derived frames and several derived toplevels. I would now like to pack the frames into the toplevels.
|
| Newbie problem understanding linkage in Tk | 23 Jul 2005 04:49 GMT | 4 |
I am trying to make a screen to collect login information. I have it working from an example in a book but it has scroll-bars on both horiz and vert. I have tried to change it to drop the unneeded scroll-bars but I can not seem to
|
| Re: (fwd) Can't make labFrame line up the way I want | 23 Jul 2005 04:43 GMT | 2 |
On Jul 21, 2005, at 9:21 AM, lusol wrote:
> -- forwarded message -- > Path: Lehigh.EDU!newsread.com!newsprint.newsread.com!news- > feed01.roc.ny.frontiernet.net!nntp.frontiernet.net! |
| nonblocking system call | 22 Jul 2005 17:24 GMT | 2 |
my platform is Perl V. 5.8.4 under WinXP whats the best way to start a nonblocking system call from a perlscript with reading and displaying the output of the system call from STDOUT (for example the output of PPM)
|
| embed application into tk gui | 22 Jul 2005 12:28 GMT | 3 |
Is it possible to embed an application (X11 or not) into a Tk window that is spawned by Tk using the exec command? I am running Tk and X11 in cygwin. Or possibly is there another Tk command that allows one to place this spawned window in the tk window hierarchy?
|
| Scaling images in a Canvas | 22 Jul 2005 07:43 GMT | 3 |
This is a multi-part message in MIME format. ------=_NextPart_000_0031_01C587B9.E2C29670 Content-Type: text/plain; charset="us-ascii"
|
| Passing a character in a Listbox Widget | 22 Jul 2005 03:48 GMT | 4 |
I want to display an array that has hyphens in the items. They are not being displayed in a listbox widget. Is there a way to do this? Tnx Tony
|
| Tk::Photo use for scan lines | 21 Jul 2005 12:55 GMT | 4 |
I can't figure out what I am doing wrong here. My goal was to intercept incoming single scan lines (i.e. y constant, x changing) and draw the scans as I get them. I set up this simple test, and the canvas comes out blank. I seem to be missing something...
|
| Unicode not displaying correctly if read in using <DATA> | 20 Jul 2005 23:40 GMT | 4 |
Encountering an odd problem. If I define Unicode text into a hash using conventional means (&define_codes_method1), my Tk output appears correctly (other than two Chinese characters showing
|