03-22-2010 02:22 PM
Solved! Go to Solution.
03-22-2010 02:56 PM
Check your indexing. It looks like some of the indices you've picked are for you boolean controls rather than your numeric controls.
If you put a read of the variant value before you write to it and create an indicator on that, you'll see it returns FALSE (a boolean) rather than a number.
03-23-2010 06:56 AM
03-23-2010 07:52 AM - edited 03-23-2010 08:00 AM
Instead of writing to the property node, change it to read and check out the variant output for the indices. Probably that will help you. 🙂 eg. index 20 the output is false.
I apologize for mentioning the same thing as Ravens. Essentially you have overlapped the numeric control and a boolean button (the text string). So the ordering is confusing when you look at the type def. What you need to do is, separate all the overlapped controls, number them (reorder them) according to your need, and then redesign the structure (type def).