Bil Simser
unread,Jun 5, 2008, 5:18:55 PM6/5/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xeva
Dave,
If you initiate a presenter with a modal window adapter, you have to
call the Start method first before DisplayIn. Otherwise, if you call
DisplayIn(adapter) first, the window is launched (modal) and waits.
Even if you fire the Finish() method from a callback it'll return
immediately because Start() hasn't been called. I found this while
chaining presenters together via the Finished event.
Thoughts?