It is not exactly what I need. I want to work by reference. Otherwise I will be force to pool the coordonate of each Control in my application. And belive me there is a lot of controls in this application.
Actualy, I found a work arround. I'm creating an array of reference and I'm pooling, in a for loop, for each focus key state. I'm creating a copy of the reference who has the focus. And I do all I have to do...
I have one problem though. The boolean control are not getting the focus when I click on them same thing with the sliders. And I didn't test all the types of control. Now I need to find a work arround for this. Maybe a work arround would be an other development environment... 😉
Nitrof