LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

boolean reference is strict in Event Callback

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' ?

0 Kudos
Message 1 of 3
(3,006 Views)

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.

- tbob

Inventor of the WORM Global
Download All
0 Kudos
Message 2 of 3
(2,996 Views)

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

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 3
(2,988 Views)