#2588 closed Bug (Fixed)
Menu/Statusbar location problem
| Reported by: | Melba23 | Owned by: | Jon |
|---|---|---|---|
| Milestone: | 3.3.13.2 | Component: | AutoIt |
| Version: | 3.3.10.2 | Severity: | None |
| Keywords: | Cc: |
Description
Creating a menu and a status bar before using GUISetState causes the status bar to fall off the bottom of the GUI. Creating or resizing the status bar after the GUI state is set places it at the bottom of the GUI as expected. Example code in this topic:
http://www.autoitscript.com/forum/topic/157426-guictrlcreatemenu-guictrlstatusbar-create-bug/
3.3.8.1 does not display this behaviour - the status bar is correctly located even if created before the GUISetState call.
M23
Attachments (0)
Change History (3)
comment:2 by , on Mar 27, 2014 at 7:22:39 AM
Find the problem related with GUI builtin functions and UDF ones.
in this case Menu builtin conflict with _GUICtrlStatusBar_* ones.
Workaround use _GUICtrlStatusBar_Create() after GUISetState()
I proposed a fix to Jon.
comment:3 by , on Jul 10, 2014 at 8:39:23 PM
| Milestone: | → 3.3.13.2 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [10298] in version: 3.3.13.2

Another instance of a "hiding" statusbar:
http://www.autoitscript.com/forum/topic/160065-there-may-be-a-bug-in-guictrlstatusbar-create/?p=1162276
M23