Jump to content

Leaderboard

Popular Content

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

  1. Jon

    AutoIt v3.3.13.0 Beta

    File Name: AutoIt v3.3.13.0 Beta File Submitter: Jon File Submitted: 07 Jul 2014 File Category: Beta 3.3.13.0 (7th July, 2014) (Beta) AutoIt: - Added #2761: AutoIt.chm title versioning. - Fixed #2755: SetError() doc precision. UDFs: - Changed: _SQLite 3.8.4.3 -> 3.8.5.0. - Added #2732: ObjName() doc example. - Added #2751: Regions and GUI control tip labels to the control sample example. - Added #2764: _WinAPI_ShellExecuteEx(), _WinAPI_GetPriorityClass() doc constants. - Fixed #2734: Incorrectly setting the wrong member. - Fixed #2736: DriveGetType() and _WinAPI_SetWindowPos() Doc Constants.au3 to AutoItConstants.au3. - Fixed #2737: _WinAPI_ShellGetStockIconInfo() doc $SIID_ constants. - Fixed #2744: Requires IE5 removal as Min OS = Windows XP. - Fixed #2741: _WinAPI_DrawThemeEdge() constants reference in BorderConstants.au3. - Fixed #2740: _WinAPI_IsProcessorFeaturePresent() doc $PF_* constants. - Fixed #2739: _WinAPI_SetLocaleInfo() doc $LOCALE_* constants. - Fixed #2738: _WinAPI_ShellRestricted() doc $REST_* constants. - Fixed #2745: Mismatch of supported operating system with the official AutoIt site. - Fixed #2746: IE6Example.htm refreshing and associated COMRef.htm. - Fixed #2749: Bad Include in Com example. - Fixed #2748: Variable used before declaration. - Fixed #2758: _ArrayPermute() with multicharacter delimiter. Au3Check: - Fixed: False error report on Com variable. Click here to download this file
    2 points
  2. qwert

    GUI design concepts.

    czardas, nice idea. I made a couple of small adjustments and ended up with a miniature popup control panel. For some uses, this will be far easier than defining buttons. I had never looked at how the menu bar functioned (or didn't) in a popup. Thanks.
    1 point
  3. Jon

    AutoIt Grammar

    Emailed.
    1 point
  4. Your example seems to show 3 lines. Does your input string actually contains line breaks? Anyway that doesn't matter much. Try this: Local $sInput = "2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2," & @CRLF & "2,0,0,4,0,1,0,0,0,0,0,3,0,0,0,0,0,0,0,2," & @CRLF & _ "1,0,0,0,6,0,0,1,1,0,0,0,0,0,6,0,0,0,0,2," & @CRLF & "1,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,1,1,2,2" ConsoleWrite(Execute("'" & StringRegExpReplace($sInput, "(\d+)", "' & $1 + 1 & '") & "'") & @LF)
    1 point
  5. Not all applications are visible to the windows API which AutoIt used internally. That explains why most work and some don't, Windows info tool uses the same APIs. Post summary tab info from WIT and meanwhile look in example thread for AUIAutomation sticky who's code can handle the types of app you are trying to interact with.
    1 point
  6. Hi Blazer, I did it for the version 2010, I haven't previous or following versions to test it.
    1 point
×
×
  • Create New...