Sarah83 Posted August 9, 2004 Report Share Posted August 9, 2004 Hi, i have many configurations for com ports. Now i like to hide some configurations after i switch my radio button. (Radio button choice 1 only one configuration / Radio button choice 2 all 6 configurations) Is this possible? How? :headbang: Regards Sarah :worship: Quote Link to comment
todd Posted August 9, 2004 Report Share Posted August 9, 2004 Use an 'Event Structure' to handle what happens when the buttons are clicked. Use a 'Property Node' to hide controls and indicators or to switch between tabs in a 'Tab Control'. Quote Link to comment
Sarah83 Posted August 10, 2004 Author Report Share Posted August 10, 2004 Use an 'Event Structure' to handle what happens when the buttons are clicked. Use a 'Property Node' to hide controls and indicators or to switch between tabs in a 'Tab Control'. 1348[/snapback] Which "property node" should I choose? There are many different nodes. (This will be my first use of this nodes.) Quote Link to comment
Mikrobi Posted August 10, 2004 Report Share Posted August 10, 2004 Which "property node" should I choose? There are many different nodes. (This will be my first use of this nodes.) 1349[/snapback] of course property "Visible" Create Property Node for each control or indicator you want to hide and if you set it FALSE control will be hidden regards Mikrobi Quote Link to comment
Sarah83 Posted August 10, 2004 Author Report Share Posted August 10, 2004 of course property "Visible"Create Property Node for each control or indicator you want to hide and if you set it FALSE control will be hidden regards Mikrobi 1350[/snapback] Do you now an example because after a right click on the node i can't find visible in the properties. :headbang: Quote Link to comment
Michael Aivaliotis Posted August 10, 2004 Report Share Posted August 10, 2004 Do you now an example because after a right click on the node i can't find visible in the properties. :headbang:1352[/snapback] Quote Link to comment
Mikrobi Posted August 10, 2004 Report Share Posted August 10, 2004 Do you now an example because after a right click on the node i can't find visible in the properties. Quote Link to comment
Sarah83 Posted August 11, 2004 Author Report Share Posted August 11, 2004 Thanks, i will try it like this (in the moment it won't hide...) BTW, is it possible with a "dialog ring", too? Quote Link to comment
Michael Aivaliotis Posted August 11, 2004 Report Share Posted August 11, 2004 Thanks, i will try it like this (in the moment it won't hide...)1371[/snapback] An easier way is to just right-click on the boolean and create a property node just for the boolean. BTW, is it possible with a "dialog ring", too? 1371[/snapback] You can use the Strings array property to specify the number of items. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.