Search Type: Posts; User: Saemy
Search: Search took 0.02 seconds.
-
5 Mar 2012 3:42 AM
Jump to post Thread: Store - JSON - Data not loaded by Saemy
- Replies
- 1
- Views
- 399
The problem is the rootProperty... i called it root (like in Sencha Touch 1) instead of rootProperty...
:">
kindest Sam -
5 Mar 2012 2:39 AM
Jump to post Thread: Store - JSON - Data not loaded by Saemy
- Replies
- 1
- Views
- 399
Hi
I hava a problem with JSON und Store. I want to display simple JSON-Data in a DataView from a Store.
When i analyse with debugger i ses, that tha "raw"-data in Store "userStore" is filled... -
6 Sep 2011 6:37 AM
Jump to post Thread: localstorage with TreeStore by Saemy
- Replies
- 11
- Views
- 2,184
Ok I understand... but is not as easy as with a localstorage proxy in "Ext.Data.Store".
the problem is, that i don't know how to fill a localstore of a TreeStore with data. :-? -
6 Sep 2011 6:30 AM
Jump to post Thread: localstorage with TreeStore by Saemy
- Replies
- 11
- Views
- 2,184
So it's not possible?
-
5 Sep 2011 1:24 AM
Jump to post Thread: localstorage with TreeStore by Saemy
- Replies
- 11
- Views
- 2,184
Is it possible to make a localstorage for a TreeStore? I need this for nested List...
Any suggestions? -
4 Sep 2011 10:18 PM
- Replies
- 1
- Views
- 670
Your offline Store is a must be a TreeStore... but it is a Store and not TreeStore...
I have also a problem with NEstedList and OFfline Store...
Did you get it running?
Saemy -
4 Sep 2011 10:03 PM
- Replies
- 5
- Views
- 1,139
I found the Problem... ~o):)
i had set
defaults: {
styleHtmlContent: true
},
in my TabPanel... this results the space -
4 Sep 2011 9:49 PM
- Replies
- 5
- Views
- 1,139
It doesn't matter what i place in the TabPanel, everything has a space of 17 pixels...
Panel, List, Nested List... etc.
I tried swich card to fit in Panel, the effect is, that both panels are... -
2 Sep 2011 2:15 AM
Jump to post Thread: TabPanel - icons instead of title? by Saemy
- Replies
- 5
- Views
- 2,007
I guess you can only use small icons like trash etc. for toolbar...
i think this is correct... -
2 Sep 2011 1:18 AM
Jump to post Thread: TabPanel - icons instead of title? by Saemy
- Replies
- 5
- Views
- 2,007
Sorry i made a mistake...
I mean toolbar:view in the kitchensink under icons:http://dev.sencha.com/deploy/touch/examples/kitchensink/
dockedItems: [{ xtype: 'toolbar', dock: 'top',... -
2 Sep 2011 12:28 AM
Jump to post Thread: TabPanel - icons instead of title? by Saemy
- Replies
- 5
- Views
- 2,007
In your TabPanel
you must apply Items like this:
items: [
{ xtype: 'panel', id: 'plus', iconCls: 'plus' },
{ xtype: 'panel', id: 'minus', iconCls: 'minus' },... -
1 Sep 2011 10:53 PM
- Replies
- 5
- Views
- 1,139
Hi everybody,
I have problems with Layout: fit layout does not fit...
see my layout:
I have a TabPanel
--> Inside is a Panel layout card (green) (OK)
------> Inside is a List layout fit...
Results 1 to 12 of 12
