Community
Participate
Working Groups
Build Identifier: 20110916-0149 I create a new RUIhandler and only drag a datagrid on the handler, using design mode. In source code, I receive no error. In design mode, I recieve error: Could not render UI 'egl.egl.javascript.Job' is null or not an object [CRRUI2094E] Here are the EGL function calls leading to this error: Div.<init>() [native JavaScript] Div.<init>() [native JavaScript] DataGrid.<init>() [native JavaScript] org/eclipse/edt/rui/widgets/DataGridLib.egl() at line 27 fds.<init>() [native JavaScript] fds.<init>() [native JavaScript] 'egl.egl.javascript.Job' is null or not an object khgfd/org/eclipse/edt/rui/widgets/DataGrid.js?contextKey=3:64 [CRRUI2095E] Could not find the EGL function calls leading to this error generated source code: handler fds type RUIhandler{initialUI =[ui ], onConstructionFunction = start, cssFile = "css/khgfd.css", title = "fds"} ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ DataGrid ]}; DataGrid DataGrid{ layoutData = new GridLayoutData{ row = 2, column = 2 }, behaviors = [ ], headerBehaviors = [ ], columns = [ new DataGridColumn{name = "field1", displayName = "Column 1 Header", width=120}, new DataGridColumn{name = "field2", displayName = "Column 2 Header", width=120} ], data = [ new Dictionary { field1 = "Row 1, Column 1", field2 = "Row 1, Column 2"}, new Dictionary { field1 = "Row 2, Column 1", field2 = "Row 2, Column 2"} ] }; function start() end end Reproducible: Always Steps to Reproduce: 1. create egl web project with services 2. create a new RUIhandler 3. drag & drop a datagrid onto the page
Chris, this was a regression problem and was fixed. Please try with the latest nightly build.
This bug was fixed in 0.7.