kjactive Posted March 5, 2005 Share Posted March 5, 2005 :"> Is there a way to halt msg messages until an action sets in like in most other languages to prevent overheat of the system memory... example: $msg = GUIGetMsg(1) // wait for api messages Select case case endselect Kåre Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Link to comment Share on other sites More sharing options...
zcoacoaz Posted March 5, 2005 Share Posted March 5, 2005 i dont think so [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Link to comment Share on other sites More sharing options...
layer Posted March 5, 2005 Share Posted March 5, 2005 GUIGetMsg automaticall saves system CPU... read the helpfileFrom HelpFile for GUIGetMsg:RemarksThis function automatically idles the CPU when required so that it can be safely used in tight loops without hogging all the CPU. if thats what your looking for FootbaG Link to comment Share on other sites More sharing options...
SlimShady Posted March 5, 2005 Share Posted March 5, 2005 Try the OnEvent mode. See if that works for you. Link to comment Share on other sites More sharing options...
kjactive Posted March 7, 2005 Author Share Posted March 7, 2005 Yes I know that I can slow down the msg 'runtime' but if I got several windows open at the same time and they all got lots of case to check a every run this would take up some CPU power even if I do not do anything, even a mouse move - why, is there not a 'waituntilnextmsg' or is this ment to do constant check at every 250 ms Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Link to comment Share on other sites More sharing options...
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