I followed the document supplied by Sencha and created an extension of my own. Now I want to use css to make my extension beautiful.
I read the instruction supplied by Sencha. I define my...
Type: Posts; User: brxren
I followed the document supplied by Sencha and created an extension of my own. Now I want to use css to make my extension beautiful.
I read the instruction supplied by Sencha. I define my...
I'm sure that adding comments like this is not supported by Architect 3.1 & 3.2.
/**
* @class MyClass
* @extend BaseClass
*/
Ext.define('MyClass', {
extend: 'BaseClass',
I want to add some comments for my classes and methods right above the classes and methods. in the future I will use jsDuck to genenrate API documents for my teammates.
Does Sencha Architect 3.2...
I think I've found the problem.It's a bug of Ext.chart.series.sprite.Line's method 'drawStroke'. Another person had submitted this issue last August.The main problem is the function 'power' defined...
This problem has nothing to do with JSONP.I use ajax instead of jsonp and it occurs again.
I use CartesianChart with 'line' type to show my history data.
At first, I load the jsonp data below:
Ext.data.JsonP.callback1({"code":0,"data":[{"time":"2014-12-29...
Hi
I'm using Architect3 to design my view. I put a chart into a container and get an ERROR like this:
50754
It's from Design View, and when I switch to Code view, the ERROR is gone.
50755
...
Using the example project "TabbedContentPanel" supplied by Architect 3 for simple.
I applied the MountainView theme.
When I built the project for testing, it looked like this:
50747
But...
I want to customize the back button style of navigationview.I used the method mentioned here ...
Finally, I found the reason.
It’s just because the ‘itemId’ of DataItem is set to some value.
When I remove the itemId, it works.
Is that a bug or trick?
First, I defined a dataview. The ‘useComponents’ tag is true.
Ext.define('WindPower.view.WindFields', {
extend: 'Ext.dataview.DataView',
alias: 'widget.windfields',
config: {...
I know what's wrong.there is a conflict of shortcut key between architect and mac os x
Architect is fullscreen by default which is weird AND I can't type anything in any of the text input areas like Preferences and Filter etc.:(:(
Is there anyone who knows what problem it it?
BTW...