Opened 13 years ago
Closed 13 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)
Changed 13 years ago by Stilez
Changed 13 years ago by anonymous
comment:1 Changed 13 years ago by Zedna
Try to use
GUIRegisterMsg($WM_SIZE, "WM_SIZE")
comment:2 Changed 13 years ago by trancexx
- Resolution set to No Bug
- Status changed from new to closed
Use GUIRegisterMsg to process specific messages yourself. That's not UDF's job. Parent window is your responsibility.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
rtf file used "in case" (probably not relevant)