Page 1 of 1

IMDisplay: mouse cursor invisible within selected rectangle

Posted: 2010-09-19T05:00:38-07:00
by tilman
The static version of IMDisplay.exe has a bug that the mouse cursor becomes invisble when hovering within the selected rectangle.

The cause is explained in Q208856: _AFX_NO_TRACKER_RESOURCES must not be defined in the .rc file.

Here's a revised .rc file
http://pastebin.com/XgKV31Sx

alternatively, just remove the line #define _AFX_NO_TRACKER_RESOURCES in the "resource includes" dialog as explained in Q208856.

Thank you

Tilman Hausherr

Re: IMDisplay: mouse cursor invisible within selected rectan

Posted: 2010-09-19T07:22:24-07:00
by magick
Thanks, we'll get the patch into the next point release of ImageMagick, 6.6.4-5.

Re: IMDisplay: mouse cursor invisible within selected rectan

Posted: 2010-09-23T00:54:11-07:00
by tilman
magick wrote:Thanks, we'll get the patch into the next point release of ImageMagick, 6.6.4-5.
Hello,

There's still one line

Code: Select all

#define _AFX_NO_TRACKER_RESOURCES

in the IMDIsplay.rc file, which is why the bug is in the static portable version 6.6.4-6 of IMDisplay.exe . That line has to be removed too.

Tilman Hausherr

Re: IMDisplay: mouse cursor invisible within selected rectan

Posted: 2010-09-23T05:47:06-07:00
by magick
Done. We'll get a new Windows distribution released with the patch in about a week. Thanks.