Search Type: Posts; User: Scorpie
Search: Search took 0.03 seconds.
-
12 Jun 2013 6:14 AM
Jump to post Thread: Ext.ux.Deferred by Scorpie
- Replies
- 4
- Views
- 1,066
Is this modeled after Promises/A ?
-
11 Jun 2013 6:50 AM
Jump to post Thread: Its.grid.column.Component by Scorpie
- Replies
- 35
- Views
- 11,613
You could do it yourself. =D>
-
4 Jun 2013 2:49 PM
- Replies
- 6
- Views
- 152
I did something similiar using, will look into it tomorrow for you
-
29 May 2013 5:13 AM
Jump to post Thread: IconCombo by Scorpie
- Replies
- 17
- Views
- 12,292
Try this version:
/**
* Ext.ux.IconCombo Extension Class for Ext 4.1 Library
*
* @author Daniel Kuhnley
* @class Ext.ux.IconCombo -
26 May 2013 11:01 PM
Jump to post Thread: Ext.ux.touch.grid by Scorpie
- Replies
- 268
- Views
- 54,634
Use a proxy, a model, a store and the grid. Check out the kitchen sink example for xml.
-
16 May 2013 6:13 AM
Jump to post Thread: Store getCount by Scorpie
- Replies
- 6
- Views
- 156
store.load({
callback:function(records, operation, success){
console.log(store.getCount());
console.log(store.getAllCount());
},
scope:this
}); -
16 May 2013 6:10 AM
- Replies
- 2
- Views
- 76
You wish to get a specific record by ID from a store?
// your store
var store = new Ext.data.Store();
// store is loaded somewhere
store.load();
// get records -
16 May 2013 6:05 AM
- Replies
- 2
- Views
- 82
We had the same issue. We packaged the kitchensink as an app on an iOS device and noticed a significant performance boost. Try it out for yourself. If you are developing for Android I would recommend...
-
14 May 2013 1:24 PM
Jump to post Thread: Error when adding data to store by Scorpie
- Replies
- 2
- Views
- 67
Post some code :)
-
14 May 2013 1:23 PM
Jump to post Thread: Custom tabbar icon in ST2.2b? by Scorpie
- Replies
- 4
- Views
- 229
http://www.sencha.com/blog/new-themes-in-sencha-touch-2-2/ can give you an answer I guess.
-
8 May 2013 3:20 PM
Jump to post Thread: ST 1.1 to ST 2.2 Upgrade advice by Scorpie
- Replies
- 3
- Views
- 96
I started from scratch, haven't regret that decision one second.
-
3 May 2013 4:05 AM
- Replies
- 10
- Views
- 2,354
Using 2.2 following code still generates the warning Ext.fx.animation.Abstract#applyAfter] Invalid config, must be a valid config object:
panel.hide({
type: 'slide',
... -
3 May 2013 3:12 AM
- Replies
- 9
- Views
- 298
I can recommend Ubergrid. Very powerful and very easy to use.
-
3 May 2013 3:10 AM
- Replies
- 2
- Views
- 92
The way I upgraded was to generate a new app with 2.1 and move my /app structure from the old project into the newly generated one.
-
1 May 2013 2:22 PM
- Replies
- 5
- Views
- 202
I see. I have never used it on the id field before but maybe http://docs.sencha.com/touch/2.2.0/#!/api/Ext.data.Field-cfg-persist can help you out?
-
1 May 2013 1:26 PM
- Replies
- 2
- Views
- 311
You are probably overnesting. The best approach to fix this is to look at your code and draw out your layouts. I found most problems are with Tabpanels because they have the tendency to be extremely...
-
1 May 2013 1:23 PM
Jump to post Thread: Non-component based page layouts by Scorpie
- Replies
- 4
- Views
- 181
Of course Touch can do this, it will however not be best practice to do so. In basic terms, Touch generates HTML, nothing more, nothing less. You can always stuff a container full of html/css or...
-
1 May 2013 1:17 PM
- Replies
- 5
- Views
- 202
You can configure the id part of the model itself. See http://docs.sencha.com/touch/2.2.0/#!/api/Ext.data.Model-cfg-identifier to change the identifier to an (custom) Identifier type (see...
-
1 May 2013 1:14 PM
- Replies
- 8
- Views
- 941
Create a custom class that will read the database records created by cordova and that will populate a Store with setData() method. After that, you can use the store to populate a list/dataview/grid.
-
1 May 2013 1:08 PM
- Replies
- 105
- Views
- 18,404
Nope. It will create a barebone project, not package it.
-
1 May 2013 1:05 PM
- Replies
- 3
- Views
- 733
It is however possible to build the kitchensink demo as an app :) just create a barebone project with Sencha CMD and place the contents of the kitchensink app in /app. After that, modify the...
-
26 Apr 2013 3:25 AM
- Replies
- 23
- Views
- 3,265
Upgrade to 2.2 :)
-
23 Apr 2013 5:27 AM
- Replies
- 24
- Views
- 3,564
Thanks :) just posted it over there :D
-
23 Apr 2013 4:55 AM
- Replies
- 24
- Views
- 3,564
Just purchased this wonderfull product. I`m however stuck on a simple issue; is it possible to nest the grid in a hbox layout in a tabpanel?
-
23 Apr 2013 1:52 AM
Jump to post Thread: Ext.ux.touch.grid by Scorpie
- Replies
- 268
- Views
- 54,634
+1 :)
Results 1 to 25 of 117
