Modify

#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 J-Paul Mesnage, 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.

Last edited on Mar 28, 2014 at 4:09:28 PM by J-Paul Mesnage (previous) (diff)

comment:3 by Jon, on Jul 10, 2014 at 8:39:23 PM

Milestone: 3.3.13.2
Resolution: Fixed
Status: newclosed

Fixed by revision [10298] in version: 3.3.13.2

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.