Jump to content

Leaderboard

Popular Content

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

  1. Okay, but you didn't answer my question. Why are you sending the message to the control? - It could be the problem.
    1 point
  2. To all, My remark wasn't to mean that someone in particular did a bad job. Clearly, AutoIt (the core as well as the standard UDFs) has evolved slowy under freetime impulsion of various people and, lacking a complete and detailed development plan, it's no wonder that rigid and clever conventions proved hard to enforce. Also the need for backward compatibility -albeit not very strict- contributes to keep imperfect or non-consistent conventions to continue. A good example of that is the convention used here and there to carry the row count in the first element of 1D arrays, while other functions don't.
    1 point
  3. Just use the function StringSplit and use all 3 of your characters as delimiters and use flag 0 ($STR_CHRSPLIT) so that it splits on each character.
    1 point
  4. Oh my lord. http://lmgtfy.com/?q=stop+function+until+msgbox+is+clicked+autoit Help documentation pls save me.
    1 point
  5. Yes it does. $hGUI = GUICreate("Test", 230, 100, -1, -1, $WS_POPUP, BitOR($WS_EX_LAYERED, $WS_EX_TOOLWINDOW)) The least you could have done is try it before saying it doesn't work.
    1 point
  6. A little late to the party.. but thinking outside the box, would you allow this...? ShellExecute("http://www.playrps.com")
    1 point
×
×
  • Create New...