- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
How do I register that a radio button has been pushed as soon as a dialog box is intialized.I'd like the subroutine for that button to be called as soon as the dialog box is initialized.The dlgsetsub option works only when I push the radio button after selecting some other button.The associated subroutine is never called at the time of initialization.I also tried setting the value of the button to true ,but that didn't work either.I'd like to know how to recognize a "pushed" radio button immediately after dlgint.
--rswy
How do I register that a radio button has been pushed as soon as a dialog box is intialized.I'd like the subroutine for that button to be called as soon as the dialog box is initialized.The dlgsetsub option works only when I push the radio button after selecting some other button.The associated subroutine is never called at the time of initialization.I also tried setting the value of the button to true ,but that didn't work either.I'd like to know how to recognize a "pushed" radio button immediately after dlgint.
--rswy
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, why don't you simply call the callback yourself before DlgModal?
P.S. Please keep the discussion in the same thread as long as topic is the same.
P.S. Please keep the discussion in the same thread as long as topic is the same.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page