CursorTool (Silverlight)
Posted: Tue Feb 15, 2011 4:07 pm
Hello!
I am developing a project using Silverlight TChat component (version 4.1.2010.9282). I have several questions related to the CursorTool:
1. The cursortool moves slowly. When i move cursortool processor usage is about 100 percent on my pc (dual-core Intel CPU 3 GHz). I have attached example code. Using the properties FastCursor not help, since in this case the cursortool is not displayed.
2. How can I change the mouse cursor that displays while the mouse pointer is over cursortool? Now all the time is shown IBeam cursor and i can't change them like that:
cursorTool.Cursor = System.Windows.Input.Cursors.Hand;
Best Regards,
Ernst
I am developing a project using Silverlight TChat component (version 4.1.2010.9282). I have several questions related to the CursorTool:
1. The cursortool moves slowly. When i move cursortool processor usage is about 100 percent on my pc (dual-core Intel CPU 3 GHz). I have attached example code. Using the properties FastCursor not help, since in this case the cursortool is not displayed.
2. How can I change the mouse cursor that displays while the mouse pointer is over cursortool? Now all the time is shown IBeam cursor and i can't change them like that:
cursorTool.Cursor = System.Windows.Input.Cursors.Hand;
Best Regards,
Ernst