07-13-2010 01:37 PM
In my LabVIEW app, I havea an ActiveX webBrowser for which I've created an Event Handler for the DocumentComplete event (Fired when the document being navigated reaches the ReadyState_Complete). To the UserParameter I pass a cluster of references - two are string indicators and one is boolean. In the callback's User Parameter, the string references show up, but the boolean reference has an orange asterisk next to it that says 'strict', so then it doesn't show up when I try to unbundle the cluster. Why is the boolean 'strict' ?
07-13-2010 02:09 PM
I don't see that problem here. The boolean reference is a strict type, but I can unbundle it just fine and use a property node on it.
Open the two vi's attached. Run the main.
07-13-2010 02:51 PM
I think you didn't name the boolean, and a cluster element without a name is not accesible with a ' Unbundle by Name', it should however be accessible with a 'Unbundled' system.
Ton