 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Jamn Guest
|
Posted: Mon Mar 10, 2008 11:03 pm Post subject: |
|
|
I've the second script in holominds first post in this thread to work. It is wonderful! But that script has no pointer or cross or anything that shows the mouse position. I tried to import those parts from some of the scripts later in the thread but then I failed.
Can someone help me out here? What is the simplest way to "add on" some small mouse position helper to that first script?
Most of all I'd like to have only a small but noticeable black dot that moves in sync with the mouse position.
(I plan to use the script on one monitor to navigate on an second monitor that is in another room, that's why I need more detailed mouse position information) |
|
| Back to top |
|
 |
jamn Guest
|
Posted: Fri Mar 14, 2008 1:23 am Post subject: |
|
|
Ok, I've gotten the hang of how to draw the cross the way I want it now. To do that I had to disable the part in holomind's script that makes sure nothing outside of the display gets painted. This change results in a type of "ghosting" in those outside areas, when moving the mouse to the edge of a screen.
Can I avoid that ghosting by making the script repaint all outside areas with black? |
|
| Back to top |
|
 |
jamn Guest
|
Posted: Sun Mar 16, 2008 3:31 pm Post subject: |
|
|
| I have an idea: could the script at each repaint first fill the whole area with black pixels and then immediately repaint it again according to the pointer position? That could remove ghosting. But maybe it would slow things down or create som black flickering. Can anyone help me test that? I suspect I should use some other bitmap function for that, but I can't get the hang of it. http://msdn2.microsoft.com/en-us/library/ms532355(VS.85).aspx |
|
| Back to top |
|
 |
foaly Guest
|
Posted: Wed Apr 09, 2008 6:03 pm Post subject: |
|
|
I'm searching for a full size screen magnifier (magnify the entire screen.)
Somehow the screen magnifiers I found on this forum don't work when your mouse is in the magnifying area, unless you open a menu (for instance right click.) I'm using windows vista.
Anyone has a solution to that? |
|
| Back to top |
|
 |
infogulch
Joined: 27 Mar 2008 Posts: 114 Location: KC, MO
|
Posted: Fri May 30, 2008 11:54 pm Post subject: |
|
|
I've been using "SetWinDelay, -1" for many of these and it makes all the windows move smoother. "SetBatchLines, -1" and "Process, Priority,, High" along with a repaint timer around 5ms makes that part somewhat smoother for me. _________________
 |
|
| Back to top |
|
 |
unregistered Guest
|
Posted: Wed Jun 18, 2008 7:43 pm Post subject: |
|
|
i keep getting this error:
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|