Search Type: Posts; User: Nico33
Search: Search took 0.02 seconds.
-
8 Apr 2010 5:49 AM
- Replies
- 2
- Views
- 1,117
please see this http://www.extjs.com/forum/showthread.php?t=89871 and this http://www.extjs.com/forum/showthread.php?t=90903
-
25 Mar 2010 12:05 PM
Jump to post Thread: TreeGrid does not epxand? by Nico33
- Replies
- 5
- Views
- 1,717
Thanks,
it's working =D> -
25 Mar 2010 11:19 AM
Jump to post Thread: TreeGrid does not epxand? by Nico33
- Replies
- 5
- Views
- 1,717
Hi all,
I encounter the same problem with GXT 2.1.1.
this is my testcase
public class TestApp implements EntryPoint
{
public void onModuleLoad() -
25 Mar 2010 10:58 AM
- Replies
- 14
- Views
- 4,215
Thanks for your help, it's working.
Best regards =D> -
25 Mar 2010 1:32 AM
- Replies
- 14
- Views
- 4,215
Thanks for your answer.
I've tryed what you suggest and it's working but I encounter some other bugs.
I'm settings the range of both Yaxis with :
YAxis yLeftAxis = new YAxis();... -
22 Mar 2010 11:22 AM
- Replies
- 14
- Views
- 4,215
Hi all,
I would like to have a chart with 2 yAxes and multiple scales.
This is my sample code :
public class TestApp implements EntryPoint
{
public void onModuleLoad()
{ -
11 Mar 2010 1:04 PM
Jump to post Thread: ListView disappears when Dnd by Nico33
- Replies
- 7
- Views
- 1,328
Thanks, this is working as usual.
To avoid in the future to annoy you, how did you achieve to know what was wrong in my code ?
I tryed to debug, but can't see what's wrong.
Why did setbounds run... -
11 Mar 2010 4:41 AM
Jump to post Thread: ListView disappears when Dnd by Nico33
- Replies
- 7
- Views
- 1,328
I'll give up this idea, and will try something without a window ...
-
9 Mar 2010 9:30 AM
Jump to post Thread: ListView disappears when Dnd by Nico33
- Replies
- 7
- Views
- 1,328
no idea ?
-
8 Mar 2010 3:49 AM
Jump to post Thread: ListView disappears when Dnd by Nico33
- Replies
- 7
- Views
- 1,328
Maybe the listview doesn't work on a window ... :((
-
4 Mar 2010 11:01 AM
Jump to post Thread: ListView disappears when Dnd by Nico33
- Replies
- 7
- Views
- 1,328
Hi all,
this is the complete test app that reproduces the problem :
public class TestApp implements EntryPoint
{
private ListView<Stock> lv;
private ListViewDropTarget target; -
24 Feb 2010 11:55 PM
- Replies
- 8
- Views
- 3,515
Ok
i'm really a noob !!!
If i replace
return "";with
return new Text();It's working ... I've mixed widget and string !! What an awful mistake !
... -
24 Feb 2010 3:04 PM
- Replies
- 8
- Views
- 3,515
you mean why I don't use a GridCellRenderer ?
That's what I tryed to use in my first post, but I encountered problem when expanding items. -
24 Feb 2010 10:37 AM
- Replies
- 8
- Views
- 3,515
Thanks Sven to try to help me :).
I'm using gxt 2.1.
You're right, let's start with a minimal example for the first problem :
Try to use this code (based on the TreeGridExample) :
import... -
23 Feb 2010 4:17 AM
- Replies
- 8
- Views
- 3,515
I've something quite working with overrinding the getWidgetTemplate method :
TreeGridView treeGridView = new TreeGridView()
{
@Override
public String getWidgetTemplate(ModelData m,... -
17 Feb 2010 6:34 AM
- Replies
- 8
- Views
- 3,515
I can't override the Render method, If I do it to return the widget
@Override
public Object render(ModelData model, String property,
ColumnData config, int rowIndex, int colIndex,
... -
16 Feb 2010 12:22 PM
- Replies
- 8
- Views
- 3,515
it's better with
private WidgetTreeGridCellRenderer<ModelData> getRenderer()
{
return new WidgetTreeGridCellRenderer<ModelData>()
{
... -
15 Feb 2010 1:57 PM
- Replies
- 8
- Views
- 3,515
Hi all,
I have a treegrid with this nodes :
node1 (value = 10)
|----- node11 (no value)
|----- node12 (no value)
node2 (value = 20)
|----- node21 (no value) -
14 Feb 2010 7:19 AM
- Replies
- 5
- Views
- 2,283
I'm using this :
Grid<Person> grid = new Grid<Person>(store, cm)
{
@Override
protected void onRightClick(ComponentEvent ce)
{
GridEvent<?>... -
13 Feb 2010 12:15 AM
- Replies
- 2
- Views
- 755
I've tried with gwt 2.0 & gxt 2., but still the same problem.
after debbuging the code, I can see that in the renderRows method of GroupingView, the lastGroupField field has a value, so we don't... -
13 Feb 2010 12:14 AM
- Replies
- 1
- Views
- 940
When creating a grouping grid with setShowGroupedColumn to false, the grouped column is not shown. OK
When using reconfigure, the grouped column becomes visible even if setShowGroupedColumn is still... -
11 Feb 2010 4:54 AM
Jump to post Thread: GridGroupRenderer by Nico33
- Replies
- 2
- Views
- 979
see http://www.extjs.com/examples/explorer.html#widgetrenderergrid
-
10 Feb 2010 7:30 AM
Jump to post Thread: ListView disappears when Dnd by Nico33
- Replies
- 7
- Views
- 1,328
Hi all,
I'm trying to use drag and drop on a ListView to allow reordering.
Here's my code snippet, but when I'm dragging an element, the listview disappears.
Am I missing something ?
Thanks... -
10 Feb 2010 5:33 AM
- Replies
- 2
- Views
- 755
this is maybe a bug.
I'm using gwt 1.7 & gxt 2.0
Can someone test with gwt 2.0 & gxt 2.1 ? -
8 Feb 2010 10:59 AM
- Replies
- 2
- Views
- 755
Hi all,
I have a grouping grid that has the grouped column not shown.
When I click on a button, I want to hide one column, so I'm using grid.reconfigure.
But after the reconfigure, I can see...
Results 1 to 25 of 81
