| Thread | Last Post | Replies |
|
| Possible Bug? | 30 Sep 2003 20:39 GMT | 1 |
I'm not sure if this is a bug - or just something stupid I have missed or done wrong. If anyone could point me in the right direction, or let me know if they see the problem or confirm it's a bug I would appreciated it. This problem occurs on win32 platform - ActiveState
|
| Can you create a new widget without C code? | 30 Sep 2003 00:53 GMT | 2 |
I've looked through the MPTK book, which talks about how to create a brand-spanking-new widget using C and XS. Is there a way to do this in pure Perl, without deriving it from another widget? Obviously C would be a better way to go, but the powers that be don't think I need a C ...
|
| Re: (fwd) Re: CPAN Upload: N/NI/NI-S/Tk804.025_beta1.tar.gz | 30 Sep 2003 00:04 GMT | 2 |
On Monday, Sep 29, 2003, at 09:58 US/Eastern, Steve Lidie wrote:
> -- forwarded message -- > Path: > Lehigh.EDU!newsread.com!newsstand.newsread.com!news-east.rr.com!news- |
| Scrolled canvas and balloons | 28 Sep 2003 11:56 GMT | 2 |
I've seen this come up in a couple of places recently and was wondering if someone knows the work-around. The snippet works fine, if it is a non-scrolled canvas, and the balloon appears over the text.
|
| where can i get the tk module? | 27 Sep 2003 13:23 GMT | 1 |
I have been learning basic perl for about three months now. I have the O'Reilly book Learning Perl/TK but i do not have the TK extension. Does anybody know where i can get it? Thanks in advance, James
|
| How to send an event to MainWindow from a Toplevel on close? | 26 Sep 2003 21:53 GMT | 7 |
I have a MainWindow that opens several Toplevels and I need to have the Toplevels send an event to the MainWindow to tell it when they close. I know about the protocol(WM_DELETE_WINDOW) method but this is something that you set for the Toplevel, not the MainWindow. Is there
|
| Re: pTk performance (memory usage) | 26 Sep 2003 21:11 GMT | 2 |
Steve Lidie <sol0@Lehigh.EDU> writes:
>Just installed the final 5.8.1, and latest Tk804...... I'll mention a >second time something seems amiss. On linux (granted, only 128 MB >memory) widget takes 60 seconds to load, and run at 500MB according to |
| Tk::send/Receive | 26 Sep 2003 13:52 GMT | 5 |
I just found out about the Tk::send/Receive system, and it looks like it may be perfect for speeding up some of my IPC stuff (I use a homegrown version of IPC at the moment). Unfortunately the docs I can find seem a little...light.
|
| Scrolled widgets and -takefocus | 26 Sep 2003 01:06 GMT | 2 |
I have an application using a number of widgets created with the scrolled method. A side effect of this seems to be that both the frame and the scrollbars of the megawidget take focus when tabbing through. Is there any good way to set -takefocus to 0 for the frame and scrollbar ...
|
| balloons and text widgets | 25 Sep 2003 22:39 GMT | 3 |
You can tie a Balloon to a widget or to an item or ID on a canvas. What I want to do is tie a balloon to a bit of tagged text in a text widget. If the mouse hovers over a bit of tagged text, it highlights, raises or changes color or something (which I already know how to do, so ...
|
| Re: (fwd) Predictive text entry widget | 25 Sep 2003 17:37 GMT | 3 |
On Tuesday, Sep 16, 2003, at 08:18 US/Eastern, Steve Lidie wrote:
> -- forwarded message -- > Path: > Lehigh.EDU!newsread.com!newsstand.newsread.com!newsfeed1.easynews.com!e |
| Please Help: double click | 25 Sep 2003 14:44 GMT | 2 |
-----Original Message----- From: Marcos.Rebelo@eurocopter.com [mailto:Marcos.Rebelo@eurocopter.com] Sent: Wednesday, September 24, 2003 1:11 PM To: ptk@lists.Stanford.EDU
|
| I do not understand this error message--> is this an error? | 24 Sep 2003 14:23 GMT | 2 |
hi *, I create an table with Tk::TableMatrix::SpreadsheetHideRows; I would like to represent each line with an '+' (row extention) in another color;
|
| Question about Tk::Mlistbox | 23 Sep 2003 19:08 GMT | 2 |
at cpan.org i found the module Tk::MListbox. This module can do all the things that I need for a small programm. It would be nice to have different colors for
|
| load image background in main window | 23 Sep 2003 18:50 GMT | 3 |
I'm trying to place a background in the Main Window as follows but it doesn't seem to work. Can anybody correct my syntax? Thanks a lot. ---------------------------------------------------------------------------------- $main -> Photo('bg', -file =>
|