Modify

Opened 10 years ago

Closed 10 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 Changed 10 years ago by Jpm

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. In fact my solution is not working !!!

Version 1, edited 10 years ago by Jpm (previous) (next) (diff)

comment:3 Changed 10 years ago by Jon

  • Milestone set to 3.3.13.2
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [10298] in version: 3.3.13.2

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.