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)
Change History (5)
by , 15 years ago
| Attachment: | scrollbar_code.au3 added |
|---|
by , 15 years ago
| Attachment: | Help-en.rtf added |
|---|
comment:2 by , 14 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Use GUIRegisterMsg to process specific messages yourself. That's not UDF's job. Parent window is your responsibility.

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