Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Bug - onMouseDown ?

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Bug - onMouseDown ?
Link Posted: 06-Jan-2006 01:14
Hi,
Try doing very fast consecutives left clicks on everywhere on the grid during a few seconds (sometimes you have to do it during one minute) and you will get an exception !
This happens in my program, but also in the FlyGrid Demos.
Here is the ouput I get from my program:

System.NullReferenceException was unhandled
  Message="Object reference not set to an instance of an object."
  Source="NineRays.FlyGrid"
  StackTrace:
       at NineRays.Windows.Forms.FlyGrid.OnMouseDown(MouseEventArgs me)
       at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at NineRays.Windows.Forms.FlyGrid.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.Run(Form mainForm)
       at AdminSystem.Global.main() in C:\Documents and Settings\samuel\My Documents\Visual Studio 2005\Projects\ADMINSYSTEM\Business Logic\Global.vb:line 126
       at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
       at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
       at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
       at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
Link Posted: 17-Jan-2006 02:47
Please download latest FlyGrid.Net 1.2.12 to solve this problem.
Link Posted: 17-Jan-2006 05:59
Wrong. If you do the stress test I've described above in your demos, you will get a crash sooner or later.
I've got the same crash in my application because of the flygrid. Annoying
Link Posted: 17-Jan-2006 06:14
Please let me know where in the demos we can find this error to solve this problem, or we can provide you with debuggable version of FlyGrid.Net to more quickly determine place of error.
Link Posted: 17-Jan-2006 06:28
Launch 'Fastest DataBinding' demo.
Click on the edge of the grid and it will crash.

Link Posted: 17-Jan-2006 07:07
Thanks for your help, this incorrectness is found and solved.
Nearest FlyGrid.Net update will available at the end of this week.