Search Type: Posts; User: samwells
Search: Search took 0.01 seconds.
-
15 Sep 2009 9:04 PM
- Replies
- 1
- Views
- 608
I have the following code from the ext gxt samples grid grouping example
http://www.extjs.com/examples/#grouping
I am adding a render to a grid column
In the span tag i want to invoke a event on... -
15 Sep 2009 2:19 AM
- Replies
- 1
- Views
- 1,184
I have the following code from the ext gxt samples grid grouping example
http://www.extjs.com/examples/#grouping
I am adding a render to a grid column
In the span tag i want to invoke a event on... -
9 Mar 2009 1:53 AM
- Replies
- 0
- Views
- 986
How do i intergarte Virtual earth with gxt .
I want to show this maps in a panel on a button click
<script type="text/javascript"... -
1 Mar 2009 9:25 PM
- Replies
- 2
- Views
- 1,340
I am not able to adjust the panel size when the browser is resized .i did like this but didn't work
ContentPanel middleContainer;
middleContainer = new ContentPanel();
... -
11 Feb 2009 6:21 AM
- Replies
- 3
- Views
- 2,424
I guessed little on that
U mean to say I should have 2 entry points in the gwt.xml file
or i should have 2 gwt.xml file with each having a entry point
Actually i tried both the ways ..
I m... -
10 Feb 2009 7:19 PM
- Replies
- 3
- Views
- 2,424
Is it possible to open a new browser window ( not in gxt window component ) from current application with gxt components like grid
I know that com.google.gwt.user.client.Window.open() opens a... -
10 Feb 2009 5:07 AM
Jump to post Thread: How to create JSON object by samwells
- Replies
- 7
- Views
- 18,142
Thanks I got that
But i was just wondering why JsObject is not working
Anyways thanks for the reply
Sam -
10 Feb 2009 2:59 AM
Jump to post Thread: How to create JSON object by samwells
- Replies
- 7
- Views
- 18,142
Shawn thanks for ur reply
But still i m confused
I am making a server call like this
RequestBuilder builder = new RequestBuilder(RequestBuilder.POST, url);
try {
... -
9 Feb 2009 10:03 PM
Jump to post Thread: How to create JSON object by samwells
- Replies
- 7
- Views
- 18,142
Thanks for the reply
I already looked at that gwt JSONObject
but this doesn't have any api to create jsonobject using string ...
Actually wat i need is that , the json string will be coming... -
9 Feb 2009 7:36 PM
Jump to post Thread: How to create JSON object by samwells
- Replies
- 0
- Views
- 2,191
How to create a Jsobject from a string
I used the below code but it give me error
String json = "{"
+ "\"status\":\"success\"" + ","
+... -
9 Feb 2009 7:35 PM
Jump to post Thread: How to create JSON object by samwells
- Replies
- 7
- Views
- 18,142
How to create a Jsobject from a string
I used the below code but it give me error
String json = "{"
+ "\"status\":\"success\"" + ","
+... -
9 Feb 2009 4:20 AM
Jump to post Thread: Problem in labels alignment by samwells
- Replies
- 2
- Views
- 1,171
Thanks for the reply
Please see the attached image for how I want
For that i wrote the code below
centerPanel = new ContentPanel();
textLimit = new TextField<String>();
... -
8 Feb 2009 8:27 PM
Jump to post Thread: Problem in labels alignment by samwells
- Replies
- 2
- Views
- 1,171
How can I align the labels text to right align.
I know that in FormPanel .setLabelAlign(LabelAlign.RIGHT);
method is there for doing that.
But my problem is in form panel if i have only one... -
8 Feb 2009 8:18 PM
Jump to post Thread: Problem in labels alignment by samwells
- Replies
- 1
- Views
- 2,118
How can I align the labels text to right align.
I know that in FormPanel .setLabelAlign(LabelAlign.RIGHT);
method is there for doing that.
But my problem is in form panel if i have only one... -
5 Feb 2009 5:42 AM
- Replies
- 3
- Views
- 4,904
Thanks for the reply
But how can I add grid and store directly to a jsp file and link that with a rpc call
how to link that jsp file to the gxt java client side file
For example i have a gxt... -
5 Feb 2009 1:33 AM
- Replies
- 3
- Views
- 4,904
Is it possible to open a new browser window ( not in gxt window component ) from current application with gxt components like grid
I know that com.google.gwt.user.client.Window.open() opens a... -
29 Jan 2009 8:15 PM
- Replies
- 1
- Views
- 1,068
How to adjust the size of panels automatically on resizing the browser
I found one method panel.setMonitorWindowResize(true).
But this didn't seems to work for me .
And how can i open the... -
27 Jan 2009 4:29 AM
Jump to post Thread: Problem with menus by samwells
- Replies
- 1
- Views
- 820
I need to show the menuitems for a menu on moving the mouse over the menu
instead of clicking .Currently when i click on the menu i get its menuitem
How to show the menu items automatically upon... -
27 Jan 2009 4:24 AM
- Replies
- 2
- Views
- 1,028
Can you please tell me how to set the tooltip for each column header
Thanks
Prakash -
21 Jan 2009 10:32 PM
- Replies
- 1
- Views
- 2,696
How to implement a combo box mixed of enabled and disabled items
I know i have to add templates for this This would only change the appearance.
But I have to do a 'beforeselect' listener to make... -
21 Jan 2009 4:26 AM
- Replies
- 2
- Views
- 1,028
How do I set tool tip for grid header
I m using ColumnConfig to create columns
it has getToolTip() method but no setToolTip() method
How to set tool tip for each column
Second is
I want... -
31 Oct 2008 3:45 AM
Jump to post Thread: Reading the xml file by samwells
- Replies
- 8
- Views
- 5,025
Thanks for the reply .
I got ur point I'll try to do as u said :-) -
30 Oct 2008 8:16 PM
- Replies
- 2
- Views
- 1,510
Thanks for the help its working now
Sam -
30 Oct 2008 8:00 PM
Jump to post Thread: Reading the xml file by samwells
- Replies
- 8
- Views
- 5,025
This code i have taken from http://extjs.com/explorer/#xmlgrid
import java.util.ArrayList;
import java.util.List;
import com.extjs.gxt.ui.client.Style.HorizontalAlignment;
import... -
30 Oct 2008 4:09 AM
- Replies
- 2
- Views
- 1,510
I have a problem with menuItem.addSelectionListener()
See the code below
MenuItem menuItem = new MenuItem("Open");
menuItem.addSelectionListener(new SelectionListener<ComponentEvent>()...
Results 1 to 25 of 28
