1. #1
    Ext GWT Premium Member
    Join Date
    Dec 2008
    Posts
    37
    Vote Rating
    0
    valavanurman is on a distinguished road

      0  

    Default Popup Window Question

    Popup Window Question


    We use a Gxt Window for popups. When there is a GWT listbox underneath the popup, the listbox shows through the window. This happens only for Listbox and not other widget. How to avoid this?

    Another question. From the poup window, I popup a new window for some lookup upon user action. The new popup goes underneath. I tried setActive(true). But does not help.

    Any ideas?

  2. #2
    Ext GWT Premium Member
    Join Date
    Dec 2008
    Posts
    37
    Vote Rating
    0
    valavanurman is on a distinguished road

      0  

    Default


    Lots of views but no replies.

    Let me clarify the question.

    I'm actually using the Window class for popup.

    Problem 1: The GWT Listbox underneath the window is shown through the GXT window.

    Problem 2: Upon validating the contents of the window, I use MessageBox to show error. This goes under the Window.

    Is there any advantage of using Popup class instead of Windows. When do you use which one.

    Please help!

  3. #3
    Sencha Premium Member
    Join Date
    Dec 2008
    Location
    Munich, Germany
    Posts
    183
    Vote Rating
    1
    Jose Jeria is on a distinguished road

      0  

    Default


    Why don't you report this in the bugs forum?

  4. #4
    Ext GWT Premium Member
    Join Date
    Dec 2008
    Posts
    37
    Vote Rating
    0
    valavanurman is on a distinguished road

      0  

    Default


    Because I don't know whether it is a bug or usage issue. But let me try that.

    Thanks

  5. #5
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,715
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    This will be a css issue. Checkout the zindexes of the listbox and the window. If you need the window over the listbox, you need to update the zindex of the window.