RE: TK question

2009-09-20 Thread Jack
Sorry for the top post.. Your problem is well-known but I don't recall any workarounds being found - until now that is ;) The problem stems from the fact that the windows getopenfile dialog is closed on a Double-Button*Press* (that is a windows problem AFAIC) however most other Tk widgets respo

Re: TK question

2009-09-20 Thread Justin Allegakoen
2009/9/19 Spencer Chase > > Greetings Perl-Win32-Users, > > I have been trying everything I can think of and nothing works. I have a TK > application that uses getopenfile. The problem is that you can select a file > in the browser window by either clicking the file and then clicking "open" or

Fwd: Re: TK question

2007-09-07 Thread Don VanSyckel
Thanks, I try the ProgressBar. Don -- Forwarded Message -- Subject: Re: TK question Date: Friday 07 September 2007 12:36 From: Spencer Chase <[EMAIL PROTECTED]> To: perl-win32-users@listserv.ActiveState.com Greetings Don, you can use Tk::ProgressBar; if you can cou

Re: TK question

2007-09-07 Thread Spencer Chase
Greetings Don, you can use Tk::ProgressBar; if you can count the total number of files. then advance the bar as you increment a counter of files done. that way, you can let TK do all the hard stuff. Friday, September 7, 2007, 7:44:30 AM, you wrote: DV> I have a small app for windows that uses TK

Re: TK question

2006-02-07 Thread Lynn. Rickards
Spencer_Lists wrote: Greetings perl-win32-users, This is really a TK question but I can't find a way to join the TK list in order to post. It does not show up in the subscriptions list. I have a TK Canvas on which I have drawn 128 polygons representing the extended MIDI piano keyboard. I have t

RE: TK Question

2005-06-03 Thread Jack D
From: Jim Hansen <[EMAIL PROTECTED]> To: perl-win32-users@listserv.ActiveState.com Subject: TK Question Date: Thu, 2 Jun 2005 06:56:51 -0700 (PDT) I've been able to finally get TK:Statusbar to work, but still not sure how to get rid of the buttons. I would like this to automatically launch th

RE: TK question - resizeable columns

2004-02-24 Thread Burak Gürsoy
rsoy'; [EMAIL PROTECTED] Subject: RE: TK question - resizeable columns Hi, Burak. I'm not sure what your problem might be. Runs fine for me on my system. OS: Win2K Perl: 5.6.1 (ActivePerl build 635) Tk: 800.024 You are running on the bleeding edge. Tk 804.025 is very much "be

RE: TK question - resizeable columns

2004-02-23 Thread Arms, Mike
] > Sent: Saturday, February 21, 2004 1:51 PM > To: [EMAIL PROTECTED] > Subject: RE: TK question - resizeable columns > > > I get errors with this module (installed via ppm). > OS: Win2k > Perl: 5.8.2 > Tk: Tk 804.025 > > for example, I tried to run "Tk-T

RE: Tk question

2003-02-16 Thread Burak Gürsoy
gt; Subject: RE: Tk question > > > Thank you :) pack() did it. [snip] ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Tk question

2003-02-15 Thread Burak Gürsoy
-font => $conf{font}); $h->itemCreate($e=> $col, -itemtype => 'text', -style=> $style, -text => ($col == 0) ? ($y+1) : $results[$y]->[$co

Re: Tk question

2002-04-21 Thread Lu Do
Yeah, I need to perform a short dialog before Tk minimizes my prompt... Any help is desirous! --- "Richard A. Evans" <[EMAIL PROTECTED]> wrote: > Is there a way to run a Tk app from the command line > and have the command > (DOS) window NOT minimize? > >