Modify ↓
Opened 12 years ago
Closed 12 years ago
#2469 closed Feature Request (Completed)
Example: GUIGetMsg[2] - inconsistency?
| Reported by: | mlipok | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.9.22 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
in example GUIGetMsg[2].au3
there is:
; Avoid high CPU usage. Sleep(10)
but in:
GUI Reference - MessageLoop Mode
In the MessageLoop mode you will only receive events while you are actively polling the GUIGetMsg function so you must ensure that you call it many times a second otherwise your GUI will be unresponsive.
Show me the truth ?
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Milestone: | → 3.3.9.22 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Removed by revision [9023] in version: 3.3.9.22
Note:
See TracTickets
for help on using tickets.

I forgot to add that:
in:
GUI Reference - MessageLoop Mode
now
Show me the truth.