[CLOSED] Window LoadMask

  1. #1

    [CLOSED] Window LoadMask

    Hi,

    I have this window in a page:
    <ext:Window ID="OrdenCalculoWindow" runat="server" Icon="Report" Title="<%$ AppRecursos : sm_txt_ordenCalculoContadores %>"
        Width="700" Height="600" Hidden="true" Modal="true" CloseAction="Hide" Maximizable="true"
        Constrain="true">
        <Loader ID="loaderOrdenCalculoWindow" runat="server" Mode="Frame" TriggerEvent="show" ReloadOnEvent="true" AutoDataBind="true"
            Url='<%# this.Page.GetRouteUrl("Presencia", new { controller="ContadoresOrden", action="Index" }) %>'>
            <LoadMask ShowMask="true" Msg="<%$ AppRecursos : sm_aviso_cargando||sm_txt_ordenCalculoContadores %>" UseMsg="true" />
        </Loader>
        <Listeners>
            <BeforeHide Fn="Millenium.Presencia.ContadoresOrden.Index.onClose" />
        </Listeners>
    </ext:Window>
    And this button open it:
    <ext:Button ID="btnOrdenar" runat="server" Text="<%$ AppRecursos : sm_txt_ordenacion %>"
                                Icon="Sum" ToolTip="<%$ AppRecursos : sm_txt_ordenCalculo %>">
                                <Listeners>
                                    <Click Handler="#{OrdenCalculoWindow}.show();" />
                                </Listeners>
                            </ext:Button>
    Why when the windows open mask text is 'Loading...' instead of my custom text?
    Last edited by Daniil; Jun 18, 2012 at 1:00 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks for the report.

    Fixed in SVN, revision #4110.
  3. #3
    Ok thanks for it

Similar Threads

  1. [CLOSED] [0.8.1] LoadMask
    By cobiscorp in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 27, 2010, 3:23 PM
  2. LoadMask
    By Krisller in forum 1.x Help
    Replies: 0
    Last Post: Jun 10, 2010, 7:35 PM
  3. [CLOSED] LoadMask
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 23, 2008, 7:56 AM
  4. help with LoadMask
    By idrissb in forum 1.x Help
    Replies: 0
    Last Post: Sep 16, 2008, 3:48 AM
  5. [CLOSED] How do you use a LoadMask?
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 09, 2008, 3:52 PM

Tags for this Thread

Posting Permissions