10-31-2011 09:21 AM
hi everyone....
I have just started developing utilizing webworks for BlackBerry Playbook.......
I have encountered the following problem....
--------------------------------------------------
<script type="text/javascript">
function dialogCallBack(index){
alert("you have selected: "+buttons[index]);
}
function customDialog() {
try{
buttons = ["Android", "BlackBerry", "iPad/iPhone", "NA"];
var ops = {title : "Choose the answer that describes you best", size : blackberry.ui.dialog.SIZE_TALL, position : blackberry.ui.dialog.LOC_CENTER};
blackberry.ui.dialog.customAskAsync("Which mobile technology have you worked on?", buttons, dialogCallBack, ops);
} catch(e) {
alert("Exception in customDialog: " + e);
}
}
</script>
--------------------------------------------------
the error shows
Cant Find Variable blackberry.............
please help.......thank u...
10-31-2011 09:23 AM
i have provided the feature tag and the access tag still the exception persist........![]()
10-31-2011 10:56 AM
Hi chakraborty7,
Can you please post your config.xml?
button below the post(s)11-01-2011 12:30 AM