1. #1
    Ext JS Premium Member breckster's Avatar
    Join Date
    Mar 2008
    Posts
    112
    Vote Rating
    0
    breckster is on a distinguished road

      0  

    Default Ext.Msg.confirm Not firing function

    Ext.Msg.confirm Not firing function


    This returns nothing to the console on a Touch app in Designer


    Ext.Msg.confirm("Confirmation",
    "Are you sure you want to discard this discussion?",
    function(btnId){
    console.log(btnId);
    },this);

  2. #2
    Ext JS Premium Member breckster's Avatar
    Join Date
    Mar 2008
    Posts
    112
    Vote Rating
    0
    breckster is on a distinguished road

      0  

    Default


    Quote Originally Posted by breckster View Post
    This returns nothing to the console on a Touch app in Designer


    Ext.Msg.confirm("Confirmation",
    "Are you sure you want to discard this discussion?",
    function(btnId){
    console.log(btnId);
    },this);

    According to this post its fixed in the ST2 codebase

    http://www.sencha.com/forum/showthread.php?178107

    Any takers?

  3. #3
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    Quote Originally Posted by breckster View Post
    According to this post its fixed in the ST2 codebase

    http://www.sencha.com/forum/showthread.php?178107

    Any takers?
    Next auto update will update you to 2.0.0 final.
    Aaron Conran
    @aconran
    Sencha Architect Development Team