qooxdoo item.setImage在更新到3.5后失败

qooxdoo item.setImage在更新到3.5后失败,qooxdoo,Qooxdoo,qooxdoo 3.5更改了qx.ui.mobile.basic.Image#u applySource。 resourceManager.getImageWidth(源)返回0,因为我的源不在qooxdoo源文件夹内。 除了将文件移动到qooxdoo源文件夹之外,还有其他解决方案吗 //I'm using following inside qx.ui.mobile.list.List configureItem. //../repository/myApp/resources is not t

qooxdoo 3.5更改了qx.ui.mobile.basic.Image#u applySource。 resourceManager.getImageWidth(源)返回0,因为我的源不在qooxdoo源文件夹内。 除了将文件移动到qooxdoo源文件夹之外,还有其他解决方案吗

//I'm using following inside qx.ui.mobile.list.List configureItem.
//../repository/myApp/resources is not the resourceUri as set in LibraryManager.
item.setImage("../repository/myApp/resources/Ellen.png").

此错误已在分支3\u 5\u x中修复

通过替换qx.Mobile图像文件的内容,您可以在本地框架内修补固定版本: