[CLOSED] [#530] EventMask UseMsg="false" doesn't work with Direct Events ?

  1. #1

    [CLOSED] [#530] EventMask UseMsg="false" doesn't work with Direct Events ?

    Hi,

    I would like to mask container/panel or full screen without any "Loading..." message or animated image.

    It looks like UseMsg="false" doesn't work in DirectEvents or I am doing something wrong:

    ...
    <Buttons>
        <ext:Button
            runat="server"
            Text="Login"
            FormBind="true"
            MarginSpec="0 5 8 0">
    
            <Listeners>
                <Click
                    Handler="#{lblInvalidLogin}.hide();item.focus();" />
            </Listeners>
            <DirectEvents>
                <Click OnEvent="LoginClick">                
                    <EventMask                                        
                        ShowMask="true"
                        CustomTarget="pnlLogin"
    
                        UseMsg="false"/>
                </Click>
            </DirectEvents>
        </ext:Button>
    </Buttons>
    ...

    PS: LoadMask with UseMsg="false" works fine.
    Last edited by Daniil; Aug 08, 2014 at 9:02 AM. Reason: [CLOSED] [#530]
  2. #2
    Hi @matt,

    Welcome to the Ext.NET forums!

    Thank you for the report. Created an Issue:
    https://github.com/extnet/Ext.NET/issues/530

    It has been fixed in the SVN trunk, revision #5922. It will also go to the v2.5.3 release.

Similar Threads

  1. Replies: 5
    Last Post: Mar 28, 2014, 1:11 AM
  2. Replies: 0
    Last Post: Mar 13, 2014, 4:34 AM
  3. Replies: 4
    Last Post: Nov 19, 2013, 1:11 PM
  4. [CLOSED] How does "MaskCls" work for "AutoLoad" mask in panel control
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 19, 2012, 12:09 PM
  5. [CLOSED] Hidden="true" behaves as Visible="false"
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 28, 2012, 3:17 PM

Tags for this Thread

Posting Permissions