panel with LoadMask on local file

  1. #1

    panel with LoadMask on local file



    Here's a good one...

    I have a tabpanel that contains a form with a combobox that has over 6000 items. I don't want to load the combobox until the tab is selected. I chose to use the ext:panel with load mask.
    <ext:Panel ID="Panel10" runat="server" Width="700" Height="50">
      <LoadMask ShowMask="true" />
        <AutoLoad Url="localfile.aspx" Mode="Merge" ShowMask="true">
      </AutoLoad>
    </ext:Panel>
    My localfile.aspx with the combobox page runs fine by its self. I can also get the panel to load www.google.com in both the merge and iframe mode. When I run the above code with the local file I get the LoadMask with a grey panel but the page never renders. Is there something I need to do to point to a local file?

    James
  2. #2

    RE: panel with LoadMask on local file

    Hi,

    Merge mode can't handle all pages. Try to set Scripts="true". If it doesn't help then use IFrame mode


  3. #3

    RE: panel with LoadMask on local file

    I set the Scripts=true on the merge mode ~ no change. When I changed mode to iframe the page popped right up. The page displays a drop-down with 6000 choices and drops the list behind the form. Iframe won't work!

    James
  4. #4

    RE: panel with LoadMask on local file

    Hi,

    Can you show example?
    *
  5. #5

    RE: panel with LoadMask on local file

    Here are screen shots of both panels. If you want code samples I would need to recreate I'm on an intranet.
  6. #6

    RE: panel with LoadMask on local file

    I don't think using the AutoLoad property is a good option here.*

    I think you should be linking the ComboBox to a Store and remote loading the options. You'll need to use remote paging as well with 6000+ options.*


    Geoffrey McGill
    Founder
  7. #7

    RE: panel with LoadMask on local file

    I am using a store to load the combobox. I am also delaying the load of the combobox until the tab is clicked. My desire is to have the combobox merge with the page when the tab is clicked (the Iframe method doesn't seem to be a good approach with a combobox). If that won't work I guess I need to pop up a new window or go modal??

    James
  8. #8

    RE: panel with LoadMask on local file

    BTW how do I use remote paging?

    James

Similar Threads

  1. Replies: 4
    Last Post: Mar 29, 2012, 3:36 PM
  2. Replies: 2
    Last Post: Nov 20, 2010, 5:31 PM
  3. Replies: 4
    Last Post: Nov 11, 2010, 11:46 AM
  4. [CLOSED] load local file clientside
    By yobnet in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 01, 2010, 3:34 PM
  5. [CLOSED] The translation does not work using .net local file resources?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 11, 2010, 2:45 PM

Posting Permissions