And how would I distinguish between the two RadioButtonGroups, if they 
tickle the same property? The key (and only) attribute is the Property 
Id. BTW, I'm working with the latest wix2.

K-ballo.-

Richard escribió:
> In article <[EMAIL PROTECTED]>,
>     K-ballo <[EMAIL PROTECTED]>  writes:
>
>   
>> I cannot find a way to create a runtime condition that shows or hides a 
>>   RadioButton.
>>     
>
> You can't.  RadioButtons aren't controls and you can only Show/Hide
> controls.  RadioButtonGroups are controls.
>
>   
>> How could I work around this situation?
>>     
>
> Just as you outline here...
>
>   
>> I think it would be posible to have two different RadioButtonGroups, and 
>> conditionate the controls that refer to them.
>>     
>
> You can have two RadioButtonGroup controls with different numbers of
> radio buttons and have them all tickle the same property.  There's
> nothing that says the property of each RadioButtonGroup has to be
> unique.
>
> I've done this, and while a little bit tedious, it does work.
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to