Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

SdComponents Dialog events handling


2 replies to this topic

Yehuda

Yehuda
  • Full Members
  • 52 posts

Posted 06 February 2002 - 14:54

How can I to handle events of check boxes of the Dialog?

Thanks.


Ide Nentjes

Ide Nentjes
  • Members
  • 222 posts

Posted 12 February 2002 - 10:46

You can't. If you want to handle events from any control within a DialogBox, you will have to do that within the code handling that DialogBox.
Since SdComponents is a pre-programmed function, there is no way to handle events generated from the clicking the check-boxes, since these events are all handled inside the SdComponents function.

Regards, Ide


Yehuda

Yehuda
  • Full Members
  • 52 posts

Posted 13 February 2002 - 12:38

Thank you.