Search Type: Posts; User: Mathias.Deshayes
Search: Search took 0.04 seconds.
-
26 Apr 2012 5:42 AM
- Replies
- 44
- Views
- 28,904
Same problem here with the SDK2.0beta3:
C:\Program Files\SenchaSDKTools-2.0.0-beta3>sencha app create testApp d:\MyDocuments\testApp
[ERROR] The current working directory (C:\Program... -
16 Dec 2011 9:16 AM
Jump to post Thread: Scroll Bar in GriPanel by Mathias.Deshayes
- Replies
- 6
- Views
- 744
Try to change height property by the maxHeight one.
-
12 Dec 2011 9:24 AM
- Replies
- 2
- Views
- 418
Hi,
What is the server response when you save a record ? -
28 Nov 2011 2:38 AM
- Replies
- 11
- Views
- 1,016
Yes you need to return a JSONObject which contains your JSONArray. For example for a pagesize equals to 3, the object should be something like :
{success: true, total: 75, data:... -
4 Oct 2011 6:35 AM
- Replies
- 16
- Views
- 2,304
Ok it works, I have to add the "requires" line in the store (is it a bug?) and the name of the model should be full.
-
4 Oct 2011 4:20 AM
- Replies
- 16
- Views
- 2,304
No error in network, all is "200 OK".
I added :
requires : ['MyApp.model.Order'],
model : 'MyApp.model.Order',
In my controller and it seems to work now. -
4 Oct 2011 4:09 AM
- Replies
- 16
- Views
- 2,304
Thanks for helping me, unfortunately it doesn't work :-/
I added :
Ext.Loader.setConfig({ enabled : true,
disableCaching : true
});
Ext.application({
...
} -
4 Oct 2011 3:22 AM
- Replies
- 16
- Views
- 2,304
My app.js :
Ext.application({
name : 'MyApp',
appFolder : 'app',
controllers : ['Orders', 'Users'],
models : ['Order', 'User'], -
4 Oct 2011 3:14 AM
- Replies
- 16
- Views
- 2,304
Thanks but it did not change anything. The Order.js is never read by the application.
-
4 Oct 2011 3:08 AM
- Replies
- 16
- Views
- 2,304
Yep I tried, but still the same error.
I use the onClassCreated arg in Ext.define to test if the model is created, and it is not...
It means that my application never reads the Order.js... -
4 Oct 2011 2:39 AM
- Replies
- 16
- Views
- 2,304
My application is in the same domain as the Servlet. All is in localhost:8080.
I tried jsonp proxy but the error is the same. My model is always undefined.
I thing the problem is that the model... -
4 Oct 2011 2:18 AM
- Replies
- 16
- Views
- 2,304
The problem seems to be on the model. The property "model" in my store is "undefined". I change my code to put the proxy in the model :
Ext.define('MyApp.model.Order', {
extend:... -
4 Oct 2011 1:37 AM
- Replies
- 16
- Views
- 2,304
Hi,
I'm trying to make a very simple app with a model and a store. The store has a Ajax Proxy and the corresponding URL returns JSON-formatted data.
I try to use a JSON reader to decode this data...
Results 1 to 13 of 13
