Search Type: Posts; User: clippernet
Search: Search took 0.03 seconds.
-
5 Mar 2012 12:56 AM
Jump to post Thread: XML parsing by clippernet
- Replies
- 2
- Views
- 782
That's it! Thanks!
-
2 Mar 2012 2:50 AM
Jump to post Thread: XML parsing by clippernet
- Replies
- 2
- Views
- 782
Hello,
I have data from a web server in XML format and would like to parse this directly, without a store. Just like the JSON decode command.
The reason I don't want to use a store is because I... -
29 Feb 2012 2:27 AM
- Replies
- 4
- Views
- 767
I have moved the Class Ext.data.Batch from the uses: section to the requires: section of file Proxy.js. That removes the error.
-
29 Feb 2012 1:45 AM
- Replies
- 4
- Views
- 767
I have the same problem. It started when I began dividing up my code into several files and using the Ext.Loader. I have debugged the code up to line 293 of Proxy.js where the Ext.data.Batch...
-
27 Feb 2012 2:48 AM
- Replies
- 1
- Views
- 559
Hi there,
I would like to create a store and use it as a global variable. The store has a constructor in which I want to get the first record of local storage like this:
constructor:... -
27 Feb 2012 2:34 AM
- Replies
- 1
- Views
- 547
Hi there,
I would like to create a store and use it as a global variable. The store looks like this:
Ext.define('Antigua.store.Config', {
extend: 'Ext.data.Store',
config: {
model:... -
24 Feb 2012 12:48 AM
Jump to post Thread: Using global config by clippernet
- Replies
- 4
- Views
- 857
Thanks for your help, I now have finally found out that I had downloaded the Sencha Touch release 1 instead of 2 8-|. I was reading all the documentation for version 2 but actually working with...
-
22 Feb 2012 8:15 AM
Jump to post Thread: Using global config by clippernet
- Replies
- 4
- Views
- 857
Ah! So that's why I didn't find that function in the docs :-)
I changed this, and now I get:
TypeError: 'undefined' is not a function (evaluating 'Ext.define')
Do I still have to register... -
22 Feb 2012 7:56 AM
Jump to post Thread: Using global config by clippernet
- Replies
- 4
- Views
- 857
Hi all,
I am new to sencha and I am currently trying to figure out some basic procedures. What I'd like to check out is how to create a global configuration that stays on the device. So far, I...
Results 1 to 9 of 9
