Jump to content

Recommended Posts

Posted

I have a strange problem when I use this function on my computer x64. If I use this function after I close the script, AutoIt.exe process don't dissaper from Task Manager list, and my CPU usage for the process is about 50%. If I use a normal edit control this problem disappear. Have anyone this problem on x64? or know what should be the reason?

This is the line in my script where I use this function:

_GUICtrlRichEdit_Create($MAIN,"",10,85,680,455)
Posted

_GUICtrlRichEdit_Create($MAIN,"",10,85,680,455)

it would probably be easier to diagnose with a little more context... and what do you mean you use it after you close the script? showing the full code (or atleast enough to know what you mean by closing your script) with both edit controls would probably get a pretty quick answer...
Posted

Isn't any complicated script, just a gui with 2 labels and this rich edit control.

and what do you mean you use it after you close the script?

I mean, if I click on close button from my GUI, the process will not dissapear from task manager list, even if script is terminated. This happens only when I use rich edit control.

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
×
×
  • Create New...