Search Type: Posts; User: danielpizarro
Search: Search took 0.03 seconds.
-
12 Jun 2012 8:59 AM
- Replies
- 12
- Views
- 4,132
Hello, I modified a little the script to support the DisplayField and ValueField, and get in Value a list of valueField values instead of a list of DisplayFields.
Thank you!
... -
12 Apr 2012 2:49 AM
Jump to post Thread: sencha command build errors by danielpizarro
- Replies
- 5
- Views
- 867
Ok. I think today I woke up without inspiration. The solution (and the problem) is simple:
constructor: function(cfg) { this.callParent([cfg]); this.getProxy().setUrl (...);
I only... -
12 Apr 2012 2:16 AM
Jump to post Thread: sencha command build errors by danielpizarro
- Replies
- 5
- Views
- 867
Ok. The cause was the next line:
if (cfg instanceof Array) {
this.callParent(cfg);
}
this.getProxy().setUrl (...); -
12 Apr 2012 12:23 AM
Jump to post Thread: sencha command build errors by danielpizarro
- Replies
- 5
- Views
- 867
Thanks! I had a constructor with this code:
constructor: function(cfg) {
this.callParent(cfg);
.....
I have just changed with: -
11 Apr 2012 10:26 AM
Jump to post Thread: sencha command build errors by danielpizarro
- Replies
- 5
- Views
- 867
Hello,
I am trying to build my application but I get an error:
C:\xampp\htdocs\carecm>sencha app build testing[INFO] Deploying your application to C:\xampp\htdocs\carecm\build\testing
[INFO]... -
2 Apr 2012 2:20 AM
- Replies
- 9
- Views
- 2,047
I tested the solution, but I got everytime: Uncaught TypeError: Cannot read property 'Config' of undefined
My code was:
Ext.application({
controllers: [....],
models: [.....],
...
Results 1 to 6 of 6
