Search Type: Posts; User: peterarsentev
Search: Search took 0.03 seconds.
-
11 Mar 2012 5:33 AM
- Replies
- 0
- Views
- 369
Hello I would like to set special format to y axis in line chart.
I found that ChartModel has a method setYAxisLabelStyle(); and I guess that it can do it.
Can you help me with it?
Regard. -
2 Mar 2012 4:52 AM
Jump to post Thread: Apply ListFilter for Tree by peterarsentev
- Replies
- 0
- Views
- 363
Hello. I encountered with problems. I have a TreeGrid and I would like to apply ListFilter for it. TreeGrid has fields like name, login and ext. I set display field - name, but I would like to filter...
-
2 Mar 2012 3:05 AM
Jump to post Thread: adjust labels in line chart by peterarsentev
- Replies
- 1
- Views
- 610
Hello, I have problems with a LineChart. I would like to build LineChart with large range data for x axis.
For example y(x) = x*x; {-1000, 1000}. I can set min x, max x and step, but all labels will... -
29 Feb 2012 5:04 AM
- Replies
- 3
- Views
- 1,471
Can you tell me anything about this problem?
-
27 Feb 2012 4:21 AM
- Replies
- 3
- Views
- 1,471
Yes sure
package com.sample.tree.client;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.ui.IsWidget;
import com.google.gwt.user.client.ui.RootPanel;... -
17 Feb 2012 2:48 AM
- Replies
- 3
- Views
- 1,471
Hello I have a strange behavior in TreeGrid when I set setExpandOnFilter(false). It does not open leafs after filtering.
I made a maven project where you can testing it.... -
16 Feb 2012 1:08 AM
- Replies
- 3
- Views
- 646
I did an sample that you can check it
there
http://www.2shared.com/file/sP9XAVt2/TreeMX.html
It is a maven project. -
15 Feb 2012 4:14 AM
- Replies
- 3
- Views
- 646
Ok. I wrote an epic code that to do it.
final TextField<String> firstName = new TextField<String>();
Button button = new Button("Search");
button.addSelectionListener(new... -
14 Feb 2012 5:42 AM
- Replies
- 3
- Views
- 646
I made a little example what I meant.
package com.messagedna.client.widget;
import com.extjs.gxt.ui.client.data.BaseModel;
import com.extjs.gxt.ui.client.data.BaseModelData;
import... -
9 Feb 2012 2:53 AM
- Replies
- 3
- Views
- 646
Hello I have a problem with StoreFilterField in tree.
I use dynamic proxy for load branch in tree and would like to apply a filter only for root element.
if I use StoreFilterField right now it...
Results 1 to 10 of 10
