Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/07/2014 in all areas

  1. Jon

    AutoIt v3.3.11.4 Beta

    File Name: AutoIt v3.3.11.4 Beta File Submitter: Jon File Submitted: 07 Apr 2014 File Category: Beta 3.3.11.4 (7th April, 2014) (Beta) AutoIt: - Fixed #2677: AutoIt.chm Installdir.htm reference. - Fixed #2676: AutoIt.chm Installdir.htm Sqlite reference. UDFs: - Removed: http://api.exip.org/?call=ip from _GetIP() as the site was taken offline. - Removed: _WinAPI_GetUDFVersion() as all UDFs share the same version number as the AutoIt version they are shipped with. - Changed: $DOW_* constants to $DMW_*. - Changed: Reverted re-write of _PathFull() and _PathGetRelative(). - Changed: Re-wrote Array UDF to add 2D support and add some functions. THIS IS A SCRIPT BREAKING CHANGE. - Changed: Excel UDF was re-written. Functions and/or parameters have been renamed, removed or added. THIS IS A SCRIPT BREAKING CHANGE. - Changed: _SQLite 3.8.2.0 -> 3.8.4.3. - Changed: 5 second timer in _GetIP() to 5 minutes, due to the requirements of http://www.whatismyipaddress.com. - Added: _SQLite_SQLiteExe() download sqlite3.exe when needed. - Added: http://bot.whatismyipaddress.com as an IP disovery site to _GetIP(). - Fixed #2660: Button on GUI example. - Fixed: _IECreate() disable use of Windows Key. - Fixed #2689: When $bCursor in _ScreenCapture_Capture() was set to True and the PC was locked. Click here to download this file
    4 points
  2. In the moment there are two UDF's for serial communication: >Serial Port / COM Port UDF (needs comMG.dll) >Serial Communication using kernel32.dll The first UDF is very popular, but it has the disadvantage, that an unknown DLL needs to be used. The second UDF use the Windows API, but it has much less features. So, I decided to create an another UDF for my requirements. You can find the result here: http://www.autoitscript.com/wiki/CommAPI It is a further development of the second UDF and has (almost) all functions of the first UDF. Feel free to fix any existing bugs and to extend it with additional functions.
    1 point
  3. http://mark0.net/code-tridlib-e.html
    1 point
  4. I do not use Code Wizard either, but can confirm this message on an 8.1 system.
    1 point
  5. Palestinian, What a load of tosh! The AutoComplete function in SciTE uses the various properties files. You can add new functions to the list using the UserCallTip Manager accessible via SciTEConfig - this also adds a calltip when you start adding parameters to the function. If you look in the Scite folder of the AutoIt install, you see the CodeWizard subfolder. I have never used the utility myself, but reading the text file in that folder I learn that it will: Generate code according to the user choices for the following functions: - Message Box - Input Box - ToolTip - SplashText - SplashImage - GUISetBkColor - GUICtrlSetColor - GUICtrlSetBkColor - GUICtrlSetFont - GUICtrlSetCursor M23
    1 point
  6. I ran into that error before, after a little Googling I found a topic that was started around 2005 I think? and what I understood is that the Code Wizard is the auto complete function in SciTE, I could be wrong and would be very interested in seeing what the Code Wizard is. EDIT: More Googling.
    1 point
  7. Local $removeFile $removeFile = FileDelete($THRegBkup) If $removeFile Then _FileWriteLog($logHandler, "INFORMATION: File " & $THRegBkup & " deleted.") Else _FileWriteLog($logHandler, "WARNING: File " & $THRegBkup & " not deleted or it does not exist.") EndIf You forgot to close the brackets.
    1 point
  8. trancexx

    Announcement

    I've just received confirmation mail from the site owner about a proposal I made to him few weeks ago. I'll be very short now because I have plenty of work to do to put things in place. So, the short version is that I'm new site owner. This includes AutoIt licence in full. As far as this site is concerned there will be some changes, mostly in team members. I think also that MVP section of the forum will be opened for reading for all members and status of some blue members will be revised. Trolls will be remlved from the board. For the most important part of this change (language development) I'm happy to say that development will continue, only now in full speed and strength. I will open new parts of the source, and completely the sources of most of AutoIt tools. I already have a team of developers working actively since Jon gave green light few days ago. I will also contact few more people tomorrow to include them in the new dev team, so do read your mails. Expect plenty of changes, and wish me/us luck. God speed. (I will move this to announcements section of the forum as soon as I get administrator credentials)
    1 point
  9. Try running it manually in Admin mode.
    1 point
×
×
  • Create New...