Jump to content

Keeping my GUI from going "UNRESPONSIVE"


Gui
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by Gui
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...