Hello i have the following problem. I want to implement a kind of drag and drop Dialog. The user longpresses on an ListViewItem in the Dialog, the Dialog hides and can drop the content on a map. The problem is that when I call dialog.hide() or dialog.dismiss() my touclisteners dont get any Events. I tried to call requestDisallowInterceptTouchEvent(true) but with no effect. I also tried to override dispatchTouchEvent() method but also with no effect.
Has some one here any idea how to implement such behavior. Regards Martin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

