Search Type: Posts; User: scaswell1

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. 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 =...
  2. 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.)
  3. 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());...
  4. 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...
  5. 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...
  6. 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...
  7. 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;...
  8. 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...
  9. You can close it - that was definitely the problem. Really sorry for time drain!
  10. 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...
  11. See the (hopefully attached) image for Netbeans' representation of the callstack.
  12. 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()).
  13. 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...
  14. 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...
  15. Colin,

    In my debugging, I am finding that the following is the case:

    In the FormPanel.submit method, line 370


    impl.submit(getElement(), synthesizedFrame);
  16. Hmmm. I also cannot reproduce the issue with the code you have provided. Let me take some more time to look into this.
  17. 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...
  18. 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...
  19. Thanks, Sven.

    My Google Chrome reports it is running Version 24.0.1312.52 m, for your reference.
  20. 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!
  21. 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...
  22. 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...
  23. 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»
  24. 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.
  25. 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
Page 1 of 3 1 2 3