Hello,I migrate an application (native code) from V8 2004 to V8i. In the application I have a function synchronising the cursor position in a master view with a slave view. This is done using mdlView_setFunction(VIEW_DRAWCURSOR,...). When the function is set, each times the mouse is moved in the master, the function received the position and we draw a cross representing the mouse position in the slave view.Since VIEW_DRAWCURSOR is deprecated, how can I do the same thing in V8i. I have take a look to the sample called Viewdeco but I cant found my happyness in this code...Many thanks in advance.Philippe HALET