Search Type: Posts; User: thursday
Search: Search took 0.02 seconds.
-
16 Aug 2012 9:09 PM
Jump to post Thread: Migration Guide Gxt 2 to Gxt 3.x by thursday
- Replies
- 1
- Views
- 856
Hi,
Is there any comprehensive migration guide available to migrate the project using GXT 2 to GXT 3?.
I just started converting it. But several components are missing/change of clas... -
10 Aug 2012 8:35 AM
- Replies
- 0
- Views
- 460
I am trying to add few TextButtons with Icon aligned at TOP. But the buttons are overlapping even after setting the Margins/Padding.
But the spacing comes correctly if I use LEFT aligned images. ... -
21 Apr 2012 4:43 AM
- Replies
- 3
- Views
- 3,839
Sven,
Thanks for the reply.
I am able to make the field right aligned by using this code.
field.el().getChild(0).setStyleAttribute("text-align", "right");
I am wondering if this is the... -
3 Nov 2011 6:20 PM
- Replies
- 3
- Views
- 3,839
I would like to do the same thing in GXT as the per the ExtJS instructions
http://www.sencha.com/forum/showthread.php?135554-how-to-align-text-on-a-textfield-to-the-right
TextField<String>... -
26 Oct 2011 11:06 PM
- Replies
- 0
- Views
- 990
I loaded PDF file to the ContentPanel using setUrl method. I want to print the PDF by using the
following native function.
ContentPanel panel = new ContentPanel();
Frame frame =... -
12 Oct 2011 12:23 AM
Jump to post Thread: Widget Focus by thursday
- Replies
- 3
- Views
- 960
Jason's solution worked for me. Thanks Jason!.
-
11 Oct 2011 4:54 AM
Jump to post Thread: Widget Focus by thursday
- Replies
- 3
- Views
- 960
I see that Window.setFocusWidget(Widget) is used to receive the focus. It works perfectly fine!.
But how do I set focus to a widget which is added to the non window containers such as ContentPanel... -
12 Sep 2011 10:00 PM
Jump to post Thread: ComboBox Sort Order by thursday
- Replies
- 1
- Views
- 826
Not a bug. My Map order was incorrect. No workaround is needed.
-
12 Sep 2011 9:28 PM
Jump to post Thread: ComboBox Sort Order by thursday
- Replies
- 1
- Views
- 826
I am using BaseModelData to fillup the combo box values with the below code
ListStore<ModelData> store = comboBox.getStore();
store.removeAll();
int order = 1;
... -
17 Mar 2011 9:04 PM
Jump to post Thread: Stopping Event Propagation by thursday
- Replies
- 8
- Views
- 4,181
Sven,
The problem was resolved with your answer. I was trying to explain why I was using handleEvent(BaseEvent baseEvent) instead of handleEvent(DomEvent domEvent).
I have one common event... -
17 Mar 2011 3:54 AM
Jump to post Thread: Stopping Event Propagation by thursday
- Replies
- 8
- Views
- 4,181
Thanks Sven for the reply. It works now with cancelBubble. I did try with the handleEvent(DomEvent domEvent) earlier. But it failed for SelectionChangedEvent with the ClassCastException. (I have...
-
16 Mar 2011 7:34 AM
Jump to post Thread: Stopping Event Propagation by thursday
- Replies
- 8
- Views
- 4,181
Darrel / sven,
Could you please kindly look into the issue?.
I need to understand how to stop the events going to parent panels using BaseEvent.
This is very critical for our project. -
16 Mar 2011 1:55 AM
Jump to post Thread: Stopping Event Propagation by thursday
- Replies
- 8
- Views
- 4,181
It did not work. I still get events from the parent panel A.
From the docs,
True to cancel the current operation (defaults to false). Only applies to events that can be cancelled as... -
16 Mar 2011 12:47 AM
Jump to post Thread: Stopping Event Propagation by thursday
- Replies
- 8
- Views
- 4,181
I have nested panels like ContentPanel B is added to ContentPanel A
Both the panels are registered with event listeners.
panelA.addListener(Events.OnClick, eventHandler);
... -
8 Jan 2010 6:26 AM
- Replies
- 2
- Views
- 714
Dear BitPoet,
Thanks for the pointer.
var values =
{
city: 'Santa Clara',
countryName: 'US'
}did not work. Then, I tried with -
8 Jan 2010 3:46 AM
- Replies
- 2
- Views
- 714
I use combo box to display a list of countries in which valueField uses
countryCode and displayField uses countryName from the array store.
I collect all the form fields values at one place and... -
11 Mar 2009 2:01 AM
Jump to post Thread: Programmatically adding panels. by thursday
- Replies
- 11
- Views
- 1,953
Dear MJ,
I was able to get this working using one container per column. Though it
adds one additional nested level, it gives me certain other benefits.
I will wait for 3.x to refactor the... -
9 Mar 2009 8:33 PM
Jump to post Thread: Programmatically adding panels. by thursday
- Replies
- 11
- Views
- 1,953
Dear Animal,
Thanks for the suggestion. I tried that approach and it resulted all child panels in a single
column one by one.
Here is the code that I used. Kindly let me know if I miss... -
9 Mar 2009 8:09 AM
Jump to post Thread: Programmatically adding panels. by thursday
- Replies
- 11
- Views
- 1,953
Dear MJ,
I see the outer container with or without specifying a width. But the child panels
do not appear.
I just included the doLayout call inside the loop to see at least if one of the... -
9 Mar 2009 7:54 AM
Jump to post Thread: Programmatically adding panels. by thursday
- Replies
- 11
- Views
- 1,953
Thanks MJ for your immediate reply.
I just included my code snippet.
Thanks. -
9 Mar 2009 7:38 AM
Jump to post Thread: Programmatically adding panels. by thursday
- Replies
- 11
- Views
- 1,953
Hi,
I am wondering if it is possible to add panels to the container which is set to use table layout?
For example, I want to define a container panel to have 10 rows and 5 columns.
And add 50... -
21 Jan 2009 2:12 AM
- Replies
- 1
- Views
- 688
Could you please help me on this issue?.
Thanks in advance. -
16 Jan 2009 5:42 AM
- Replies
- 1
- Views
- 688
I have a form which uses multiple tabs of a tab container. The save button submits all the form data.
If an user tries to click the save button, and if he forgot to enter a value in the 3rd tab,...
Results 1 to 23 of 23
