05-05-2015 08:31 PM - edited 05-05-2015 08:32 PM
Any reason I can't drag and drop a splitter reference from my block diagram to an open class private data control? Basically I'm ignored when I drop even though I see a "drop" icon after I drag over the control.
Solved! Go to Solution.
05-05-2015 09:04 PM - edited 05-05-2015 09:29 PM
Apparently, it doesn't matter if the control is private data or just a plain control. Dropping the splitter ref into the cluster does nothing.
05-05-2015 09:47 PM
Well, I think I got smart and just placed a generic Control Refnum in the control cluster, then used the VI Server Class to identify it as a Splitter. Interesting how I could drag and drop references to subpanels and other types but not a splitter.
05-06-2015 12:30 AM
@BillMe wrote:
Any reason I can't drag and drop a splitter reference from my block diagram to an open class private data control?
Yes. The same reason you can't drag a subVI or an add node. These all may return the data type you want, but they are not themselves data and so do not represent a data type. To do what you want, you could also right click the reference's output and create a constant or control, which you can then drag into other containers.