Quantcast
Channel: Mouse Jiggler
Viewing all 100 articles
Browse latest View live

Source code checked in, #72130


Source code checked in, #72131

New Post: Minimize on Start?

$
0
0
I'm working on this today; check back here tomorrow, and 1.5 should be here, complete with this feature.

Source code checked in, #72132

Updated Wiki: Documentation

$
0
0
Simply run the MouseJiggle.exe included in the release .zip file. Check the "Enable jiggle?" checkbox to start jiggling the mouse pointer; uncheck it to stop. The jiggle is slight enough that you should be able to use the computer normally even with jiggling enabled.

The 'Zen jiggle?' checkbox enables a mode in which the pointer is jiggled 'virtually' - the system believes it to be moving and thus screen saver activation, etc., is prevented, but the pointer does not actually move.

To minimize Mouse Jiggler to the system tray, click the button marked with a green, down-pointing arrow.

If you want to start the Mouse Jiggler with jiggling already enabled, run the MouseJiggle.exe with either the -j or --jiggle command-line switch.

The "-z" / "--zen" command-line switch forces zen jiggling to be enabled for the current (and future) invocations of MouseJiggler.

(Added in 1.5+): The "-m" / "--minimized" command-like switch tells MouseJiggler to start already minimized.

That's it. Enjoy!

Source code checked in, #72133

Released: MouseJiggler 1.5 (Aug 24, 2013)

$
0
0
Now includes the -m/--minimize switch to start minimized.

Is now distributed as an unzipped executable, since distributing it in compressed format proved troublesome.

For easiest installation, MouseJiggle is also distributed as a ClickOnce package - just click to launch -

http://arkane-softwaredeployment.azurewebsites.net/mousejiggler/

(Warning: Using the command-line switches with the ClickOnce version will require making a new shortcut to the file located somewhere under your user profile, in the appropriate \AppData\Local\Apps subfolder. If you plan on doing so extensively, we recommend downloading the binary and installing it yourself.)

Created Release: MouseJiggler 1.5 (Aug 24, 2013)

$
0
0
Now includes the -m/--minimize switch to start minimized.

Is now distributed as an unzipped executable, since distributing it in compressed format proved troublesome.

For easiest installation, MouseJiggle is also distributed as a ClickOnce package - just click to launch -

http://arkane-softwaredeployment.azurewebsites.net/mousejiggler/

(Warning: Using the command-line switches with the ClickOnce version will require making a new shortcut to the file located somewhere under your user profile, in the appropriate \AppData\Local\Apps subfolder. If you plan on doing so extensively, we recommend downloading the binary and installing it yourself.)

New Post: Minimize on Start?

Reviewed: MouseJiggler 1.5 (Aug 26, 2013)

$
0
0
Rated 5 Stars (out of 5) - This program is the perfect lightweight solution to keeping your Windows sessions active. Zen mode makes the jiggling invisible to your eye, and with the new -m switch, you can set it and forget it. In Windows 7 I have a task scheduler action set to run the program at startup. That's all I have to do to make my day work a little smoother. Thanks for making such a great utility!

New Post: Single Instance

$
0
0
The program should only allow a single instance to run. Sometimes it is not obvious that an instance is running when it is minimized to the tray.

New Post: Single Instance

$
0
0
I'll put it on the list for 1.6.

New Post: v 1.5 creates right click instead of just movement

$
0
0
Version 1.2, 1.3, 1.4 all work perfectly on my machine. I've tested each one in the last several minutes, closing each one before launching the next.

When I get to version 1.5 there are 2 big differences. First, I get a warning about the file not having a digital signature (something I do not get with any of the others) and second every second, once enabled, instead of simple movement the program creates a right click, over and over again, bringing up context menus and the like.

I'm downloading directly from the official list here:
https://mousejiggler.codeplex.com/releases/view/111207

Since I'm always on the lookout for scam downloads on software sites, I did notice that 1.5 is a different name (MouseJiggler vs MouseJiggle) so can you also confirm that the 1.5 listed in the downloads list is the current download?

Thanks!

Created Unassigned: Crashes after checking enable jiggle [7709]

$
0
0
Here's the stack trace:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The operation completed successfully
at ArkaneSystems.MouseJiggle.Jiggler.Jiggle(Int32 dx, Int32 dy)
at ArkaneSystems.MouseJiggle.MainForm.jiggleTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MouseJiggle
Assembly Version: 1.5.0.0
Win32 Version: 1.5.0.0
CodeBase: file:///S:/System%20Utilities/Misc/Mouse%20Jiggler%20v1.5/MouseJiggle.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Commented Unassigned: Crashes after checking enable jiggle [7709]

$
0
0
Here's the stack trace:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The operation completed successfully
at ArkaneSystems.MouseJiggle.Jiggler.Jiggle(Int32 dx, Int32 dy)
at ArkaneSystems.MouseJiggle.MainForm.jiggleTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MouseJiggle
Assembly Version: 1.5.0.0
Win32 Version: 1.5.0.0
CodeBase: file:///S:/System%20Utilities/Misc/Mouse%20Jiggler%20v1.5/MouseJiggle.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Comments: ** Comment from web user: arrontow **

I had an anti-malware/antiv-virus (COMODO) application running an a believe that's what caused this issue. Thanks.


New Post: v 1.5 creates right click instead of just movement

$
0
0
I'm having the same issues with the right click that I've never had before.

New Post: win8.1 touch mode can not show the cursor

$
0
0
as the title, in windows 8, when the touch mode is on going , or there is no real mouse message post to system, the cursor will hidden. do we have any way to make the cursor show at the above situation ?

thanks for any help.

New Post: Minimize on Start?

$
0
0
EDIT

Whoops! I just read the documentation and saw you added the switch ;-)

New Post: program disappears

$
0
0
Why do I have to reload program every time I restart computer? I run Windows 7 and IE11

Created Unassigned: Presses right mouse instead of jiggling [7813]

$
0
0
Upon enabling it does not jiggle, but rather starts pressing right mouse at about the same frequency as 1.4.7 would jiggle.

Going back to 1.4.7, it works normally.

This is on a Win7 64 bit machine.
Viewing all 100 articles
Browse latest View live