Search Type: Posts; User: rlaferla
Search: Search took 0.04 seconds.
-
9 Aug 2010 3:02 PM
- Replies
- 2
- Views
- 857
Sven - Will the next release be a "pre-release" or the final release of 2.2?
-
19 Mar 2010 7:19 AM
Jump to post Thread: GWT 2.0.0RC1 and GXT 2.0.1 by rlaferla
- Replies
- 15
- Views
- 7,420
We also want to use UIBinder. When can we start using it with GXT?
-
13 Nov 2009 1:27 PM
Jump to post Thread: GXT 1.2.3 : Sort Dates in Grid by rlaferla
- Replies
- 10
- Views
- 7,537
I'm having this problem with GXT 2.0.4 and GWT 1.7.1. How do you apply the patch? I'm also using Date not Timestamp.
-
17 Aug 2009 12:32 PM
- Replies
- 3
- Views
- 2,116
It is a special key but I agree that it's not a navigation key.
Reference:
http://www.quirksmode.org/js/keys.html
"The special keys encompass all those keys that don't cause a character to... -
17 Aug 2009 11:42 AM
- Replies
- 3
- Views
- 2,116
- Detailed description of the problem
Backspace (BS or 8) is not a special or nav key in ComponentEvent.
- GXT version
2.0.1
- Host mode / web mode / both
hosted mode -
12 Aug 2009 7:58 AM
- Replies
- 6
- Views
- 3,080
I'm not sure I understand that patch. I don't think it would be useful to me because I am working in Java. Is there a Java / GXT equivalent?
-
12 Aug 2009 6:59 AM
- Replies
- 6
- Views
- 3,080
I have a Grid that can contain tens of thousands of rows. Instead of fetching all the rows and letting the user filter them down to a manageable set, I'd like them to be filtered server-side. i.e. ...
-
11 Aug 2009 6:25 PM
Jump to post Thread: Buffered BeanModel Grid? by rlaferla
- Replies
- 1
- Views
- 846
There's an example of a JSON Buffered Grid in the explorer example but what about a BeanModel one? What does the server side code look like? What should the RPC interface look like?
I have a... -
11 Aug 2009 5:49 PM
- Replies
- 1
- Views
- 1,345
- Detailed description of the problem
1. Open the URL: http://extjs.com/examples/explorer.html#pagingbeanmodelgrid
2. Scroll the scroll bar all the way down on the grid
3. Navigate... -
6 Jun 2009 8:22 PM
- Replies
- 0
- Views
- 923
Does anyone have a build.xml that packages up the resources for GXT 2.0 and builds a war file? Ideally, I would like there to be separate source and war directories. ie. The source directory is...
-
3 Mar 2009 4:56 PM
- Replies
- 4
- Views
- 1,416
Thank you sven! You are both quick and sharp!
-
3 Mar 2009 4:51 PM
- Replies
- 4
- Views
- 1,416
Okay but....
The Explorer "AnchorLayout" demo that this is based on also adds three items to a Window with a FitLayout:
/*
* Ext GWT - Ext for GWT
* Copyright(c) 2007, 2008, Ext JS,... -
3 Mar 2009 4:31 PM
- Replies
- 4
- Views
- 1,416
- Detailed description of the problem
Window displays garbage.
- GXT version
1.2.3
- Host mode / web mode / both -
18 Feb 2009 1:32 PM
- Replies
- 5
- Views
- 2,705
BTW - Now, I am not sure about this ever working in 1.2.2.
-
18 Feb 2009 1:27 PM
- Replies
- 5
- Views
- 2,705
Done. Are you able to reproduce this on your end?
-
18 Feb 2009 1:02 PM
- Replies
- 5
- Views
- 2,705
Code
import com.extjs.gxt.ui.client.Style.HorizontalAlignment;
import com.extjs.gxt.ui.client.Style.SelectionMode;
import com.extjs.gxt.ui.client.data.BaseModel;
import... -
18 Feb 2009 12:54 PM
- Replies
- 5
- Views
- 2,705
- Detailed description of the problem
SelectionMode.SIMPLE and SelectionMode.MULTI are broken for EditorGrid (but works for Grid) in GXT 1.2.3. I am using a CheckBoxSelectionModel. Those modes... -
11 Dec 2008 6:42 AM
- Replies
- 6
- Views
- 3,793
Did you ever solve this? What is the solution?
-
10 Dec 2008 4:58 PM
Jump to post Thread: Disable Grid Rows by rlaferla
- Replies
- 5
- Views
- 3,170
How do you do this in Java GXT? I can't seem to get Events.BEFORE_SELECT to trigger from my Grid. A code sample would help. Thanks!
-
17 Nov 2008 3:48 PM
Jump to post Thread: Should I migrate from GWT-Ext? by rlaferla
- Replies
- 6
- Views
- 2,423
I'm in the process of migrated an app from GWT Ext to GXT. It's not that difficult. GXT seems to be faster and renders properly across IE 6 and Firefox. I just wish that I could find better...
-
17 Nov 2008 2:33 PM
- Replies
- 1
- Views
- 709
I have a column in a Grid that allows the user to delete that row. How do I determine which BeanModel instance corresponds to the row that the user clicked? And what's the best way to do this?
I... -
17 Nov 2008 1:32 PM
Jump to post Thread: Getting input from a TextField by rlaferla
- Replies
- 5
- Views
- 2,178
I have some basic questions about TextField:
1. When the user presses "Enter" in a TextField, I want it to call a method in my controller. What event should I use? Please provide a code... -
23 Sep 2008 12:09 PM
Jump to post Thread: Grid doesn't display properly by rlaferla
- Replies
- 2
- Views
- 871
Nevermind. I was missing the CSS link in my html.
<link rel="stylesheet" type="text/css" href="css/ext-all.css" /> -
23 Sep 2008 11:02 AM
Jump to post Thread: Grid doesn't display properly by rlaferla
- Replies
- 2
- Views
- 871
Also, here is my code if it helps any:
public void onModuleLoad() {
List<ColumnConfig> configs = new ArrayList<ColumnConfig>();
ColumnConfig column = new ColumnConfig(); ... -
23 Sep 2008 10:57 AM
Jump to post Thread: Grid doesn't display properly by rlaferla
- Replies
- 2
- Views
- 871
As my first attempt at using GXT, I am trying to incorporate code from this example into my basic GWT app (based on Google's StockWatcher example):
http://extjs.com/examples/grid/grid.html
The...
Results 1 to 25 of 25
