| Thread | Last Post | Replies |
|
| Re - need some help , I would like to fix width and hei... | 31 Jan 2004 18:08 GMT | 1 |
Sorry , my question is not clear. use Tk; $main = MainWindow->new; $main->minsize(qw (300 200));
|
| something about Tk module. | 31 Jan 2004 16:49 GMT | 1 |
why some perl program will use Tk , then it uses require Tk::SOMETHING ... I really don't understand. when we use TK , we can't use everything in TK ? .. pls explain to me .. I post some example by the following : use FindBin; use Tk; ..
|
| TOPLevel widget placement. | 31 Jan 2004 02:27 GMT | 2 |
How can you position a TopLevel widget on a screen under Windows-XP. The geometry method returns the correct size but setting it does not seem to do anything. Thanks
|
| re event problem | 31 Jan 2004 00:01 GMT | 1 |
This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C3E77E.B652A170 Content-Type: text/plain Content-Transfer-Encoding: 7bit
|
| How to make post-ed menu behave like one attached to an menubutton? | 30 Jan 2004 22:45 GMT | 2 |
Hello group, I may be stupid, but I can't find a way to get a menu that I post myself to behave like one that is attached to a menubutton. When I click on a menubutton, the menu is opened and whenever I move the
|
| -lX11 error compiling Tk804.025_beta5 on Mandrake 9.2 AMD64 | 30 Jan 2004 19:55 GMT | 2 |
I'm trying to compile Tk V 804.025_beta5 on Mandrake 9.2 AMD 64 (running on a dual opteron platform). Basic PERL works fine, and is version: This is perl, v5.8.1 built for x86_64-linux-thread-multi
|
| need some help , I would like to fix width and height... | 30 Jan 2004 18:32 GMT | 2 |
I would like to know how can I fix widget. For example, I create a frame, then inside this frame it is dynamic. I mean when the user do something after that the frame will change information. when the frame change information , it resize!! I want to fix it. Don't resize, Don't ...
|
| Scrollable frame? | 30 Jan 2004 04:06 GMT | 3 |
Really, I just want to create a scrollable area that has buttons/entry boxes in it. The things in the box would change based on external buttons, but I'd like to keep the actual frame the same size. Anyone know how to do
|
| event problem | 30 Jan 2004 00:15 GMT | 4 |
This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C3E682.FB115560 Content-Type: text/plain Content-Transfer-Encoding: 7bit
|
| installing Tk on macosx 10.2.6 | 29 Jan 2004 23:48 GMT | 4 |
# perl 5.8.3 , Tk-804.025_beta14 , XFree86 4.3.0 hi could someone please look at these shell outpourings and be so kind to explain what is going wrong ?
|
| [ANNOUNCE] Tk::LineNumberText | 28 Jan 2004 17:25 GMT | 12 |
Numbered lines for your favourite Text-derived widget. My apologies to Dean Arnold - image capability is *not* included in this release - sorry to get your hopes up:-( See POD for more details.
|
| $mw->after quirks? | 27 Jan 2004 13:10 GMT | 18 |
Hi, I've been having some trouble with the 'after' function. If i remark out everthing from '#place into queuefile' to '#for (keys %qfile) {print "$_: @{$qfile{$_} }\n";}' then the after command works correctly.
|
| (fwd) Re: Features of latest Perl/Tk | 27 Jan 2004 00:46 GMT | 1 |
On Jan 25, 2004, at 11:21 PM, Steve Lidie wrote:
> -- forwarded message -- > Path: > Lehigh.EDU!newsread.com!newsprint.newsread.com!63.218.45.10.MISMATCH! |
| Loading Xresources in perl/Tk apps | 26 Jan 2004 15:08 GMT | 6 |
I've been trying to set resources in an .Xdefaults file for some perl/Tk applications. When I put a resource definition directly in the file it works as expected. However, for reasons that are to involved to explain here, I have been trying to
|
| OS X 10.3.2, Perl 5.8.3, Tk804beta14 | 26 Jan 2004 11:18 GMT | 1 |
Seeking guidance...I read the README.darwin, built perl in dynamic mode, installed the latest X11 from Apple, but the latest TK804 beta gives me the following:
> cd ../desktop/Tk-804.025_beta14 |