How to create DialogBox in blackberry tabOS & how call next screen after click on button using Adobe flex4.5?
问题 i am new to Blackberry application development. now i am trying to make new app using adobe flex4.5 for Blackberry TabOS.. can anyone please guide How to create dialog box and how to call another screen by clicking on button????can anyone give sample code for the same...? i am trying this code: private function showLoginDialog():void { login = new LoginDialog(); login.title = "Device is locked"; login.message = "Please enter your username and password:"; login.addButton("OK"); login.addButton