View Single Post
  #12 (permalink)  
Old 08-06-2007, 05:43 PM
sixohseven sixohseven is offline
Member
 
Join Date: Aug 2007
Posts: 3
sixohseven is on a distinguished road
The Next Step
I was struggling a little bit with this issue also, but the directions above were pretty clear. So, now I've got a button (or menu item, or anything else I want) that will open a simple modal dialog. However, what is considered "best practice" for returning a value to the calling class? I'm opening a dialog to retrieve a string value and when the user clicks "OK" the string needs to return to the calling class before I call dispose() on the dialog.

Any examples available to look at, or advice to share? Thanks.
Reply With Quote