MiniWriter application bug in 3.4.2 patch 3

Moderator: Rathinagiri

Post Reply
User avatar
kcarmody
Posts: 152
Joined: Tue Oct 07, 2014 11:13 am
Contact:

MiniWriter application bug in 3.4.2 patch 3

Post by kcarmody »

There is a bug in the MiniWriter application (SAMPLES\Applications\MiniWriter) in HMG 3.4.2 patch 3 and subsequent patches. In the original 3.4.2 and previous versions, this bug is not present. I'm seeing this bug in Windows 7 and have not tried other versions of Windows.

The bug is that clicking or hovering over any active control creates a rapidly flickering help bubble in an infinite loop and freezes, and the application must be force closed. Prior to patch 3, MiniWriter displays help bubbles without flickering and allows you to proceed normally.

MiniWriter is very similar to the Rich Edit demo (SAMPLES\Controls\RichEditBox) in its basic purpose, namely to function like WordPad. The main difference is that MiniWriter uses a ribbon interface like the WordPad in Windows 7, whereas the Rich Edit demo uses a menu and icon interface like the WordPad in XP.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: MiniWriter application bug in 3.4.2 patch 3

Post by srvet_claudio »

I will check.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
kcarmody
Posts: 152
Joined: Tue Oct 07, 2014 11:13 am
Contact:

Re: MiniWriter application bug in 3.4.2 patch 3

Post by kcarmody »

srvet_claudio wrote:I will check.
Thank you, Claudio.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: MiniWriter application bug in 3.4.2 patch 3

Post by srvet_claudio »

kcarmody wrote:There is a bug in the MiniWriter application (SAMPLES\Applications\MiniWriter) in HMG 3.4.2 patch 3 and subsequent patches. In the original 3.4.2 and previous versions, this bug is not present. I'm seeing this bug in Windows 7 and have not tried other versions of Windows.

The bug is that clicking or hovering over any active control creates a rapidly flickering help bubble in an infinite loop and freezes, and the application must be force closed. Prior to patch 3, MiniWriter displays help bubbles without flickering and allows you to proceed normally.

MiniWriter is very similar to the Rich Edit demo (SAMPLES\Controls\RichEditBox) in its basic purpose, namely to function like WordPad. The main difference is that MiniWriter uses a ribbon interface like the WordPad in Windows 7, whereas the Rich Edit demo uses a menu and icon interface like the WordPad in XP.
I fixed bug in Tooltip CustomDraw Event.

Thanks Kevin for report.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
kcarmody
Posts: 152
Joined: Tue Oct 07, 2014 11:13 am
Contact:

Re: MiniWriter application bug in 3.4.2 patch 3

Post by kcarmody »

srvet_claudio wrote:I fixed bug in Tooltip CustomDraw Event.
Thank you, Claudio!
Post Reply