Opened 12 years ago
Closed 11 years ago
#2341 closed Bug (No Bug)
dllcall() function causes GUI hang.
Reported by: | salaviej.vova@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.8.1 | Severity: | None |
Keywords: | dllcall, gui hang, gui | Cc: |
Description
When the called dll function is working for a long time, GUI window title sets to "Not responding" and it stops interacting with a user. Only when the function exits, the interface starts working properly.
Attachments (0)
Change History (4)
comment:1 follow-up: ↓ 3 Changed 12 years ago by anonymous
comment:2 Changed 12 years ago by Jpm
You are not following the guideline for submitting a report.
Unless you update with those info the ticket will be close.
Perhaps the best is to go to the forum to get help first.
JP
comment:3 in reply to: ↑ 1 Changed 12 years ago by salaviej.vova@…
Replying to anonymous:
This is pretty much expected, seeing as you are working in a single-threaded enviroment.
Yes, Autoit is a single-threaded, but it can, for example, play sound or download file using InetGet in the backgroung. Why it can't do the same with dllcall?
comment:4 Changed 11 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
Here is not the place to discuss. Go to the forum. Thank.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
This is pretty much expected, seeing as you are working in a single-threaded enviroment.