Search Type: Posts; User: nmasilva
Search: Search took 0.02 seconds.
-
17 Jun 2010 4:03 AM
Jump to post Thread: Window close event by nmasilva
- Replies
- 5
- Views
- 3,260
Hi Colin,
Thanks for the quick reply,
The question here is that i have my GWT app work with two entrypoints and it work's ok.
in the parent entrypoint i had a button with a... -
14 Jun 2010 6:22 AM
Jump to post Thread: Window close event by nmasilva
- Replies
- 5
- Views
- 3,260
Hi colin,
You're approuch didn´t work for me.
Basiclly in dosent do nothing.
Is there some configuration, that i have do in order to put working ?
In my case i have two entrypoints. The first... -
6 Jun 2010 11:43 AM
Jump to post Thread: GXT Window close by nmasilva
- Replies
- 2
- Views
- 1,581
Hi Colin
Hi tried your solution, but it dosent work :(
My case is simple.
1. I have an EntryPoint that creates a new window.
2. The content of the new Window is loaded by url.
3. The new... -
17 Jun 2009 3:31 AM
Jump to post Thread: SimpleComboBox sort by nmasilva
- Replies
- 0
- Views
- 630
Hi all,
is it possible to sort a SimpleComboBox ?
if i remove all elements and add them sorted, i loose the modified red triangle...
Thanks
Nuno Silva -
7 Jun 2009 2:37 PM
Jump to post Thread: Combobox setSelection by nmasilva
- Replies
- 1
- Views
- 1,227
Hi all
I'm using the M2 of new version 2 of the GXT and i have a problem retrieving the select value from a combo box.
Here is my combobox:
comboClubes = new... -
26 May 2009 8:55 AM
Jump to post Thread: EditorGrid<DTO> dosent render by nmasilva
- Replies
- 2
- Views
- 952
Done !!!
the problem was in the column.setId and the set in the DTO were diferent.
thanks,
Nuno Silva -
26 May 2009 8:39 AM
Jump to post Thread: EditorGrid<DTO> dosent render by nmasilva
- Replies
- 2
- Views
- 952
ok, i partially found de answer...
in the setters of the GraduacaoDTO was missing the sets like set("data", data);
now when i load the form the lines appear with the data except the comboBox... -
23 May 2009 7:28 AM
Jump to post Thread: EditorGrid<DTO> dosent render by nmasilva
- Replies
- 2
- Views
- 952
hi all,
i modified the example of the EditorGrid with a DTO class. The SimpleComboBox<String> changed also to SimpleComboBox<DTO2>.
when i load the record into the grid, row are created, but... -
8 Jul 2008 6:48 AM
- Replies
- 6
- Views
- 1,544
i've found it
var rec = ds.getAt(i);
rec.set('dataIndex','Value');
Thank's to all
Nuno Silva -
8 Jul 2008 6:10 AM
- Replies
- 6
- Views
- 1,544
How ?
which method is approriate to change a cell content in the store ? -
7 Jul 2008 2:32 AM
- Replies
- 6
- Views
- 1,544
Hi Evant
I want to modified a cell programatically.
if i change the values in dom and add to the modified table, the red triangles dosent appear and if i make rejectChanges it dosent undo into... -
6 Jul 2008 10:46 AM
- Replies
- 2
- Views
- 1,153
Hi,
I have a similar problem, i want to change a cell programatically and i can -
6 Jul 2008 8:56 AM
- Replies
- 6
- Views
- 1,544
Hi all,
i have a grid, and when a click a button i want all rows in a column have the same value.
That is ok, i can do it.
What i can -
8 Nov 2007 4:00 PM
- Replies
- 4
- Views
- 1,864
Hi,
i also have se same question. I'm using the beta version of the ext 2.0 grid, and i would like to change a cell value.
here is the main grid definition
ds = new Ext.data.Store();
... -
30 Oct 2007 7:02 AM
Jump to post Thread: setColumnHeader by nmasilva
- Replies
- 3
- Views
- 1,330
Problem is solved in the beta version
Nuno Silva -
24 Oct 2007 3:14 AM
Jump to post Thread: setColumnHeader by nmasilva
- Replies
- 3
- Views
- 1,330
Hi all,
I am trying to change the column Header text, but with no sucess.
cm.setColumnHeader(index,text) work, but not outside the Ext.onReady(function() where the grid is configured
Thanks...
Results 1 to 16 of 16
