Hi guys, ever since I updated my Au3 files to the latest version I am having problem with my GUI.
When I run my script, the GUI shows up but not the items in the GUI.
I found out that the problem causing it is from creating a Menu.
This problem didnt occur until I have updated my Autoit from version 3.3.6.1 to v3.3.8.1
Here is an example:
$Form1 = GUICreate("Example", 200, 200)
Global $MenuItem = GUICtrlCreateMenu("File");<-- Problem cause
Global $Tab1 = GUICtrlCreateTab(0, 0, 781