| Thread | Last Post | Replies |
|
| Tk::StayOnTop - popupmenus/listboxes behind main window | 31 Jul 2003 16:04 GMT | 1 |
How to get the popupmenus/listboxes from the likes of PopEntry and BrowseEntry to be on top of the mainwindow when the mainwindow is kept on top? In the following, the "right-click" menu and listbox is behind the mainwindow. No problem, though, for the "right-click" menu in Tk::Text ...
|
| Splash Screen? | 31 Jul 2003 09:06 GMT | 1 |
hello, how can i make a splash screen for this program:# --- #!/usr/bin/perl use diagnostics;
|
| LabFrame Error | 31 Jul 2003 07:49 GMT | 3 |
I am getting an error when using a LabFrame then packing some labels and entrys into it via the grid method. This is my code and this is my error is this a known error? This is a snippet of my code:
|
| new kid on the block...How can I call a variable in a subroutine when using the toplevel widget? | 31 Jul 2003 04:54 GMT | 3 |
basically, i have 2 subroutines. The first routine is to user input. I want to get the information from the user input and display in the second routine that will be just a show history toplevel widget. Is that possible? If so, how can i do it?
|
| Newbie problem, How can I access to my textbox? | 30 Jul 2003 19:38 GMT | 4 |
Hi, I'm starting to write gui applications, I've never seen nothing about 'frames and windows' ... I have a problem: my $MW = MainWindow -> new;
|
| Always keep window in fron? | 30 Jul 2003 16:48 GMT | 1 |
Folks, I have written a small Perl/TK app that run on AIX under CDE and monitors certain aspects of system and will turn red if it finds problem. I would like to keep the window always in front of other windows
|
| unable to resize a window? | 30 Jul 2003 03:25 GMT | 2 |
is it possible to make it unable to resize the window? thanks, PhallanX
|
| Does this Perl Tk feature exist? | 29 Jul 2003 01:49 GMT | 4 |
This may be a dumb question, but I don't think it is; so please bear with me. A tiny bit of background... I've been working in Perl for a few years now; however I am just starting to
|
| setting locale in Tk::Text wiget? | 28 Jul 2003 22:48 GMT | 1 |
I've been playing around with the text wigets and have stumbled across somthing I just can't figure out. Is there some sort of undocumented method to force Tk Text wigets to use the locale settings when doing regexp searches? No matter what I do I can't seem to get the search method ...
|
| PLZ HELP!!!! | 25 Jul 2003 09:37 GMT | 3 |
Last I looked (5/2003) perl t/k has no serious library for parsing html within a widget (ie: if i want to embed html functionality within a ptk prog)... has this changed any since may? here are my notes:
|
| arbitrary position/size widgets | 24 Jul 2003 23:28 GMT | 2 |
I want to pace my widgets ( labels , textboxes ) in arbitrary positions on the root window , the way java setBounds works . How can i do that ? I want to do this since otherwise getting the widgets at right
|
| UDP Datagram Event Handling | 23 Jul 2003 21:57 GMT | 2 |
I'm stumped and need some help. I'm trying to make a simple gui that will listen on a port for udp data grams, parse the data grams, display the parsed data in a few widgets, and store them data structures for later processing.
|
| Installing Tk804.0_24.tar.gz under RedHat 9 FAILS | 22 Jul 2003 23:26 GMT | 4 |
Using Redhat 9 with Linux kernel 2.4.20-18.9 and all packages updated using the RHN, I get the following errors trying to install Tk804.0_24.tar.gz: The Makefile produced by 'perl Makefile.PL' has several errors which causes 'make' to fail:
|
| Tk-JPEG doesn't compile | 21 Jul 2003 21:20 GMT | 2 |
I can't compile Tk-JPEG on this Win98/Cygwin system. Actually I have the exact same problem as this person: <http://lists.w3.org/Archives/Public/www-amaya-dev/2003Jan/0003.html> i.e., INT32 is defined once as int, once as long:
|
| Underline a label? | 21 Jul 2003 15:39 GMT | 1 |
hello, is it possible to underline a label? is there font that is underlined? THANKS:-)
|