Modify

#1992 closed Bug (No Bug)

RichEdit sometimes leaves a "ghost" scrollbar on maximize

Reported by: Stilez Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.1 Severity: None
Keywords: Cc:

Description

The attached code displays a resizeable window with a rich text control containing help (source RTF file for the control contents attached in case it's significant, though I doubt it)

When you resize the GUI by dragging the bottom-right corner the rich text control works fine.

However, if you maximize the GUI with the caption "maximize" button, the vertical scrollbar is still shown as a "ghost" in its original position (relative to the control) in the middle of the rich text control.

Especially happens if you resize the GUI smaller by dragging bottom-right, then click "maximize".

See also attached screenshot.

Attachments (3)

scrollbar_code.au3 (2.6 KB ) - added by Stilez on Aug 3, 2011 at 5:06:57 PM.
Help-en.rtf (2.2 KB ) - added by anonymous on Aug 3, 2011 at 5:07:53 PM.
rtf file used "in case" (probably not relevant)
screenshot.png (124.5 KB ) - added by Stilez on Aug 3, 2011 at 9:18:12 PM.
screenshot of the bug

Download all attachments as: .zip

Change History (5)

by anonymous, on Aug 3, 2011 at 5:07:53 PM

Attachment: Help-en.rtf added

rtf file used "in case" (probably not relevant)

by Stilez, on Aug 3, 2011 at 9:18:12 PM

Attachment: screenshot.png added

screenshot of the bug

comment:1 by Zedna, on Aug 16, 2011 at 10:30:26 PM

Try to use

GUIRegisterMsg($WM_SIZE, "WM_SIZE")

comment:2 by trancexx, on Feb 22, 2012 at 6:52:33 AM

Resolution: No Bug
Status: newclosed

Use GUIRegisterMsg to process specific messages yourself. That's not UDF's job. Parent window is your responsibility.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.