This is a migrated thread and some comments may be shown as answers.

Preview_Compass and smooth mouse movement

1 Answer 18 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Niranjan
Top achievements
Rank 1
Niranjan asked on 07 Dec 2010, 10:07 AM
Hi

I have implemented Preview_Compass function to enable/disable few indicators of a compass. When this function is implemented the mouse movement is not smooth as compaired to when the function is not implemented.

Any idea, how this can be achived smmothly ? ( The problem with this is that, moving the mouse causes it moved outside the panel window )

I had taken the sample from the post - http://www.telerik.com/community/forums/silverlight/docking/prevent-docking-on-some-sides-of-raddocking-component.aspx

-Rajesh

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 09 Dec 2010, 05:29 PM
Hello Niranjan,

 Such problem could be hit if the logic in the event handler is too complex. The event is fired very often (every time the mouse is moved) and if this is the case you should consider making the logic more simple.
If this is not the case, could you please provide us a sample project that reproduces the issue? This would help us investigate what the problem is and help you resolve it.

Best wishes,
Miroslav Nedyalkov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Docking
Asked by
Niranjan
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or