Jump to content

Search the Community

Showing results for tags 'bug?'.

  • Search By Tags

    • bug? ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. Has anybody else noticed this? $hGUI = GUICreate('') WinSetTrans($hGUI, '', 50) ; GUI partially transparent GUISetState() Sleep(1000) GUICtrlCreatePic(@ProgramFilesDir & '\AutoIt3\Examples\GUI\mslogo.jpg', 0, 0) ; Transparency reset to visible (255) Do Until GUIGetMsg() = -3
  2. Hello, just stumbled across this behaviour while I was working on my project. I am getting a "<function> called with wrong number of args" on a GUICtrlSetOnEvent line, the <function> as far as I can see accepts only 1 optional argument so it would just work fine with a GUICtrlSetOnEvent callbac...
  3. #include <GuiTab.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> AutoItSetOption("GUIOnEventMode", 1) global $tabspace, $tabspace_opt, $old_tab, $tabs[3] = [2], $opt_tabs[6] = [5] global $width = 400, $height = 300, $x = -1, $y = -1 $ExampleGUI = GUICreate("example", $width,...
  4. For $i = 1 To 3 If $i = 2 Then ContinueLoop Next MsgBox(0, "", $i) C:\Documents and Settings\Administrator\??\?? AutoIt v3 ?? (2).au3 (2) : ==> "ContinueLoop" statement with no matching "While", "Do" or "For" statement.: If $i = 2 Then ContinueLoop
×
×
  • Create New...