Modify

Opened 13 years ago

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

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by Stilez

Changed 13 years ago by anonymous

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

Changed 13 years ago by Stilez

screenshot of the bug

comment:1 Changed 13 years ago by Zedna

Try to use

GUIRegisterMsg($WM_SIZE, "WM_SIZE")

comment:2 Changed 12 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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.