Re: Tabbed dialog question


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on December 09, 2005 at 14:46:18:

In Reply to: Tabbed dialog question posted by Grant Foraker on December 09, 2005 at 14:36:21:

Grant:

By adding the event to the filter, you're indicating that you want to be notified of it. In this case we're saying we want to be notified of the BN.CLICKED event for the OK and CANCEL buttons. Then to "disable" their effect, in your event handler you'd trap the event and simply ignore it:

case ID.OK
break

If you didn't handle these events, they would by default cause the dialog to close.

bb



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]