Search Type: Posts; User: delvia_bles
Search: Search took 0.02 seconds.
-
8 Feb 2011 9:58 PM
Jump to post Thread: How to parse JSON data by delvia_bles
- Replies
- 49
- Views
- 20,089
Thank you! i tried couple of ways and found the answer.
-
7 Feb 2011 10:15 PM
Jump to post Thread: How to parse JSON data by delvia_bles
- Replies
- 49
- Views
- 20,089
{"status":{"@uri":"\/api\/starts","message":"RUNNING","success":true}}
This is json response from webservice. I want to read "message" into a variable. I tried using... -
2 Feb 2011 3:03 AM
Jump to post Thread: problem in grid pagination by delvia_bles
- Replies
- 81
- Views
- 13,742
Not many. Wil be definitely less than 100 at most.
-
2 Feb 2011 2:25 AM
Jump to post Thread: problem in grid pagination by delvia_bles
- Replies
- 81
- Views
- 13,742
I am using server pagination. Then how should i access all the rows??
-
2 Feb 2011 1:51 AM
Jump to post Thread: problem in grid pagination by delvia_bles
- Replies
- 81
- Views
- 13,742
I want to read all rows in grid. I am using pagination and page size is 10. When i say store.getTotalCount() it gives count of all records but when i try to access each record it gives undefined...
-
12 Jan 2011 10:31 PM
- Replies
- 6
- Views
- 1,217
Can we add axis dynamically?? I need to add range minimum and maximum dynamically but i think i will have to add the whole axis. Is it possible to set minimum and maximum property dynamically???
-
12 Jan 2011 4:35 AM
Jump to post Thread: How to wrap text in label? by delvia_bles
- Replies
- 4
- Views
- 2,073
Is using a displayfield the only solution for showing multiline comments??? Or something else can be used?? If we have to use only displayfield then how to add newline character and other properties?
-
11 Jan 2011 12:43 AM
Jump to post Thread: How to parse JSON data by delvia_bles
- Replies
- 49
- Views
- 20,089
Thanks a lot, I will experiment and explore! :)
-
11 Jan 2011 12:28 AM
Jump to post Thread: How to parse JSON data by delvia_bles
- Replies
- 49
- Views
- 20,089
No, this time its not about tree panel. In general i want to edit my json data. It will be very useful even while loading charts, tree, grid or anything.
-
10 Jan 2011 11:08 PM
Jump to post Thread: How to parse JSON data by delvia_bles
- Replies
- 49
- Views
- 20,089
Is it possible to edit json data coming from web service in whatever way you want? I mean, i do not want to change the json format but if dats is { "data" : [
{
"timevalue": "4:... -
5 Jan 2011 5:40 AM
- Replies
- 13
- Views
- 6,436
Hi i used ur function but i am getting error obj not defined. plz help me!
var cpuStore= new Ext.data.Store({
restful: true,
autoLoad: true,
... -
5 Jan 2011 5:37 AM
- Replies
- 13
- Views
- 6,436
Hi i am also trying to read specific field of json data but in the above function its showing 'obj' not defined. Wat shud i do??
-
5 Jan 2011 2:34 AM
- Replies
- 25
- Views
- 7,127
I am loading data from Json store. If there is no data in it instead of showing blank chart i want to show a message inside chart that 'No data found'. How can i do that?
-
5 Jan 2011 1:06 AM
- Replies
- 5
- Views
- 1,226
I dont understand the decode JSON step. Can you please elaborate. I am quite new to Extjs.
-
4 Jan 2011 3:01 AM
- Replies
- 15
- Views
- 11,720
hey goofy may be this would help:
http://www.sencha.com/forum/showthread.php?119877-Adding-Series-to-Chart-Dynamically&p=556150#post556150 -
31 Dec 2010 4:37 AM
- Replies
- 13
- Views
- 3,506
Thanks a ton! Its working absolutely fine.
-
31 Dec 2010 3:54 AM
- Replies
- 13
- Views
- 3,506
Wow, thanks for all the help. I am trying out things and yes i use firebug but i wanted to know from where you guys find all these functions??? These are not defined anywhere in api document.
-
31 Dec 2010 3:35 AM
- Replies
- 13
- Views
- 3,506
i am using free version of Extjs. does that make a difference??
-
31 Dec 2010 2:36 AM
- Replies
- 13
- Views
- 3,506
its giving error "chart.setSeries" is not a function????
Please help. -
30 Dec 2010 12:30 AM
- Replies
- 5
- Views
- 1,226
Hi can you please tell how to extract 'fields' from json data?? I need them for displaying chart.
cpuStore.load();
var fields = cpuStore.reader.meta.fields;//this.store.reader.meta.fields;//
... -
29 Dec 2010 9:31 PM
Jump to post Thread: Reading JSON dynamic array by delvia_bles
- Replies
- 7
- Views
- 3,434
Hi want to read Json data in data store and json is generating dynamically. I want to feed that json to line chart and i am facing following problem in code :
handler:function(){
var fields =... -
29 Dec 2010 6:38 AM
- Replies
- 13
- Views
- 6,436
Hi, i am trying to load fields into my variable from a json file which is dynamically changing. In my code below i am getting error that 'fields' is undefined in for loop. I have defined cpuStore as...
-
29 Dec 2010 6:07 AM
- Replies
- 15
- Views
- 11,720
My extjs function code is as following:
var Panel1 = new Ext.Panel({
//layout:'anchor',
width : 400,
height : 300,
//title: 'Temperature', -
29 Dec 2010 5:34 AM
Jump to post Thread: Raphael Chart by delvia_bles
- Replies
- 13
- Views
- 8,407
I want to dynamically add series in line chart. How should i do that?? i am using json reader.
My json data is :
{
"graphdatamodels": [
{
"timevalue": "4: 00 PM", -
29 Dec 2010 5:25 AM
- Replies
- 15
- Views
- 11,720
I am trying to use above function. I am calling it on button click but its giving me error that 'fields' is undefined in the for loop.
My json data is :
{
"graphdatamodels": [
{...
Results 1 to 25 of 35
