﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
726	Statusbar not visible in a window created with $ws_popup and with a menu	charvi		"I have discovered that the statusbar is not visible when a window is created with $ws_popup and with a menu.
{{{
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <GuiEdit.au3>
#include <GuiMenu.au3>
#include <GuiToolBar.au3>
#include <GuiComboBoxEx.au3>
#include <Array.au3>
#include <Constants.au3>
#include <WinAPI.au3>
#include <File.au3>

$hWin1 = GUICreate(""Test"", 1680, 1050, 0, 0, $ws_popup)
GUISetBkColor(0x838b83,$hWin1)
$mStatusBar = _GUICtrlStatusBar_Create($hWin1,-1)

	Dim $hFile = GUICtrlCreateMenu(""&File"")

GUISetState()

While 1
	$msg = GUIGetMsg()
	Select
		Case $msg = $gui_event_close
			ExitLoop
	EndSelect
WEnd
}}}"	Bug	closed		AutoIt	3.2.12.1	None	No Bug		
