dansteg
08/18/2021, 2:41 PMfunction calcDiscount(){
showPopup();
console.log('the search is running');
// SEARCH RUNS HERE AND TAKES ABOUT 30 SECONDS, BUT POPUP SHOWS ONLY AFTER THE SEARCH IS DONE RUNNING
}
function showPopup(){
Ext.Msg.show({
title: 'hello',
msg: 'testing',
width: 300,
wait: false
});
}
battk
08/18/2021, 4:11 PMNickSuite
08/18/2021, 4:24 PMdansteg
08/18/2021, 7:36 PMbattk
08/18/2021, 7:38 PMdansteg
08/18/2021, 7:38 PM