Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/26/2012 in all areas

  1. FireFox

    Combobox Sleep

    Hi, GUICtrlRead is used to read GUI controls, if you want to get the value of a simple variable then just do : Global $Tiempo = 1 ;assign the value 1 to Tiempo $Tiempo = $Tiempo * 60000 _Delay() Func _Delay() Sleep($Tiempo) ;set the var $Tiempo as delay param (give the $Tiempo value) EndFunc ;==>_Delay Don't forget to use the helpfile (F1 hotkey in SciTE). Edit : typo. Br, FireFox.
    1 point
  2. boththose, Did you read my post above? When I say "drop it" I mean "drop it" - not post again on the same lines. Please do not do so next time. Apology accepted. JonBMN, Your editing of the first post leaves a lot to be desired in the politeness stakes. For someone who complained about the responses of others I am disappointed that you felt that you needed to do that. Thank you for amending it yet again. All, Either play nicely or this game gets stopped. I hope you all understand and my involvement in this thread ceases here. Thanks to all - let us keep it this way. M23
    1 point
  3. hannes08

    Psexec with Autoti

    Once again without the error. It was just meant as an example... Dim $string For $i = 0 To $xy Run(@ComSpec & " /c " & $execPath & ' ' & $computer & ' -u ' & $username & ' -p ' & $password & 'java.exe /qn') If @error Then $valid = False $n = @error $string &= $computer & ": " & $valid & " " & $n & @CRLF EndIf Next MsgBox(0,"Returns:", $string) Search the forum for multi-thread you may find a solution.
    1 point
  4. hannes08

    Combobox Sleep

    a small example: Sleep(GuiCtrlREad($GuiElement)*1000)
    1 point
  5. LarryDalooza

    Autoit Future

    I imagine a soda machine in your basement full of "Monster" or "Amp". Lar.
    1 point
×
×
  • Create New...