if( Status("ActionEx") == ... ) // see codes http://www.amibroker.com/f?status
{
... heavy code here
}
else
{
... lightweight code here
}
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: iceboundbug
To: [email protected]
Sent: Friday, May 22, 2009 6:10 AM
Subject: [amibroker] How to stop regular user action refresh
Hello All,
I would appreciate if someone can tell me how to stop regular user action
refresh within Ami.
I need this because my code is very complex (including DLLs) and it takes few
minutes to complete a single execution run so if I accidently hit the mouse key
few times Amibroker freezes.
I like to be able to refresh via some other action like changing a parameter
from parameter window.
Thanks in advance.