Ext.ux.Deferred
Ext.ux.Deferred copied to clipboard
Promises for ExtJS 4 and Sencha Touch
I do ajax ,unless the video have selected,but it don't trigger done as promised ,why? code like below ``` javascript var ctrl=this; var promise=dfd.promise(); var fileURL= _.get('logYuluAddPanel #add_video').get('url')[0]; var image_list...
I know you specifically state the class is for handling Async functions but I just ran in to this issue... ``` function aSync (val) { var dfd = Ext.create ('Ext.ux.Deferred')...
I've got the chaining part of my code working with your library - thanks because it really does simplify things! But I still have a problem handling the failure case....