[CLOSED] How Can I do to keep the EventMask after loggin?

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] How Can I do to keep the EventMask after loggin?

    Attached Thumbnails Click image for larger version. 

Name:	Login01.png 
Views:	28 
Size:	44.3 KB 
ID:	7046   Click image for larger version. 

Name:	Login02.png 
Views:	25 
Size:	38.4 KB 
ID:	7047  
    Last edited by Daniil; Oct 24, 2013 at 5:45 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Try to mask the page manually on Success handler of the DirectEvent.

    Ext.getBody().mask('Loading...');
  3. #3
    Quote Originally Posted by Baidaly View Post
    Hello!

    Try to mask the page manually on Success handler of the DirectEvent.

    Ext.getBody().mask('Loading...');
    Thank you Baidaly this is working and I want to understand a little of the Sucess, so, the Success is execute when the event in directevent is finished and the Sucess is finished when is loading other page, Is this true?
  4. #4
    Quote Originally Posted by osef View Post
    the Success is execute when the event in directevent is finished
    Yes, that is right. It executes just after a browser gets a DirectEvent response.

    Quote Originally Posted by osef View Post
    the Sucess is finished when is loading other page, Is this true?
    I don't think it is correct. A Success handler is executed just after a browser gets a DirectEvent response, it doesn't wait any more.
  5. #5
    Quote Originally Posted by Daniil View Post
    Yes, that is right. It executes just after a browser gets a DirectEvent response.



    I don't think it is correct. A Success handler is executed just after a browser gets a DirectEvent response, it doesn't wait any more.
    Thank you Daniil, but right now I have a problem with the solution

    Ext.getBody().mask('Ingresando a SigloLabST...');
    When the user or password is wrong, the mask is execution, how can i do to cancel the mask?
  6. #6
    To hide a mask, please use:
    Ext.getBody().unmask();
  7. #7
  8. #8
    Please post a response of the Password_SpecialKey request.
  9. #9
    Quote Originally Posted by Daniil View Post
    Please post a response of the Password_SpecialKey request.
    Could you give me an example, please? Thank you
  10. #10
    Please see the screenshot here:
    http://forums.ext.net/showthread.php...ll=1#post46243

    You should open a specific request.
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] custom EventMask msg
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 15, 2013, 9:05 PM
  2. How to use a CustomTarget on an EventMask?
    By paul-2011 in forum 1.x Help
    Replies: 1
    Last Post: Aug 11, 2010, 6:31 AM
  3. Controlling EventMask
    By koss in forum 1.x Help
    Replies: 2
    Last Post: Nov 12, 2009, 11:37 AM
  4. Replies: 1
    Last Post: Aug 11, 2009, 1:28 AM
  5. EventMask can not works?
    By Tom.Hanks in forum 1.x Help
    Replies: 1
    Last Post: Dec 25, 2008, 3:28 AM

Tags for this Thread

Posting Permissions