05-05-2008 02:53 PM
05-06-2008 01:52 AM
You can change the color of the front panel by displaying the tools palette (in 8.x it's in the View menu) and selecting the coloring tool. You can also change it programmatically by opening a reference to the panel or pane using property nodes (VI.Panel>>Panes[]).
Another way to detect clicks is by using the event structure. See example attached (7.0).
If you want to display images, you can use the picture control, which can allow you to do anything you want basically. You can find some relevant info here.
You should note that both the picture control VIs and the event structure cannot be played with in LabVIEW base, so I hope that's not the version you have.
05-06-2008 10:41 AM