|
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.
|