Search Type: Posts; User: wsharp@advresearch.com
Search: Search took 0.02 seconds.
-
5 Dec 2012 11:36 AM
- Replies
- 8
- Views
- 1,074
Alright, figured it out. It was returning a string, but Ext.data.strore was expecting an JSON array. If I parse the string to JSON it works fine.
var retVal = $.parseJSON(retVal);
var... -
3 Dec 2012 9:32 AM
- Replies
- 8
- Views
- 1,074
var store1 = new Ext.data.JsonStore ({
fields: ["name","data"],
data: retVal
});
Where retVal =
... -
3 Dec 2012 9:25 AM
- Replies
- 8
- Views
- 1,074
Yes, it's sending the headers.
I've just tried using jQuery to consume the wcf service and store the json data returned in a variable. Then assign that variable to the data field in an... -
3 Dec 2012 8:43 AM
- Replies
- 8
- Views
- 1,074
Not on the same origin, but a work around is in place.
To confirm the data I get back I am using jQuery to consume the service, and then viewing the output in the browser. I then take that output... -
30 Nov 2012 1:25 PM
- Replies
- 8
- Views
- 1,074
I have a Store that gets JSON data from a WCF service. The store is calling the web service and getting data back, but my chart still displays no data, so I'm assuming it's not parsing it correctly....
-
8 Nov 2012 7:02 AM
- Replies
- 1
- Views
- 649
I'm getting an Error 400 bad request when I try to retrieve data from my WCF service.
Any help would be appreciated.
Here is the code I'm using:
Sencha
var xkoreModel =... -
1 Nov 2012 8:54 AM
- Replies
- 2
- Views
- 764
I got it working, thanks for the help.
-
1 Nov 2012 8:50 AM
- Replies
- 1
- Views
- 603
I am attempting to have multiple chart panels and select each one using a tab. It seems that each time I initialize more than one Ext.Chart.Panel it will break all of the charts. For instance my...
-
29 Oct 2012 4:57 AM
- Replies
- 2
- Views
- 764
I am just getting started with Sencha Touch, so I apologize if this is dumb question. I am trying to figure out how I would modify the UI. For instance I would like to add a button to the top panel...
Results 1 to 9 of 9
