Search Type: Posts; User: akush2007
Search: Search took 0.02 seconds.
-
3 Jan 2013 8:34 PM
Jump to post Thread: [Chart 3.0.2b] axis tick by akush2007
- Replies
- 6
- Views
- 474
Thank you for the fix.
Please let me know the schedule for release of GXT 3.0.4.
Thanks,
Abhinav -
13 Dec 2012 9:26 AM
Jump to post Thread: [Chart 3.0.2b] axis tick by akush2007
- Replies
- 6
- Views
- 474
We have been waiting for this for more than a month. Please someone provide a solution here.
Thanks,
Abhinav -
30 Oct 2012 5:49 AM
Jump to post Thread: [Chart 3.0.2b] axis tick by akush2007
- Replies
- 6
- Views
- 474
Hi,
I wanted to remove the ticks from x-axis, so I added following line for it:
timeAxis.setDashSize(0);
But the ticks are not completely removed, a dot is still visible.
39686
How can I... -
16 Oct 2012 1:17 AM
- Replies
- 6
- Views
- 1,068
Hi,
I just updated to GXT 3.0.2. Now if the value for line series as last x-value is Double.NaN, the area filling doesn't happen at all. Earlier while there was area filling for line series desipe... -
25 Sep 2012 9:50 AM
- Replies
- 1
- Views
- 297
I have a chart with multiple series, one of them is ScatterSeries. I need to be able to skip values in the Scatter series. I have tried adding Double.NaN but am getting NullPointerException when I...
-
29 Aug 2012 2:10 AM
- Replies
- 2
- Views
- 1,472
I have used the following code in ExtGWT, not sure how to do it in JS
axis.setDisplayGrid(false); -
16 Aug 2012 8:38 PM
- Replies
- 6
- Views
- 1,068
Any update on this?
-
14 Aug 2012 11:01 AM
- Replies
- 6
- Views
- 1,068
Entry point:
public class Gxtchart implements EntryPoint {
public void onModuleLoad() {
MyChart chart = new MyChart();
RootPanel.get().add(chart);
}
} -
14 Aug 2012 10:41 AM
- Replies
- 6
- Views
- 1,068
I am trying to get a chart like this:
http://www.sencha.com/forum/attachment.php?attachmentid=37930&d=1344944009&thumb=1
But I am getting chart like this:... -
14 Aug 2012 3:31 AM
Jump to post Thread: Chart with breaks by akush2007
- Replies
- 3
- Views
- 698
Thanks :) I was able to solve this.
Though it didn't solve my purpose fully.
I am trying to get a chart like this:
37930
But I am getting chart like this:
37931
The fill is not proper and... -
13 Aug 2012 9:33 AM
Jump to post Thread: Chart with breaks by akush2007
- Replies
- 3
- Views
- 698
I want to draw line chart with breaks in that. The problem statement is to draw line chart after getting data from server and if any data retrieval fails, there would be a break in line and an error...
-
30 Jun 2009 4:13 AM
Jump to post Thread: ColumnModel renderer by akush2007
- Replies
- 3
- Views
- 1,359
thanx mjlecomte, i got the solution...
-
29 Jun 2009 10:26 PM
Jump to post Thread: Column renderer by akush2007
- Replies
- 7
- Views
- 1,442
I have written following code:
var PstmtRecord = Ext.data.Record.create([{name: 'ProductName'},{name: 'ProductCode'},{name: 'Category'},{name: 'SubCategory'},{name: 'Price'},{name:... -
29 Jun 2009 1:34 PM
Jump to post Thread: ColumnModel renderer by akush2007
- Replies
- 3
- Views
- 1,359
I want to render "Stock" column using the value of column "Threshold".
var PcolModel = new Ext.grid.ColumnModel([
{id:'ProductName',header: "Name", width:125, sortable: true, locked:false,... -
22 Jun 2009 1:43 AM
Jump to post Thread: Combobox with jsonreader by akush2007
- Replies
- 5
- Views
- 1,191
You have to create a servlet that returns the MySQL data in jsonstring.
Now you can reteive that by creating a datastore like i created below.
Btw, I have found solution to my problem.
Here it... -
21 Jun 2009 8:23 PM
Jump to post Thread: Combobox with jsonreader by akush2007
- Replies
- 5
- Views
- 1,191
Thanks nomack84 i have added following line in my code:
mode:'remote',
But it still doesn't showing the list. -
21 Jun 2009 11:49 AM
Jump to post Thread: Combobox with jsonreader by akush2007
- Replies
- 5
- Views
- 1,191
I want to load names using jsonreader in a combobox. I have written the following code.
var stmtRecord = Ext.data.Record.create([{name: 'name'},{name: 'ID'}]);
var ds = new... -
20 Jun 2009 8:32 AM
- Replies
- 6
- Views
- 1,499
I have found the solution.
-
20 Jun 2009 4:48 AM
- Replies
- 6
- Views
- 1,499
I have a grid:
var stmtRecord = Ext.data.Record.create([{name: 'NotificationID'},{name: 'FromID'},{name: 'Subject'}]);
var urlVar = "ViewInbox?Type=Inbox";
storeStmt1 = new... -
19 Jun 2009 9:20 AM
Jump to post Thread: Reloading Grid with JsonReader by akush2007
- Replies
- 3
- Views
- 1,260
Thanks a lot man, you solved my problem. :)
-
19 Jun 2009 7:33 AM
Jump to post Thread: m is null by akush2007
- Replies
- 27
- Views
- 4,706
On firefox when your page is loaded. Click on firebug. then cick on Net tab of it. See whats the problem there.
-
19 Jun 2009 6:57 AM
Jump to post Thread: m is null by akush2007
- Replies
- 27
- Views
- 4,706
thanks 4 your reply.. :)
-
19 Jun 2009 6:52 AM
Jump to post Thread: Reloading Grid with JsonReader by akush2007
- Replies
- 3
- Views
- 1,260
Hi, I want to take an input from a textfield and then reload grid according to it. Its a search facility. What i have been doing is:
var Cuserinput = new Ext.form.TextField({
name:... -
18 Jun 2009 9:47 PM
Jump to post Thread: m is null by akush2007
- Replies
- 27
- Views
- 4,706
I have been getting the following error in firebug when i am executing my code. Please help me.
m is null
DomHelper()(null, null)ext-all.js (line 9)
DomHelper()(null, null)ext-all.js (line... -
18 Jun 2009 11:22 AM
- Replies
- 1
- Views
- 678
I have been facing problem with loading data after taking userinput. Please help
Ext.onReady(function(){
Ext.QuickTips.init();
// turn on validation errors beside the field...
Results 1 to 25 of 25
