Search Type: Posts; User: nguerin
Search: Search took 0.02 seconds.
-
13 Jan 2013 6:42 PM
- Replies
- 3
- Views
- 623
Yes. The success and failure callbacks are called with two arguments--the new model and operation. The server's response can be found in the operation object:
makeRequest: function (model,... -
2 Jan 2013 10:14 AM
- Replies
- 7
- Views
- 1,964
This is hard to do in unit testing frameworks like Jasmine and makes testing individual units of code difficult. Do you have any suggestions how one could unit test a controller?
-
7 Dec 2012 6:56 AM
- Replies
- 13
- Views
- 1,153
The
autoDestory: false on the navigator does fix the immediate problem, but it doesn't seem like would be the approach that Sencha recommends, because when the components are again registered the... -
7 Dec 2012 6:46 AM
Jump to post Thread: Tap event triggered only once by nguerin
- Replies
- 1
- Views
- 460
I'm having the same problem.
[EDIT] - found this on SO which solved my problem:
http://stackoverflow.com/questions/10208627/button-tap-not-reacting-when-view-gets-added-a-2nd-time -
3 Dec 2012 5:14 AM
Jump to post Thread: Guide to writing a custom proxy by nguerin
- Replies
- 7
- Views
- 766
I did something similar, except instead of storing the information as a file I added it as a column in a sqlite database (JSON as one column) and then have other columns for the object's metadata. ...
-
3 Dec 2012 4:55 AM
Jump to post Thread: Guide to writing a custom proxy by nguerin
- Replies
- 7
- Views
- 766
Yeah, I was able to do it after a deep dive into the data package and seeing how the proxies are put together. What type of proxy are you planning on making?
-
2 Dec 2012 8:34 AM
Jump to post Thread: TypeScript by nguerin
- Replies
- 140
- Views
- 56,056
As a member of a large dev team using Sencha Touch, I think TypeScript could help us out a lot in identifying problems before runtime.
-
11 Nov 2012 7:46 AM
- Replies
- 2
- Views
- 477
Cool, thanks for the info. I was using the Sencha 2.0 SDK, not the new cmd. But hopefully we'll be able to update the project to 2.1 soon so we can use the cmd.
-
8 Nov 2012 12:49 PM
- Replies
- 5
- Views
- 813
For anyone that was having a similar problem to me, make sure that the Cordova Script is in index.html before microloader.js. Then you'll get this sweetness:
Ext.browser.is.webview
true -
8 Nov 2012 12:39 PM
- Replies
- 5
- Views
- 813
tomalex0, I think you hit it on the nose. I am running my Sencha app in the iOS simulator in Cordova, but when I ask
Ext.browser.is.webView whether or not it's running in a webview, the answer is... -
5 Nov 2012 7:22 AM
- Replies
- 2
- Views
- 477
Love the SDK tools. I just used them to create a new model:
sencha generate model --name=BusinessObject --fields=data:string,key:string,name:string,status:int,timestamp:string
The only... -
4 Nov 2012 11:13 AM
- Replies
- 2
- Views
- 273
Thanks for the reply.
No, I haven't. Is 2.1 publicly released yet?
Anyway, I figured out what the problem was. I was calling setTimeout.apply(this, [args]), essentially passing in a different... -
3 Nov 2012 5:31 PM
- Replies
- 2
- Views
- 273
SDK version tested:
2.0.1.1
Description: -
13 Sep 2012 4:49 AM
Jump to post Thread: Guide to writing a custom proxy by nguerin
- Replies
- 7
- Views
- 766
I will, thank you.
-
12 Sep 2012 10:30 AM
Jump to post Thread: Guide to writing a custom proxy by nguerin
- Replies
- 7
- Views
- 766
Hi friends,
I'm about to embark on writing a custom proxy that gets data from the Cordova File Plugin. I was wondering if anyone was aware of a guid for how to write a custom proxy that might be... -
12 Sep 2012 10:17 AM
Jump to post Thread: Custom proxy with B1 by nguerin
- Replies
- 10
- Views
- 1,867
Hi folks,
Saw that there might have been a potential guide offered above... any progress on this? I'm about to try to write a custom proxy and some guidance would be great!
-Nate
Results 1 to 16 of 16
