Jump to content

aris

Members
  • Posts

    12
  • Joined

  • Last visited

aris's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. tesseract sucks big time compared to abbyy at least in the bitmaps i tried to parse
  2. winactivate("ABBYY","") works. so should controlclick so its not an issue i think but thanks
  3. you mean abbyy? no it only has a gui interface i cant understand how i can see the button name and everything ok but i can't press it with control click but i can press it with mouseclick.
  4. hi, im trying to automate ocr abby which has a window that i can activate, but i can't push any buttons in it. with previous ver of abbyy all worked smoothly but with the new one, it seems like it doesn't accept automated clicks? can they detect that? i tried sending enter, i tried control clickiing "Button1" , "BUTTON1","4019" as an id etc etc nothing seems to work. in the end i click the mouse coords but thats not very good cause i must have the window fixed. any ideas?
  5. hi, i have a control which changes position and rotation but remains fixed in size. i want to get the boundaries of the control image like from x,y extends to x1,y1. any clues?
  6. i think ill make a script and run it from c#...
  7. hi thanks, i have a problem with that ive never used udf from c#. im using the dll and a class with all function refs, no udf funtions there. any hint as to how use it?
  8. wot? there is no such funtion on the help file?
  9. (c#) i have the control name like Button3 but i need to get the id. i can see this from autoit window info but i want to get it real time. i can get pos,width height etc but not id? i didn't find any function to do this. thanks
  10. its was an example i think you understood my point. can we have events with autoit and callbacks or not? replace("control added","control.position_changed") or something is the proper technique to put a timer and then parse to see if something changed?
  11. hi, can i somehow attach to an event ? i mean i want to check the state of a control exists for example or position but without running a timer with autoit.getcontrol in it cause its bad programming. can i do this with autoit and c#?
  12. hi, ive used extensively autoit with C# with desktop app interaction. now i want it to interact with a flash web application and i dont know how to do that. in the window/control info window i get 1 instance and 1 class "Flashxxx something" how am i supposed to know which button to press, or get control's text or press a button? the only difference is the x,y coords in the 1 control. is it something i am missing? in general can autoitX automate flash player apps inside a browser? thanks in advance
×
×
  • Create New...