Jump to content

Recommended Posts

Posted

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

 

 

 

 

 

 

 

 

 

Posted

It's sample component. Javascript  file sample.js

for example

Ext.define('Ext.ux.sample.component',{extend: 'Ext.Panel'});

Posted

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.

×
×
  • Create New...