X.Msg.Notify show with delay ?

  1. #1

    X.Msg.Notify show with delay ?

    hello,

    I am trying to do this but using X.Msg.Notify in server side.. how can I do this?

    X.AddScript("setTimeout(\"Ext.Msg.notify('Tips', 'Presione F11 para ver la pagina en pantalla completa!')\", 10000);");

    X.Msg.Notify ??
  2. #2
    Quote Originally Posted by xtremexploit View Post
    hello,

    I am trying to do this but using X.Msg.Notify in server side.. how can I do this?

    X.AddScript("setTimeout(\"Ext.Msg.notify('Tips', 'Presione F11 para ver la pagina en pantalla completa!')\", 10000);");

    X.Msg.Notify ??

    X.Msg.Notify("Title Here", "Message Here").Show();
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    X.Msg.Notify("Title Here", "Message Here").Show();
    Hope this helps.
    yes... and the delay ? instead of setTimeout ?

Similar Threads

  1. Replies: 6
    Last Post: May 11, 2012, 8:17 PM
  2. notify the User when the cell editor is not valid
    By ascsolutions in forum 1.x Help
    Replies: 2
    Last Post: Apr 05, 2012, 6:16 PM
  3. Ext.Msg.notify
    By threewonders in forum 1.x Help
    Replies: 4
    Last Post: Mar 10, 2011, 6:00 PM
  4. [CLOSED] [1.0] X.Msg.Notify bug?
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 29, 2010, 5:43 PM
  5. X.Msg.Notify with DirectEvent
    By csharpdev in forum 1.x Help
    Replies: 1
    Last Post: Oct 28, 2010, 2:21 PM

Posting Permissions