01-12-2011 04:11 PM
When I put the value 01 on the combo box, I want 1 boolean to appear, when I put 02 I want two booleans to appear and so on...
What am I doing wrong?
mhaque
Solved! Go to Solution.
01-12-2011 04:19 PM
You never set any of them to be visible again, you just hide the ones you don't want to see. Try putting one "Visible" property node for each boolean outside the case structure, then wire a value to each one from within every case of the case structure. In the case "1" you'd wire one true value and five false values; in the case "6" you'd wire six true values (or one true constant, with the wire branched to six tunnels).
01-12-2011 04:39 PM - edited 01-12-2011 04:40 PM
A cleaner way to do what you want.
01-12-2011 04:47 PM
daaaaaaaaaamnnnn that was gangstaaa!!! awesome!