d4rk Posted April 8, 2008 Posted April 8, 2008 (edited) add a 'tester' ... while 1 Opt("WinTitleMatchMode",2) if WinActive(" - Notepad")=0 then blockinput(1) sleep(2000) blockinput(0) endif wend Edited April 8, 2008 by d4rk [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
rasim Posted April 8, 2008 Posted April 8, 2008 You're using the BlockInput method, I need an alternative... ControlSend()
AdmiralAlkex Posted April 8, 2008 Posted April 8, 2008 Have you tried ControlSend()?? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
d4rk Posted April 8, 2008 Posted April 8, 2008 You're using the BlockInput method, I need an alternative... just stop writting for 2 second (a short time to make send() know that he has a wrong writting target) then everything back to normal ? can't your script work with blockinput() ? [quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys
AdmiralAlkex Posted April 8, 2008 Posted April 8, 2008 @rasim & AdmiralAlkexI'm trying ControlSend() but i'm sure not sure about the ControlID part? Is it compulsory to add?NOT compulsary. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Bert Posted April 8, 2008 Posted April 8, 2008 Use the AutoIt Window info tool to get the ID you need. The Vollatran project My blog: http://www.vollysinterestingshit.com/
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