Search Type: Posts; User: simonwittber
Search: Search took 0.01 seconds.
-
15 Feb 2013 1:13 AM
- Replies
- 22
- Views
- 2,051
Woohoo I solved all the dependency issues, pages and stores are now loading.
However the built project only comes up with a blank screen. No errors or messages. Just blank. Of course, the source... -
15 Feb 2013 12:40 AM
- Replies
- 22
- Views
- 2,051
It seems much of my problems are caused by checking the 'singleton' box for some of my views.
I uncheck this, and these errors go away. I'll need to rewrite some of my functions to work with this... -
15 Feb 2013 12:25 AM
- Replies
- 22
- Views
- 2,051
I've been able to work around this using the requires list inside Architect. I didn't think this was supposed to be necessary?
However, I'm now getting a "Uncaught TypeError: Cannot call method... -
14 Feb 2013 11:14 PM
- Replies
- 22
- Views
- 2,051
After investigating the all-classes.js file, it seems that some classes are being defined before their dependencies.
Eg
This line:
Ext.define("FB.view.BidWindow", ....
which uses a form panel... -
14 Feb 2013 8:12 PM
- Replies
- 22
- Views
- 2,051
My bootstrap.js files only contains license information, no code, so I cannot see how this helps. The initial project created by Architect does not have the bootstrap.js file either.
Has anyone... -
1 Feb 2013 5:06 PM
- Replies
- 22
- Views
- 2,051
This is an ExtJS 4.1 project, not a touch project. Is there an equivalent 'microloader' for ExtJS?
-
31 Jan 2013 1:14 AM
- Replies
- 22
- Views
- 2,051
After much tiral and error, I've found this command seems to do mostly what I want. The output is a new HTML file which references a script called 'all-classes.js' which contains all my JS code in...
-
8 Nov 2012 7:54 AM
- Replies
- 22
- Views
- 2,051
OK, so to be clear, the current advice is that Cmd will not work with ExtJS projects right now?
-
7 Nov 2012 6:32 PM
- Replies
- 22
- Views
- 2,051
Hmm sadly this doesn't work for me.
When I follow your method exactly, Architect complains about not being able to save some files.
When I copy the architect project over a generated project... -
6 Nov 2012 6:56 PM
- Replies
- 22
- Views
- 2,051
Ah I see I was using the wrong tool.
The package command seems to be aimed at Touch projects, I'm trying to minimise a build for the web (ExtJS).
Do these same commands work with ExtJS? After... -
30 Oct 2012 10:16 PM
- Replies
- 22
- Views
- 2,051
I'm attempting to package my Architect ExtJS 4.1 project for a web deployment, in order to reduce the number of HTTP downloads and script size.
I'm using SDK Tool beta 3.
First I run this... -
2 Oct 2012 9:03 PM
- Replies
- 1
- Views
- 164
I've bought Sencha Architect and am busy learning and building my new project. I'm having some trouble debugging some inscrutable javascript messages:
Uncaught TypeError: Cannot read property...
Results 1 to 12 of 12
