In article <[EMAIL PROTECTED]>,
    <[EMAIL PROTECTED]>  writes:

> I have a radiobuttongroup (see below) and I would like to set the Property
> INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT
> (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this?

Use a control event on the Next and Back buttons that lead to this
dialog to set the INSTALLTYPE property when the RadioButtonGroup
control is disabled.  It might seem redundant to put it on the Next
and Back buttons of any dialogs that lead to the dialog containing the
RadioButtonGroup, but you'll avoid bugs later if you do this now.

Essentially you want an "initialize dialog" event, but there isn't
one, so you have to put such event handling code on any control that
leads to the dialog you want to initialize.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to