Community
Participate
Working Groups
I'm not sure if this is a deployment or IR dependency issue, reassign as necessary. Deploy the attached project. Weather.egl uses org.eclipse.edt.rui.widgets.Image on line 81, but it's not included in the html so when I run it fails because org.eclipse.edt.rui.widgets.Image is undefined.
Created attachment 202636 [details] testcase
Created attachment 202967 [details] Patch for HTML Gen This is a patch for HTML Generator. Please review it. Thanks.
Created attachment 202969 [details] Patch for IRUtils Hi Paul, Here is a patch for IRUtils.java, please review it. The patch removed the below visit method in PartsReferencedResolver: public boolean visit(ArrayLiteral expr) { expr.getType().accept(this); return false; } Think about below case: handler MyHander1 type RUIhandler {initialUI = [ ui ],onConstructionFunction = start, cssFile="css/MyRUI4.css", title="MyHander1"} Button button{ text = "Button1" }; ui Box{ children = [button, new Image{}]}; function start() end end The Image is not in the dependent parts got from IRUtils.getReferencedPartsFor(part).
All fixes are in. Resolve this. Thanks.
Created attachment 203412 [details] college test app I still can't display a datagrid that includes columns because the , "org/eclipse/edt/rui/widgets/DataGridColumn.js" is not included.
see previous comment and file attachment
Hi Joe, DataGridColumn is a basic handler, this issue is covered by bug 357284. so resolved this bug. Thanks.
*** Bug 357162 has been marked as a duplicate of this bug. ***
verified