|
Anthony
|
 |
« on: July 11, 2011, 03:15:18 AM » |
|
Hi everyone
I seems to be having problems with the following code bit. That is the first prompt works fine, however when the user clicks the 'No' Btn it does not call the next prompt.
Am i missing something here.
As a side issues, is there any way of adjusting the height and width? ie sometimes the scroll bars appear and other times it does not, quiet random.
_cleardb:function(){ linb.prompt("Clearing database","","Do you wish to make a backup first, before continuing?", function(){ linb.alert("Yes") }, function(){ // linb.alert("onNo"); linb.prompt("LAST CHANCE","","ARE YOU REALLY REALLY REALLY SURE?", function(){ linb.alert("onYes") }, function(){ linb.alert("onNo") }, "Yes","No") }, "Yes","No" ); }
|