Ext confirm message

  1. #1

    Ext confirm message

    Hi Geoff,

    I'm referring to this post (solved):

    http://forums.ext.net/showthread.php...4109-16-1.aspx

    well in my web app I use Ext.MessageBox or Ext.Msg when possible, for a better look of course.
    With the 'confirm' classic way people have a window's alert that is not like ext alerts!

    I hope this can be solved in future releases.

    Thanx

    Matteo
  2. #2

    RE: Ext confirm message

    I hope this can be solved in future releases.
    Hi Matteo,


    Can you please clarify what you by "solved"? I'm not entirely sure what you are referring to.*


    Geoffrey McGill
    Founder
  3. #3

    RE: Ext confirm message

    sure, sorry

    I mean that when I can, I do use Ext message box for alert the user, or ask the user for a confirm.
    If I have an AjaxEvent fired by a button, and I want to ask for a confir first, people have to use the:

    
    Handler="return confir('Are you sure?');"
    but in this case I have a windows alert, different (as look like) from the which ones of Ext.
    It is a little bit ugly to have Ext.MessageBox and then a windows alert.

    ... hope is clear :)

    Let me know if I made the point.

    thanx

    Matteo
  4. #4

    RE: Ext confirm message

    The problem is ExtJS windows will not wait for a user response, however you can bind a button in the ExtJS window to fire a JavaScript event that makes it look like it was waiting, check the following related post:

    http://forums.ext.net/showthread.php...=3622-4-1.aspx

    Cheers,
    Timothy
  5. #5

    RE: Ext confirm message

    Hi Timothy,

    thanx for reply, I'll give it a try.

    Matteo

Similar Threads

  1. confirm message box problem
    By mehmood in forum 1.x Help
    Replies: 6
    Last Post: Jun 21, 2012, 1:47 PM
  2. Confirm message with wait not working
    By Mr.Techno in forum 1.x Help
    Replies: 1
    Last Post: Aug 08, 2011, 6:13 PM
  3. Confirm message handler
    By norphos in forum 1.x Help
    Replies: 1
    Last Post: May 18, 2011, 6:51 AM
  4. [CLOSED] Message box confirm dialogue handling
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 07, 2009, 1:37 AM
  5. [CLOSED] confirm message problem
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 12, 2009, 5:43 AM

Posting Permissions