Modify

#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 mlipok, on Sep 14, 2013 at 11:57:33 PM

I forgot to add that:

in:
GUI Reference - MessageLoop Mode

Do not put a manual sleep in the loop for fear of stressing the CPU - this will only cause the GUI to become unresponsive

now
Show me the truth.

comment:2 by guinness, on Sep 15, 2013 at 8:19:01 AM

Milestone: 3.3.9.22
Owner: set to guinness
Resolution: Completed
Status: newclosed

Removed by revision [9023] in version: 3.3.9.22

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.