logo       

RE: MainWindow focus: msg#00004

Subject: RE: MainWindow focus
> -----Original Message-----
> From: owner-ptk@xxxxxxxxxxxxxxxxxx 
> [mailto:owner-ptk@xxxxxxxxxxxxxxxxxx] On Behalf Of listmail
> Sent: May 19, 2006 8:27 AM
> To: ptk@xxxxxxxxxxxxxxxxxx
> Subject: MainWindow focus
> 
> Pardon me for the lack of better terminology.  I need to 
> determine from within a Tk application if it is currently the 
> top level task/process in Windows.  I suppose I mean that 
> MainWindow is currently focused instead of any other windows 
> application.  I am not finding a method that I could use such 
> as in Tk:Widget.  Is this something that needs/can be 
> acheived with an API call?

###################################################
use Tk;
use Win32::API;
use strict;

my $fgwindow='';
my $mw=tkinit;
my $label = $mw->Label(-textvariable=>\$fgwindow)->pack;
$mw->Button(-command=>sub{$mw->destroy},-text=>'Quit')->pack;
$mw->idletasks; #necessary on win32 to get decorative frame
my $ID = hex($mw->frame);
my $API = new Win32::API('user32','GetForegroundWindow','', 'N');
$mw->repeat(500,\&getFgWindow);
MainLoop;

sub getFgWindow {
  my $handle = $API->Call;
  if ($handle == $ID) {
     $fgwindow = "Tk Window has focus";
  }
  else {
     $fgwindow = $handle;
  }
}
###################################################

--
Jack
-++**==--++**==--++**==--++**==--++**==--++**==--++**==
This message was posted through the Stanford campus mailing list
server.  If you wish to unsubscribe from this mailing list, send the
message body of "unsubscribe ptk" to majordomo@xxxxxxxxxxxxxxxxxx



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe