PDA

View Full Version : do you have a code example of using DialogClosedListener that actually works ?


avolcoff
01-21-2009, 01:19 AM
do you have a code example of using DialogClosedListener that actually works ?

examples found in this forum did not work for me

the dialogClosed() method is never called

simon.hain
01-21-2009, 03:26 AM
o is an array of objects to be chosen from, j is their index.

Dialog dialog = new Dialog("", o, j, 0, logo);
dialog.setDialogClosedListener(this);