Search Type: Posts; User: vinicius.rabelo
Search: Search took 0.05 seconds.
-
30 Jun 2010 4:06 PM
- Replies
- 2
- Views
- 849
Thanks
-
25 Jun 2010 6:23 PM
- Replies
- 70
- Views
- 48,812
Darrel, where can I found more informations about GXT 3.0 or yet is very early to speak about this?
-
25 Jun 2010 6:14 PM
- Replies
- 8
- Views
- 1,823
Thanks a lot...
-
21 Jun 2010 5:10 PM
- Replies
- 2
- Views
- 742
listField_moveSelectedUp=Mover selecionado(s) para cima
listField_moveSelectedDown=Mover selecionado(s) para baixo
But where are used this messages? Only to me understand the context...
This... -
19 Jun 2010 11:26 AM
- Replies
- 8
- Views
- 1,823
Ok gaspo100, thanks...
Somebody have more opinion?
Thanks -
19 Jun 2010 10:55 AM
- Replies
- 2
- Views
- 742
- GXT version
2.0.1
- Host mode / web mode / both
All
- Browser and version
All
- Operating System -
19 Jun 2010 10:40 AM
- Replies
- 2
- Views
- 849
What is the correct mode to pass some values to "toField"?
I tryed to do:
getCategoryDualList().getToList().getListView().getSelectionModel().select(list, false);
But didn't work... -
17 Jun 2010 3:10 PM
- Replies
- 8
- Views
- 1,823
Hi,
In the GXt examples, to load a grid we have to do this:
RpcProxy<PagingLoadResult<Post>> proxy = new RpcProxy<PagingLoadResult<Post>>() {
@Override
public void... -
6 Jun 2010 7:25 AM
- Replies
- 0
- Views
- 835
Hi,
I am trying to implement a paging list, but when I click in the "Next" button of my PagingToolBar and I debug the source I can constact that the PagingLoadConfig's offset value is 0.
The... -
17 Nov 2009 11:15 AM
- Replies
- 1
- Views
- 1,852
- Detailed description of the problem
If I open one window and I try to get this window with the method: WindowManager.get().getActive(), the method doesn't return the correct active window.
... -
12 Nov 2009 8:25 AM
Jump to post Thread: How to set DND status? by vinicius.rabelo
- Replies
- 1
- Views
- 1,371
Hi all,
I am trying to implement a tree with DND, something like:
private TreePanelDropTarget treePanelDropTarget;
private TreePanelDropTarget getTreePanelDropTarget() { -
16 Sep 2009 4:13 AM
- Replies
- 4
- Views
- 2,626
This can to help you:
http://www.extjs.com/forum/showthread.php?t=38644 -
20 Aug 2009 4:39 AM
- Replies
- 3
- Views
- 1,189
GXT developer team,this really is a bug?
-
18 Aug 2009 4:55 AM
- Replies
- 3
- Views
- 1,189
- Detailed description of the problem
If I try setEnabled(false) and/or setReadOnly(true) in SliderField, I yet can to change the value.
- GXT version
2.0.1
- Host mode / web mode / both... -
17 Aug 2009 11:22 AM
- Replies
- 1
- Views
- 1,843
How to clear the value of the FileUploadField? Pressing only the key "del"? It's possible?
I want some thing how setReadOnly(false)...
I know that exists the method reset, but I don't want to use... -
14 Aug 2009 10:34 AM
- Replies
- 5
- Views
- 1,328
ok... Thanks
-
14 Aug 2009 10:21 AM
- Replies
- 5
- Views
- 1,328
But is possible to do the boxlabel auto adjust depending of your width using layouts? How to do this?
If I dont use auto width = true, the box label stays in two lines. Example:
Choice: ยบ... -
14 Aug 2009 10:00 AM
- Replies
- 5
- Views
- 1,328
- Detailed description of the problem
When I am using the CheckBoxGroup and I set autoWidth = true, the options (CheckBox) disappear.
- GXT version
2.0.1
- Host mode / web mode / both
Tested... -
14 Aug 2009 6:44 AM
- Replies
- 1
- Views
- 1,482
- Detailed description of the problem
If I have two fields (com.extjs.gxt.ui.client.widget.form.DateField) and I get the selected date of the first and set how the minimum date of the second, and... -
10 Aug 2009 5:21 AM
- Replies
- 8
- Views
- 2,559
Now it's working...
Alerting only to change to
com.extjs.gxt.ui.client.widget.form.ComboBox::initialized
and not to
com.extjs.gxt.ui.client.form.ComboBox::initialized
Thanks a lot -
7 Aug 2009 12:29 PM
- Replies
- 8
- Views
- 2,559
Then, in this case I only "can to access" this fields in the class
com.extjs.gxt.ui.client.widget.form.ComboBox? Is equal the control access on Java...
Consequently the widget XComboBox is not... -
7 Aug 2009 11:54 AM
- Replies
- 8
- Views
- 2,559
Excuse me... The code is:
My EntryPoint
public class TesteGxt implements EntryPoint {
public void onModuleLoad() {
final Viewport viewport = new Viewport();
... -
5 Aug 2009 11:11 AM
- Replies
- 8
- Views
- 2,559
When I try to compile my app, I receive errors in lines that use JNSI (in the class XComboBox)...
The error is:
[ERROR] Errors in file:/my workspace path/my app/client/XComboBox.java
[ERROR]... -
29 Jul 2009 5:14 AM
- Replies
- 0
- Views
- 722
I want to align my CheckBoxGroup with various columns and lines.
By example, if I have 6 check options, i want to show my CheckBoxGroup with 3 columns and 2 lines...
Is possible to do this or I... -
29 Jul 2009 4:51 AM
Jump to post Thread: disable right click by vinicius.rabelo
- Replies
- 3
- Views
- 1,186
Really this disable the context menu for everything.
But if you only need to use custom context menu this work fine, because you can to use:
treeGrid.setContextMenu(getMenu());
That work correctly
Results 1 to 25 of 35
