Jump to content

Search the Community

Showing results for tags 'au3check'.

  • Search By Tags

    • au3check ×
    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 11 results

  1. #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w- 7 _main() Func _main() Local $sSection_Function = '' $sSection_Function = '1' EndFunc ;==>_main
  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. Hi all: Sorry for such an innocent question ..... It is possible to delete all Au3Check error messages with a hot key when they appear with F5 and you can continue editing the code without seeing the red lines. For now my only solution is to reload the script but it is a bit annoying....
  4. Hello everyone, I discovered a bug yesterday and I posted it at the bug tracker: I also made a simple script which can be used to reproduce the bug: CreateVariable() ConsoleWrite($sGlobalVariable & @CRLF) Func CreateVariable() Global $sGlobalVariable = "Foobar" EndFunc The bug was...
  5. Hi, i was playing around au3check and was asking myself if its posible to ignore these lots of "$i already declared" warinings, but still checking if global variables are declared twice. Its normal to have a few functions with Local $i declarations, so its not useful to show these warnings...
  6. Hello dears, How can I hide the wrapper or check on the debug window? >"C:\Program Files\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\Taylan\Projects\AU3\Browser\TimesMe\TimesMe.au3" /UserParams +>11:39:...
  7. I have a very large script and I found one of my global variables was declared twice but I didn't get any errors when compiling the script. I have a test script here: #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7 Global $aArray1[7] Global $aArray1[7] ; I don't get a...
  8. Hi Guys I am using au3check v3.3.13.19 and i came about some false positives when running the checks. I have the setting "-w 1 -w 2 -w 3 -w 5 -w 6": -w 3 gives me a false positive when doing the following: $DEBUG_DB=True ... If Not IsDeclared($DEBUG_DB) then Global $...
  9. Referring to: and /?do=embed#entry1102929'' frameborder='0' data-embedContent>> I would like to present AU3 Tools - Quick Updater : Global $URL_Scite = 'http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/' _INET_DownloadIfNotEqual("AutoIt3Wrapper.exe") _INET_DownloadIfN...
  10. I have download and install new autoit and scite4autoit3 But it got error with au3check. It 's cann't open include file I have already put in script dir That problem not happen with default include file Help me
  11. Uhhm just a question, is it possible a script can get too long for AU3Check? Or what other reasons can break AU3Check? AU3Check works for all scripts I have exept for just one. In that one I can just write random non existing functions or write variables without declaration (& MustDeclarVars on) but...
×
×
  • Create New...