AD
Administrator
Syncfusion Team
June 8, 2006 10:23 AM UTC
Hi Evgeny,
Our apologies for the delay in addressing these issues. I have consulted the Edit development team regarding Defect # 2122.Our development team''s opinion is,long pending operations are performed while EditControl is loaded. The same behavior can be observed, for example, in Visual Studio when project is being compiled.Work is in progress on Defect # 959 ,I have also raised the priority of this defect, and will try our very best to resolve this issue at the earliest.
Thanks for your patience.
Regards,
Ebenezer.P
AD
Administrator
Syncfusion Team
June 8, 2006 01:56 PM UTC
According to #2122:
I suspect that problem might be in the realization of StreamEditControl. When I do call
sfEditControl.ApplyConfiguration(LanguageName);
in my code Edit control internally calls constructor and methods in StreamEditControl.
So I had default cursor, then it has been changed in StreamEditControl constructor to
this.Cursor = Cursors.IBeam;,
then probably there were calls ProcessOperationStart which set cursor to
Cursor.Current = Cursors.WaitCursor;
and ProcessOperationEnd which set cursor to
Cursor.Current = Cursors.Default;
If I have 3 Edit controls on my dialog there are at least 9 flicks: 3 ficks * 3 Edit controls.
AD
Administrator
Syncfusion Team
June 9, 2006 09:47 AM UTC
Hi Evgeny,
I have consulted the Edit development team regarding the above mentioned issue and will update you with more information shortly.
Thanks for your patience.
Regards,
Ebenezer.P