Search Type: Posts; User: rans
Search: Search took 0.04 seconds.
-
17 Feb 2013 11:56 PM
Jump to post Thread: Sort grid by group sum by rans
- Replies
- 1
- Views
- 437
Hi,
I can't find an option to sort my grid by the group summaryRenderer, how can I do it?41909
var leaderboardGrid = Ext.create('Ext.ux.LiveSearchGridPanel', {
store: 'leaderboardStore',... -
6 Feb 2013 4:47 AM
Jump to post Thread: get store data with node.js by rans
- Replies
- 3
- Views
- 396
Hi all,
I found my error.
the mistake was on the node.js server
I change on the response to:
res.setHeader('Content-Type', 'text/javascript;charset=UTF-8');
... -
5 Feb 2013 5:27 AM
Jump to post Thread: get store data with node.js by rans
- Replies
- 3
- Views
- 396
the content type is json
Content-Type:
application/json; charset=utf-8
and yes, i am using cross-domain
do you have another idea? -
28 Jan 2013 7:33 AM
Jump to post Thread: get store data with node.js by rans
- Replies
- 3
- Views
- 396
Hello,
I am trying to get my store data trough node.js
This is the part from my program that returns the data from the node.js
collection.find().toArray(function(err, items) {
... -
3 Jan 2013 5:57 AM
Jump to post Thread: Pie chart with wrong position fields by rans
- Replies
- 1
- Views
- 162
Hi,
I am building a dynamic pie chart.
Because of that I need to calculate and some other commands before refreshing the pie chart.
When I refreshing the pie and the mouse over one of the items... -
20 Dec 2012 1:12 AM
Jump to post Thread: update pie fields after store load by rans
- Replies
- 2
- Views
- 198
ext-4.0.7-gpl
-
2 Dec 2012 6:36 AM
Jump to post Thread: update pie fields after store load by rans
- Replies
- 2
- Views
- 198
Hi,
I am building an sencha-extjs app.
I have a pie with fields of continents names. I am using a listener of mouse down, when I click on one of the continents fields it will change the store... -
11 Nov 2012 4:55 AM
Jump to post Thread: update chart pie after filter by rans
- Replies
- 2
- Views
- 402
the pie change but it seems like I have a "ghost" field as you can see on the attheched pics.
moreover, I did the same action on ext-4.0.7-gpl/examples/charts/Pie.html
handler: function() {
... -
8 Nov 2012 7:39 AM
Jump to post Thread: update chart pie after filter by rans
- Replies
- 2
- Views
- 402
hi,
I am having problem with filtering my chart fields.
I have a chart pie that contain some fields. the user can filtering the chart pie and select which fields he want to see.
the problem is... -
30 Oct 2012 7:04 AM
Jump to post Thread: updating pie chart by rans
- Replies
- 3
- Views
- 301
Yes I am using chrome.
but my explorer can't open my app. because those errors in my html main file
Error: Invalid value for <rect> attribute y="NaN"
Error: Invalid value for <rect> attribute... -
30 Oct 2012 12:52 AM
Jump to post Thread: updating pie chart by rans
- Replies
- 3
- Views
- 301
hi.
I am building an app with pie charts. when i click on of the fields (in chart 1)i am loading a new data to the chart with the commend
storeIng.load({url: serverAddress +... -
28 Oct 2012 7:05 AM
Jump to post Thread: storeIng.load({url: "blabla.jsno"}); by rans
- Replies
- 4
- Views
- 348
it's works!!
the problem was that I wrote the "success" function and didn't let the program building it -
25 Oct 2012 6:10 AM
Jump to post Thread: storeIng.load({url: "blabla.jsno"}); by rans
- Replies
- 4
- Views
- 348
Hi, how do I know if the this commend was successful or not?
storeIng.load({url: "blabla.jsno"});
thanks
rans
Results 1 to 13 of 13
