Search Type: Posts; User: scaswell1
Search: Search took 0.02 seconds.
-
4 Mar 2013 1:15 PM
Jump to post Thread: Legacy Bug by scaswell1
- Replies
- 3
- Views
- 350
Method dispatch(AppEvent, boolean) of com.sencha.gxt.legacy.client.mvc.Dispatcher currently reads:
private void dispatch(AppEvent event, boolean createhistory) {
BeforeAppEvent before =... -
27 Feb 2013 10:04 AM
Jump to post Thread: AccordionPanel add error by scaswell1
- Replies
- 4
- Views
- 333
Yeah, if I add the panels before adding the Viewport to the RootPanel, everything works fine. It was just inconvenient, not as much as a show stopper (in this use-case, anyway.)
-
27 Feb 2013 7:44 AM
Jump to post Thread: AccordionPanel add error by scaswell1
- Replies
- 4
- Views
- 333
Hi Sven,
I am sure that the ContentPanels being added are brand-new.
Pseudo code for my use case is as follows:
Viewport v = new Viewport();
v.setWidget(new BorderLayoutContainer());... -
27 Feb 2013 7:01 AM
Jump to post Thread: AccordionPanel add error by scaswell1
- Replies
- 4
- Views
- 333
Hello,
When attempting to add a ContentPanel to an AccordionLayoutContainer, I get the following error:
java.lang.AssertionError: Method must be called before the widget is rendered
at... -
8 Feb 2013 7:45 AM
Jump to post Thread: TabPanel HTML items by scaswell1
- Replies
- 4
- Views
- 302
This does do the trick, Sven.
Any chance a simple setter for this can/will be added in the future, or that it be adjusted automatically if the TabItemConfig uses HTML? I imagine anyone using a... -
8 Feb 2013 6:05 AM
Jump to post Thread: TabPanel HTML items by scaswell1
- Replies
- 4
- Views
- 302
Hi,
I'm having trouble with TabItemConfig objects using HTML.
It seems that when using HTML as the TabItem text, the TabItemConfig no longer is clickable.
See the following:
public void... -
28 Jan 2013 5:22 AM
- Replies
- 2
- Views
- 454
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.ui.HTML;
import com.google.gwt.user.client.ui.RootPanel;
import com.sencha.gxt.widget.core.client.ContentPanel;... -
25 Jan 2013 9:10 AM
- Replies
- 2
- Views
- 454
In GXT 2.x, when a TabItem was disabled, two things would happen:
The text of the tab would be grayed out to indicate the disabled state
The mouse would remain in default pointer style when... -
22 Jan 2013 1:43 PM
- Replies
- 17
- Views
- 1,339
You can close it - that was definitely the problem. Really sorry for time drain!
-
22 Jan 2013 1:18 PM
- Replies
- 17
- Views
- 1,339
From this, it appears that the onSubmit/SubmitHandler are called when FormPanel.submit() is fired, not when the submission is complete. This would explain a lot. Is there an alternative way to listen...
-
22 Jan 2013 1:15 PM
- Replies
- 17
- Views
- 1,339
See the (hopefully attached) image for Netbeans' representation of the callstack.
-
22 Jan 2013 1:12 PM
- Replies
- 17
- Views
- 1,339
In my current debugging session, I am clicking a button that calls form.submit();
It is hitting FormPanel line 399 (first line of onDetach()) and THEN going to line 370 (submit()). -
22 Jan 2013 12:19 PM
- Replies
- 17
- Views
- 1,339
The use case for this particular situation is to open a window that harbors a FormPanel with two fields (one being the FileUploadField.) This window is modal, and does not close until the onSubmit...
-
22 Jan 2013 8:47 AM
- Replies
- 17
- Views
- 1,339
Also, after the onAttach method runs
// Hook up the underlying iframe's onLoad event when attached to the DOM.
// Making this connection only when attached avoids memory-leak... -
22 Jan 2013 8:42 AM
- Replies
- 17
- Views
- 1,339
Colin,
In my debugging, I am finding that the following is the case:
In the FormPanel.submit method, line 370
impl.submit(getElement(), synthesizedFrame); -
22 Jan 2013 6:07 AM
- Replies
- 17
- Views
- 1,339
Hmmm. I also cannot reproduce the issue with the code you have provided. Let me take some more time to look into this.
-
21 Jan 2013 2:16 PM
Jump to post Thread: Grid Header Unwanted Growth by scaswell1
- Replies
- 2
- Views
- 349
We have noticed that in Chrome (latest stable release as of this post), if you have your zoom set at 110%, the grid headers grow down toward the bottom of the grid.
I experience this behavior in... -
20 Jan 2013 11:29 AM
- Replies
- 17
- Views
- 1,339
Colin,
We have upgraded to GXT 2.5.0, which seems to be the only difference between our two cases. And, to clarify, we are using the GXT FormPanel (in case there is indeed any difference between... -
18 Jan 2013 6:51 AM
- Replies
- 17
- Views
- 1,339
Thanks, Sven.
My Google Chrome reports it is running Version 24.0.1312.52 m, for your reference. -
18 Jan 2013 5:40 AM
- Replies
- 17
- Views
- 1,339
Hi,
The GXT 3.0.3 FormPanel widget is spawning a new tab/window in Google Chrome v24 after submit completes. How can I get this to stop?
Thanks! -
26 Nov 2012 1:51 PM
Jump to post Thread: DualListField double click by scaswell1
- Replies
- 2
- Views
- 366
I can't figure out any way to create a double click handler for ListView widgets (or DualListField widgets.) It used to be so easy in GXT 2. Can anyone give me a pointer here? I want users to be able...
-
4 Jun 2012 8:14 AM
Jump to post Thread: Legacy XTemplate issue by scaswell1
- Replies
- 4
- Views
- 767
Colin,
I'm currently merely trying to upgrade from Ext GWT 2 to Ext GWT 3. Right now, I'm trying to avoid including version 2 simply for the sake of having the XTemplate class - I assumed the... -
1 Jun 2012 7:38 AM
Jump to post Thread: Legacy XTemplate issue by scaswell1
- Replies
- 4
- Views
- 767
Required Information
Version(s) of Ext GWT
«Ext GWT 3.0»
Browser versions and OS(and desktop environment, if applicable)
Firefox 11 / Windows 7
Virtual Machine
«No» -
16 May 2012 1:21 PM
Jump to post Thread: Legacy Bug (MVC) by scaswell1
- Replies
- 1
- Views
- 611
Required Information
Version(s) of Ext GWT
«Ext GWT 3.0 Release Candidate»
Browser versions and OS
All browsers and OSes
Virtual Machine
I would assume both. -
7 Jan 2011 8:31 AM
Jump to post Thread: XTemplate Upgrade Issue by scaswell1
- Replies
- 4
- Views
- 2,968
I reverted my upgrade changes.
When using GXT2.1.1 and GWT 2.0.3, this problem didn't occur.
I then upgraded GWT to 2.1.1. Still no error.
I then upgraded GXT to 2.2.1, and then the error...
Results 1 to 25 of 67
