I finally see the issue...the app doesn't work in the built version because one of the external dependencies is referenced after my models. The models require this dependency as it's a custom proxy
...
Type: Posts; User: mattkim
I finally see the issue...the app doesn't work in the built version because one of the external dependencies is referenced after my models. The models require this dependency as it's a custom proxy
...
Have tried both putting everything in app.json and just using x-compile in index.html. Either way builds fine, but my apps don't launch.
Were you able to resolve this? I'm having similar issues.
My app.json (commented out js/css) to stop build error:
{
"name": "QI",
"requires": [],
"id": "25d8d24e-48d3-4709-80f6-4bf569d626e1"
// "resources": [
// "style.css"
Hi, I'm getting this error after upgrading an app from 3.0.4 to 3.1.0:
Exception in thread "Thread-22" com.sencha.exceptions.BasicException: The following error occurred while executing this...
Hello, is there a current workaround for this?
I have this in my build.xml to change my api url from localhost to the production url:
<target name="-after-build">
<replaceregexp
...
I am dynamically creating a form like this, with also passing in a new model as part of the links config:
this.createTab(record, {
xtype: 'editform',
viewModel: {
links: {...
I'm getting this error...and I can no longer see my views in Architect, but it's fine when I run the app in the browser. What can I do to debut this? Image attached:
50482
Thanks so much for this, it can be tricky learning to convert over to extjs5!
Thanks so much!!!
I'm having the same issue too
In my index.html I have a few script tags, that I need to switch depending on if it's building for dev or prod. Currently I'm manually doing this and I'm sure there is a better way. This is an...
Is there any example of this? What is the best way of sending back a token on every request?
Hey I apologize if this is not Architect specific, but I don't have a reference to Ext.util.Cookies when I launch my applications from Architect. Does this not get included by default? How do you...
Not sure if this is related, but I modify index.html and then turn off "Overwrite index file on save" in the Project Settings, so it does not rewrite.
Hey guys, having a similar issue..not sure what I'm missing but my override is not being used:
1. Defined overrides folder in sencha.cfg:
# The path(s) to application javascript sources (comma...
Thanks..will you be putting in the change log for 3.0.1 build 1343? I upgraded this morning and just curious of what was added.
***Nevermind, it's up now. Thanks!****
Where can we find the change log for 3.01?
Oops...nevermind. I tried just making it an array like ['data1', 'data2', 'data'3] and it worked!
I have a group bar chart that works perfectly, but I really want to add a label on it so I can show the value of data1, data2, and data3. However, since there is only series, there is only one...
I have a grid with a column that uses a combobox editor. I want to add a renderer that uses the store from the combobox. What's the best way to do this?
46971
I want to add a renderer property...
Ok, the reason was when I added a custom viewConfig property, it was overidden by the same viewConfig property when I specified an itemId.
46948
The first viewConfig property I have is...
Is 'viewConfig' a valid property for grids? It's not a valid option in Architect 3, so I added it manually.
I want to preserve the scroll on a REST backed grid with a cell/row editor plugin....
yeah i ask questions all the time, and someone always answers, so trying to pay it forward :)