Gui Posted January 24, 2011 Posted January 24, 2011 I have a script which uses multiple custom made functions - in which 90% use WinHTTP functions or web requests. For those of you who have experience with AutoIt Web Requesting, it causes the AutoIt GUI to go Unresponsive (that is - if many WR functions are running side by side). Is there a possible solution to this? I've heard _AdLibEnable ;but I thought that just lowers process usage or something, and didn't figure that would help. Anyways, any options do - able would be greatly appreciated! Regards, GUI
JohnOne Posted January 24, 2011 Posted January 24, 2011 I think it may become unresponsive because of running functions.This wiki page might help you, how to interrupt a running function AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
ProgAndy Posted January 24, 2011 Posted January 24, 2011 Maybe you could use WinHTTP in asynchronous mode. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Gui Posted January 24, 2011 Author Posted January 24, 2011 (edited) John: That's for interrupting a loop, which I already know how to do. I don't think that could help with a GUI going unresponsive. ; Thanks though. Maybe you could use WinHTTP in asynchronous mode.Asynchronous mode? I don't get that - how? Thanks for the reply by the way. Edited January 24, 2011 by Gui
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