Jump to content

Wisenlucky

Members
  • Posts

    8
  • Joined

  • Last visited

Wisenlucky's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hey, its some custom application which makes bets.
  2. Got it, thanks Jos. Thought it was related thread.
  3. Hey everyone, I am trying to send mouseclick to control, but just cant understand why it doesnt work. Please help as I might brake something useful in my head... Commands I've tried: ControlClick("Logs","Clear","[CLASS: WindowsForms10.Window.8.app.0.141b42a_r10_ad1; INSTANCE:1]") ControlClick("Logs","Clear","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad1; INSTANCE:1]") ControlClick("Logs","Clear","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad11; INSTANCE:1]") ControlClick("Logs","Clear","[ID: 593764]") ControlClick("Logs","Clear",593764) ControlClick("Logs","","[CLASS: WindowsForms10.Window.8.app.0.141b42a_r10_ad1; INSTANCE:1]") ControlClick("Logs","","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad1; INSTANCE:1]") ControlClick("Logs","","[CLASS: WindowsForms10.STATIC.app.0.141b42a_r10_ad11; INSTANCE:1]") ControlClick("Logs","","[ID: 593764]") ControlClick("Logs","",593764) And all the combinations with WinActivate("Logs") Attached is the screenshot of Autoit Info window. Is it me? Or some "unclickable" control?
  4. Uh. Now I think I got it! Works perfectly now. Thanks a lot for your UDF, help and such a quick bugfix!
  5. Thanks a lot. I don't imagine how I would live further without your permission. Actually I did. Just made mistake posting not all the included UDF's. I included all the other UDF's as in your example script, as i wasn't sure - maybe Skype.au3 UDF uses some of them. This is the code (corrected the code above also) #include <GUIConstants.au3> #include <Array.au3> #include <WinAPI.au3> #include "lib\Skype.au3" #AutoIt3Wrapper_UseX64=n $sUserHandle = "Wisenlucky" _Skype_ChatCreateWith($sUserHandle) I read your tutorials before posting. It didn't help. For example as I understand I need to create chat first , then send the message using these functions. Nowhere in the manual I can find what's $sUserHandle and what's $iChatId. Logic tells me $sUserHandle is the username or skype nickname. Neither of them works in the code above. Second problem - nowhere in tutorial I can find how to get parameter ChatId. Can any one give any advice regarding these parameters?
  6. Hi everyone, How do I send skype message using this UDF? I added the Libraries to my code, trying to run, but nothing happends. #include <GUIConstants.au3> #include <Array.au3> #include <WinAPI.au3> #include "lib\Skype.au3" #AutoIt3Wrapper_UseX64=n $sUserHandle = "Wisenlucky" _Skype_ChatCreateWith($sUserHandle)
  7. Hello everyone. I don't know if it's the right place to ask, but: Is there any difference between mouseocr() and _OCR function options by default? I teached the script characters I want to recognize, mouseocr() function recognizes the characters 100%. But _OCR(same area) cannot recognize the text line. And by the way thanks for a great software!
×
×
  • Create New...