Hi there I have created an custom optionDialog that contains a tableView. i also have added an event listener to the tableView, so when a user clicks a row i can pass back to the previous window, all the data i need. but... How can i programatically close my optionDialog? kinda myOptionDialog.close() as i can do with a window for example... optionDialog does not have a close method... thanx in advance
↧