Open GoogleCodeExporter opened 8 years ago
This can happen if you use a BaseForm, and register the event in there, then
register the event in a Form which extends that BaseForm. The event system will
fire off an event for each time it is registered.
There's nothing in those classes which would make it spawn the event twice.
Original comment by IMPINC...@gmail.com
on 10 Jun 2013 at 6:53
I agree that that is what would happen, and also that there is nothing obvious
in the class that would cause this. I spent many hours debugging this. But it
doesn't negate the fact that it is happening.
Simply create a new project (NO BASEFORM), and create a date picker,
DateSelector date = new DateSelector(this);
set up your events, and do it. It is firing twice, i just re-tested again.
Original comment by bric...@gmail.com
on 10 Jun 2013 at 7:06
Original comment by bric...@gmail.com
on 12 Jul 2013 at 8:56
Original issue reported on code.google.com by
bric...@gmail.com
on 8 Jun 2013 at 4:44