Modify

Opened 12 years ago

Closed 12 years ago

#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, 12 years ago

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.

Version 0, edited 12 years ago by J-Paul Mesnage (next)

comment:3 by Jon, 12 years ago

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.