|
Vilcabamba, Ecuador
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012
|
ok, this is giving me the change in focus
ChartControl.ChartPanel.GotFocus += new EventHandler (ThisGotFocus);
ChartControl.ChartPanel.LostFocus += new EventHandler (ThisLostFocus);
but, now I'm not sure about starting a Thread (for the voice recognition) inside Ninja, if it is going to cause problems.
Because it seems when I press F5 (to reload the indicator) the existing thread is not terminated and a duplicate is started...not sure but it seems to be this way, and if so this is going to cause problems.
perhaps a C# guru will know.
Thank you.
|