06-23-2009 09:24 AM
06-23-2009 12:07 PM
No one knows of any quick solution to this? I thought it would be a simple right-click-property-change kinda deal.
Its not essential to the program, but it is seriously annoying to the user to have to open the block diagram to just use the program...
Thanks,
-d
06-24-2009 11:13 AM
Hi Daman,
Without seeing your code, it is a bit difficult to determine the best way to approach this. Is the ICIImagingControl more of a VI or an indicator? Is it possible that you have somehow made the indicator invisible? To be sure, right click on the image control on the block diagram and see if it gives you the option to "Hide Indicator/Control" and not "Show Indicator/Control".
There also may be a property node for this VI that you could use to ensure that this image does appear.
06-24-2009 12:11 PM
Hi Marti,
When I right click on the control, the Show Control button is there, and I when I click it the control appears, but every time I close the program and re-open it, the control disappears again and I have to click Show Control again. Its odd, but I can't seemt to fix it.
Thanks for your help though,
-d
06-25-2009 01:37 PM
That is interesting- can you create a property node for the display? To do this, on the block diagram, right click on your control and choose Create>>Property Node>>Visible. Right click and select "Change all to write". Wire up a True Constant to the property node, and see if this gets your desired results.
Cheers,
06-25-2009 02:40 PM
Thanks so much! That did the trick. I still find it odd that it doesn't display by default, perhaps it has something to do with the fact that I only have the trial version of ICImagingControl?
In any case, your solution worked perfectly, thanks again,
-d