Quote:
Originally Posted by bemshaswing Extend Dialog Box in a custom class and implement trackwheelclick within that class. |
I did that, body, but the problem is with the thread. When I push the dialog with UiApplication.getUiApplication().pushScreen() method the trackwheel event could not be caught. It happens when I push the dialog with UiApplication.getUiApplication().pushModalScreen() method, but then the main thread stop there to wait the user to click the dialog, but when it is not clicked i want to close it somehow. Do u understand me?