DonationCoder.com Forum

DonationCoder.com Software => Coding Snacks => Post New Requests Here => Topic started by: moreleech on March 29, 2009, 11:11 AM

Title: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on March 29, 2009, 11:11 AM
Would this be possible?
If i typed without a program like this, I would need to focus the window first

Thanks in advance
Title: Re: IDEA: Type in Inactive Windows
Post by: Coeluh on March 29, 2009, 12:26 PM
Well the cursor (the blinking |) has to be there... How would you keep that thing there?
Title: Re: IDEA: Type in Inactive Windows
Post by: moreleech on March 29, 2009, 12:35 PM
Well the cursor (the blinking |) has to be there... How would you keep that thing there?

How about scrolling and clicking instead of typing?
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on March 29, 2009, 04:17 PM
found a scroll program for inactive windows
http://www.pcworld.com/article/160061/scroll_inactive_windows_with_wizmouse.html
now i need a mouse click
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: Mazinga on March 29, 2009, 06:24 PM
KatMouse: http://ehiti.de/katmouse/
Allows you to scroll windows with wheel by moving mouse over it BUT without it being "in focus" (not clicking on it)...
-----
Quoted the above from a lifehacker comment. Maybe it is what you are looking for?
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on March 29, 2009, 06:46 PM
KatMouse: http://ehiti.de/katmouse/
Allows you to scroll windows with wheel by moving mouse over it BUT without it being "in focus" (not clicking on it)...
-----
Quoted the above from a lifehacker comment. Maybe it is what you are looking for?

im using taekwindow (spelled right) and it basically does the same thing

still needing a program that lets me click in inactive windows
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: ewemoa on March 30, 2009, 12:45 AM
I'm about to try the following:

  http://www.wxftools.com/deskangel/deskangel.html

Thanks Mazinga for the KatMouse suggestions as DeskAngel came up for a search of:

  portable katmouse

Unfortunately, it doesn't look like it (DeskAngel) works for the case I had in mind: MS Script Debugger...ah well.
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on March 31, 2009, 06:36 PM
Im using VordexWheel for inactive scrolling and MoveInactiveWin.exe

Now i just need a program that lets me click in inactive windows, so my active window doesnt get disturbed
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: AndyM on March 31, 2009, 08:41 PM
Not elegant, but if you want to type in the inactive window, I think you are going to have to save the status of the active window, make the window under the cursor the active window, type or have the typed text pasted, and then restore the original active window.

I can think of a few ways to trigger the procedure, but I don't understand how this will work without three hands (one to position the mouse, and the other two to type).  Or is it one hand typing while the other is mousing?

Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: AndyM on March 31, 2009, 08:49 PM
Now i just need a program that lets me click in inactive windows, so my active window doesnt get disturbed
A different thought.

Why not just make the active window "always on top".  Then you can click anyplace else you can see and type in that window while still viewing the entire original active window just the way it was.

I have several ways to toggle windows "always on top" (hotkey, button on titlebar, rightclick on titlebar sends window to bottom, etc.)
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on April 01, 2009, 09:41 AM
Well this game if its not in focus or active, then i would disconnect
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: AndyM on April 01, 2009, 10:07 AM
Well this game if its not in focus or active, then i would disconnect

If the game window loses focus, it quits?
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on April 01, 2009, 06:10 PM
Yes
I like to multi task while playing
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: AndyM on April 02, 2009, 08:54 AM
understood, but it's beyond me, sorry!
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: tranglos on April 02, 2009, 10:46 AM
Now i just need a program that lets me click in inactive windows, so my active window doesnt get disturbed

If I understand correctly what you mean, this is a contradiction in terms. A clicked window will receive focus - it's one of the most basic rules of Windows user interface. Conversely, a window that has no focus does not accept input (clicking, typing) - Windows does not send mouse or keyboard messages to an inactive window. And only one window can have focus and receive input at any given time.

Programs like KatMouse work by "manually" sending appropriate scroll messages to a window underneath the mouse. I guess a similar program could send clicks too, but sending a click would activate the window.

While it's also possible to send keyboard messages (though trickier and not all key combinations can be sent reliably), I'm not sure if inactive windows process keyboard messages, and you could not use the physical keyboard to do so, because your physical keypresses would go to the currently active window.

Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: Coeluh on April 02, 2009, 11:31 AM
It's a mindf*ck isn't it?
Title: Re: IDEA: Click/scroll in Inactive Windows
Post by: moreleech on April 02, 2009, 06:53 PM
guess its not possible on windows