Meszaros Csaba Posted February 2, 2006 Posted February 2, 2006 Does somebody know why aren't the buttons in GUI's sensitive enough? I have a feeling that I must push a button twice as hard and as slow as in other applications like Flash projectors and similar. Csaba
Valuater Posted February 2, 2006 Posted February 2, 2006 1 Requests for help should be posted in support 2 try going to the control panel and click "mouse"... there are many tests and settings there that may help you 8)
JSThePatriot Posted February 2, 2006 Posted February 2, 2006 3 What GUI are you using? 4 Who created it? If you did... then I would bet your loop time is too long hence the need to press "hard" and "long". JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
Valuater Posted February 2, 2006 Posted February 2, 2006 3What GUI are you using?4Who created it? If you did... then I would bet your loop time is too long hence the need to press "hard" and "long".JSvery good, JS... because you stated #4, i find that to be very true also.... good thinking8)
Meszaros Csaba Posted February 2, 2006 Author Posted February 2, 2006 And what's the time you would recommand, I mean the minimum time enough, usually I'm looping with Sleep(100) ?
Valuater Posted February 2, 2006 Posted February 2, 2006 (edited) And what's the time you would recommand, I mean the minimum time enough, usually I'm looping with Sleep(100) ?if you are using " GUIGetMsg()" in the loop you do not need a sleep. otherwise i would try 20 or 108) Edited February 2, 2006 by Valuater
Meszaros Csaba Posted February 2, 2006 Author Posted February 2, 2006 Thanks, I'm using GUIGetMsg(). So it will keep my GUI alive without a Sleep() inside the While...WEnd loop ?
Valuater Posted February 2, 2006 Posted February 2, 2006 Thanks, I'm using GUIGetMsg(). So it will keep my GUI alive without a Sleep() inside the While...WEnd loop ?Yes!... it will survive..lol8)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now