Ask a Question related to PERL Beginners, Design and Development.
-
Ron W #1
Determine window focus
I'm trying to write a Perl script that will watch for an IE window to
get the focus, grab the COM2 input and output it as if it were from the
keyboard. When the IE window loses focus, it should sit quietly waiting
for IE to come back on top. We run a program that uses a bar code
scanner plugged into COM2 but I'd like to use the scanner to do input
on a web page, but it can't interfere with the other program. (on W2K)
I don't know where to start looking for the method to determine if a
window has focus. I looked through a lot of modules but came up empty.
Any help would be greatly appreciated.
Ron
Ron W Guest
-
giving focus to PopUp window
I have an mxml file which has button which pops up a title window. Now this titile window has a textArea. I give focus to the text area by saying... -
Keep focus on shockwave in browser window
I'm having a problem with a shockwave movie running in a browser. The 3D shockwave scene needs keyboard input to move through it. But sometimes, for... -
Using ASP to determine different window resolution.
I am trying to use ASP to determine the window resolution so that what ever the clients pc is on different resolution they will able to view the... -
Window focus mac X dreamweaver?
Here's where we're at with the Mac OS X window focusing problem: We've decided that it's such a hassle to work with, so annoying and so disruptive to... -
Window Focus
I have a problem with opening external files from a Fullscreen Director-Movie. I have to open Powerpoint Files from Director and am using the... -
Unregistered #2
Re: Determine window focus
Ron,
I would look at either Tk or Wx when dealing with GUI's and widgets. I am going through something similar on one of my own projects. You can follow my project at http://blog.cyberspacelogistics.com
I will be updating it this weekend with my findings.
Best Luck,
JonUnregistered Guest



Reply With Quote

