Modify

Opened 15 years ago

Closed 14 years ago

#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 15 years ago.
Help-en.rtf (2.2 KB ) - added by anonymous 15 years ago.
rtf file used "in case" (probably not relevant)
screenshot.png (124.5 KB ) - added by Stilez 15 years ago.
screenshot of the bug

Download all attachments as: .zip

Change History (5)

by Stilez, 15 years ago

Attachment: scrollbar_code.au3 added

by anonymous, 15 years ago

Attachment: Help-en.rtf added

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

by Stilez, 15 years ago

Attachment: screenshot.png added

screenshot of the bug

comment:1 by Zedna, 15 years ago

Try to use

GUIRegisterMsg($WM_SIZE, "WM_SIZE")

comment:2 by trancexx, 14 years ago

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.