stas Posted August 28, 2014 Posted August 28, 2014 Hello, I'm create sample component with JSObjects.DefaultJSClassName:='Ext.ux.sample.component' and published property ClientEvents; In Design-time, when i call ClientEvents.ExtEvents, i get error "Resource EXTJS_EXT_UX_SAMPLE_COMPONENT not found" When I create resource UniSample.res with resource EXTJS_EXT_UX_SAMPLE_COMPONENT and attach this resource to uniGUI[XX]dcl.dpk design-mode work fine, but it is wrong. What should I do ? Thanks P.s UniGui 0.96.0.1068
Administrators Farshad Mohajeri Posted August 28, 2014 Administrators Posted August 28, 2014 Where does "Ext.ux.sample.component" come from. Does this exist?
stas Posted August 28, 2014 Author Posted August 28, 2014 It's sample component. Javascript file sample.js for example Ext.define('Ext.ux.sample.component',{extend: 'Ext.Panel'});
Administrators Farshad Mohajeri Posted August 28, 2014 Administrators Posted August 28, 2014 Currently only standarf Ext js components will show in IDE JS editor.
stas Posted August 28, 2014 Author Posted August 28, 2014 If extract resource from extjs.res and create own resource with other name and attach this resource to uniGUI[XX]dcl.dpk ,that work fine. But it is wrong.
Recommended Posts