Jump to content

mouseclick wont work correctly sometimes


Recommended Posts

im trying to use mouseclick on a program called youwave which is an android emulator that appears to be based on virtual box.

when autoit goes to click a button the button wont depress until i manually drag the cursor out of the application about 75% of the time.

im using windows 7 64bit with uac turned off and mouseclick works everywhere else. is there anything i can do to fix this?

it doesnt have standard windows controls so control click is out afaik.

an example of me trying to push the app button inside youwave

#RequireAdmin;shouldnt need this but its there anyway
AutoItSetOption("MouseCoordMode", 0)
WinActivate("YouWave")
Sleep(1000)
MouseClick("primary", 244, 624)
MouseUp("primary");nope this doesnt help either
Link to comment
Share on other sites

blue stacks doesnt seem to have the same problem and runs pretty fast but it slows my pc down until i reboot. ill save that one as a last resort.

the emulator that comes with the android sdk is way to slow and i dont seem to have the option in my bios to support the faster emulation options.

i think i had the same problem with the android vm i tried for virtualbox.

i havent come accross any others.

Link to comment
Share on other sites

havent made it that far this is happening when i try to open the app browser and also setting the coords for the wallpaper area brings up the change wallpaper as if i had held the mouse down.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...