[CLOSED] Change text Mask

  1. #1

    [CLOSED] Change text Mask

    I have this event. If i set the property SHOWMASK to true, this display "Loading", who can i change this text?

    
        <Ext.Net.DirectMethod(ShowMask:=True)> _
        Public Sub Loguearse()
        End Sub
    Thanks
    Last edited by Daniil; Feb 10, 2012 at 3:15 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please use Msg.

    Example (C#)
    [DirectMethod(ShowMask = true, Msg =  "Hello World!")]

Similar Threads

  1. Replies: 2
    Last Post: Jul 11, 2012, 5:18 PM
  2. input text mask with L literal char
    By Wirianto Widjaya in forum 1.x Help
    Replies: 4
    Last Post: Mar 30, 2012, 6:35 AM
  3. [CLOSED] Apply mask after setting Text
    By pdcase in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 23, 2011, 2:51 PM
  4. Replies: 6
    Last Post: Aug 13, 2009, 9:35 AM
  5. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM

Posting Permissions