Search Type: Posts; User: darrellj
Search: Search took 0.02 seconds.
-
11 Mar 2012 4:17 PM
- Replies
- 5
- Views
- 1,814
I'm using ST 2.0.0 GPL BTW
-
11 Mar 2012 4:16 PM
- Replies
- 5
- Views
- 1,814
This is more of an inconvenience than a bug, but when you run sencha app build production (for example) and you have your entire project managed by source control (subversion in this case) the .svn...
-
10 Mar 2012 5:38 PM
- Replies
- 31
- Views
- 7,330
I've noticed there are a few people on the forum saying they can't get the sencha generate app command working after following the instructions to install Sencha Touch 2 SDK Tools.
Once this has... -
18 Aug 2011 6:26 AM
- Replies
- 0
- Views
- 247
Is there any way of getting your writer in an ajax proxy to stop sending json messages wrapped in {records:[]} ?
all I want is
{ myfield:'blah' }
not
{records:[{ myfield:'blah' }]} -
17 Aug 2011 5:30 AM
- Replies
- 1
- Views
- 614
I've decided to take a different approach with my application and to use the "Access Control Allow Origin: * " header on my rest service as opposed to using JSONP, therefore allowing me to make POST...
-
17 Aug 2011 2:08 AM
Jump to post Thread: CORS and Sencha Touch by darrellj
- Replies
- 1
- Views
- 1,451
For those that aren't aware, CORS is a w3c spec for passing header information to say it's safe for a page/service to be used from a different domain. It's basically a better (and officially...
-
17 Aug 2011 12:17 AM
- Replies
- 5
- Views
- 1,017
that was a link to your localhost
-
16 Aug 2011 7:54 AM
- Replies
- 1
- Views
- 530
I have a remote service which accepts a json object and returns a json object using a POST request and I'm having a really difficult time trying to make a simple request to work with my Store.
... -
16 Aug 2011 5:34 AM
- Replies
- 5
- Views
- 1,017
Thanks for that.
One question though.. How do I POST a json object to my rest service? No matter what I do, the data sent to my service is always sent using GET and I can't find any examples on... -
14 Aug 2011 4:25 AM
- Replies
- 5
- Views
- 1,017
I'm just wondering if there is any correct approach for sending a JSON data object (POST) within a Store?
Should I be creating a Model for this? populate the model and then use something like ... -
14 Aug 2011 3:08 AM
- Replies
- 5
- Views
- 960
I managed to get these to work myself.. Had similar problems. Even now using the latest version of Safari on Mac.
If you're doing this on another OS then this process will be different, but... -
5 Aug 2011 6:56 AM
Jump to post Thread: Custom Field by darrellj
- Replies
- 0
- Views
- 525
I'm building my first sencha touch application and I'm looking into creating a custom field.
What I am trying to do I guess is similar to a select field, however instead of the drop down select...
Results 1 to 12 of 12
