Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Grid - Support multiple lines in a GridItem and SWT.VIRTUAL ?


Hi Ivan,

Can you enter a bugzilla issue?

Regards,
-Chris


From: "Ivan Ooi" <olibralo@xxxxxxxxx>
To: "Nebula Dev" <nebula-dev@xxxxxxxxxxx>
Date: 06/23/2007 12:32 AM
Subject: Re: [nebula-dev] Grid - Support multiple lines in a GridItem and        SWT.VIRTUAL ?




oh ya! one small problem, try scroll to until end of row and press page down key. It will cause JVM crash.

java.lang.NullPointerException
   at org.eclipse.nebula.widgets.grid.Grid.onKeyDown(Grid.java:6918)
   at org.eclipse.nebula.widgets.grid.Grid.access$4(Grid.java:6616)
   at org.eclipse.nebula.widgets.grid.Grid$8.handleEvent(Grid.java:5877)
   at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent (Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendKeyEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendKeyEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.wmKeyDown(Unknown Source)
   at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Unknown Source)
   at org.eclipse.swt.widgets.Control.windowProc (Unknown Source)
   at org.eclipse.swt.widgets.Canvas.windowProc(Unknown Source)
   at org.eclipse.swt.widgets.Display.windowProc(Unknown Source)
   at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
   at org.eclipse.swt.internal.win32.OS.DispatchMessage(Unknown Source)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
   at GridSnippet3.main(GridSnippet3.java:108)
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev


Back to the top