-
24 Jan 2012 11:11 AM #1
sencha.io & sencha touch 2.0 PR4?
sencha.io & sencha touch 2.0 PR4?
Now that ST2 PR4 is out... does sencha.io work with sencha touch 2.0 PR4?
Someone out there using IO with PR4?
-
24 Jan 2012 4:32 PM #2
We have not yet released an updated SIO SDK beta that targets ST2 PR4.
But, we are tracking the progress of ST2 and we will be releasing an update for SIO.
John
-
13 Feb 2012 1:11 AM #3
Which (next) Sencha Touch-Release will work with Sencha.io?
-
13 Feb 2012 8:22 AM #4
We are going to have to release an updated SIO for ST2. It won't be for ST2 PR4 though. It'll be for ST2 Bn, where n>2, or for ST2 GA. We're working on it.
John
-
28 Apr 2012 2:22 AM #5
-
28 Apr 2012 6:15 AM #6
The next release of SIO, which works with ST2, is currently being tested.
John
-
29 Apr 2012 5:06 AM #7
Good news

I'm trying to integrated to my sencha touch 2 project but i don't how to import it.
I tried this in app.js
But i'm getting this error message : Uncaught TypeError: Cannot call method 'substring' of undefinedCode:Ext.Loader.setPath({ 'Ext': 'sdk/src', 'Ext.io': 'sdk/io/src' });
-
29 Apr 2012 7:55 AM #8
You can configure the dynamic loader to pick up the Ext.io classes on demand.
We put SIO in the ST2 app at ~/lib/io, and then we set these paths on the loader.
Ext.Loader.setPath({
'Ext': 'sdk/src',
'Ext.io': 'lib/io/src/io',
'Ext.cf': 'lib/io/src/cf'
});
John


Reply With Quote
