08-28-2006 02:11 PM
08-28-2006 03:30 PM
08-29-2006 12:41 AM
08-29-2006 11:03 AM
08-29-2006 03:54 PM
08-29-2006 04:33 PM
08-30-2006 08:18 AM
Hi Rich,
You will get better answer from us if you post a simple example of what you are attempting.
Lacking that...
The "Variant" can be avoided if the refernce wired to the "property>>>Value" node is of the specific data type used by that control.
The "to more specific class" node can be used to cast a generic ref to the proper type. Just wire a reference of the proper type to the top terminal to cast the reference.
Generally:
You will get generic refernce when ever you get the "controls" from a cluster because this is an a array and they all have to be of the same data type.
You'll also get generic refences if you build an array of different refence types.
A possible useful trick is to use multiple "To more specific class" nodes (in a case ?) and check the error cluster it returns. If the "to more..." does NOT return an error, the "thing" was of the class you tried.
Like I said to start, You'll get better answers if you post example code.
Ben
08-30-2006 09:59 AM
08-30-2006 12:01 PM