Opened on Mar 3, 2008 at 12:18:41 AM
Closed on Mar 3, 2008 at 2:41:25 PM
Last modified on Mar 4, 2008 at 12:13:07 AM
#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 , on Mar 3, 2008 at 12:20:02 AM
| Attachment: | Graphic_Controle_Notify.au3 added |
|---|
comment:1 by , on Mar 3, 2008 at 12:31:26 AM
Should say: Run IN SciTe.
Using its output area to report the system-message's.
comment:2 by , on Mar 3, 2008 at 2:41:25 PM
| 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.