#155 closed Bug (Wont Fix)
Auto resize of GUICtrlCreateGraphic control notify area. (?)
| Reported by: | M.v.Gulik | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.11.1 | Severity: | |
| Keywords: | Cc: |
Description
Hi
Run into something that stuck me as odd.
Other than than I'm not sure what to make of it. (AutoIt-bug,Win-bug, or No-bug)
When resizing a resizeble gui-window, with a GUICtrlCreateGraphic control in it.
the visual graphic of the graphic-control stays as it is. (as expected)
but the notification area of that graphic control is however (auto)resized. (?)
M.v.Gulik.
Xp.Pro.Sp2, AutoIt.beta.3.2.11.1 (only testes on 3.2.11.1)
included au3 file. (run and resize)
Grahic controle item = white area + blue border.
Fake notify area = black border area.
Attachments (1)
Change History (4)
by , 18 years ago
| Attachment: | Graphic_Controle_Notify.au3 added |
|---|
comment:1 by , 18 years ago
Should say: Run IN SciTe.
Using its output area to report the system-message's.
comment:2 by , 18 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
In fact Graphic ctrl are not real control just drawing so the resizing mechanism does not apply to such "control"

Auto resize of GUICtrlCreateGraphic control notify area.