I see you do have 'exporter' in your manifest (app.json) file. Have you rebuilt your application (sencha app build development) to register the changes you made to the manifest ? Ext.Factory.exporter...
Type: Posts; User: keckeroo
I see you do have 'exporter' in your manifest (app.json) file. Have you rebuilt your application (sencha app build development) to register the changes you made to the manifest ? Ext.Factory.exporter...
Hi,
The CRISP theme should be present in fiddle and there is an existing IT help ticket out to get this resolved (FIDDLE-519). We are working to get this theme back into Fiddle as soon as...
Hi,
You should be able to safely remove the contents of the update directories for versions earlier than your current release without an issue. I would advise keeping the current release updates...
Thanks for the report! I have opened a bug in our bug tracker.
This looks like an issue which has been reported when using sprite legends in charts. A temporary work around is to set your legend to type dom :
legend: {
docked: 'bottom',
type:...
Thanks for the report! I have opened a bug in our bug tracker.
Thanks for the report! I have opened a bug in our bug tracker.
Thanks for the report! I have opened a bug in our bug tracker.
Hi,
This isn't a bug in the true sense of the word. This is an incompatibility with FF52, a client which was released *after* the release of the framework versions mentioned in this thread.
We...
This bug has been identified and is currently being addressed. Thank you for bringing this to our attention.
Kevin Cassidy
Sencha Support Team
Changing link to EXTJS-18204 as duplicated issue which has now been resolved. Please note that legend must be of type 'sprite' for it to be displayed in the chart image.
The correct way to achieve this is to configure the cell itself by including
the following property in your column configuration along with the renderer :
cell: {
...
I have linked this to an existing bug report for this issue. Thank you for your test case and we hope to have this resolved soon.
Kev
Thanks for the report! I have opened a bug in our bug tracker.
Hi there.
The issue is that the framework is not specified in your package.json file. Please
ensure that all three require properties are specified :
"framework": "ext",
"toolkit": "classic",...
This bug has been addressed and has been fixed in our latest Ext 5 and 6 nightlies. Bug ticket EXTJS-10134.
If possible, you should upgrade to either of these versions as there are extensive...
Thanks for the report! I have opened a bug in our bug tracker.
Thanks for the report! I have opened a bug in our bug tracker.
Hi,
The initViewModel method can be used to run things after the view model is created, however it does not guarantee that the stores in a few model are setup and available. You may wish to add...
Hi Alberto,
I'm assuming you are referring to a production build of an application. Currently dynamic loading of modules is not supported by the
framework for builds and all code is loaded at the...
Hi,
A button is a component, not a container, therefore it cannot have children to lookup references. It can, however, publish a
reference name to be found by a parent container. The getReference...
Hi,
How are you displaying these messages ? Are you using a message box or placing text in a visible container ? If you could provide us with a sample fiddle which shows us better what you are...
Hi,
Here is a simple fiddle showing you how to correctly achieve your goal. The primary issue with using stores as a source is that sometimes the store does not completely load until after the...
Thanks for the report! I have opened a bug in our bug tracker.
Hi,
I'm not really able to replicate the described behaviour. Could you provide a bit more information regarding your
environment and client versions ? I created a test fiddle based on your code...