01-12-2014 08:15 PM
As title stated, i want to change the background of my front panel. How do i start doing it? Thanks
Another qns how do i put my description inside my combo box. Thanks
01-12-2014 08:59 PM
Right click on a scrollbar and pick properties. You can change the background of the pane.
I don't know what a "qns" is.
What do you mean by put your "description inside a combo box"?
01-12-2014 09:08 PM
sorry qns mean question. Because now my combo box during statup is blank. how can i put "select SMS" in the blank.
01-12-2014 11:19 PM
Check if it helps you!!!
01-12-2014 11:50 PM
To change the background color you would shift-right-click (to get the tools palette), pick the paint brush, and click on the background (same as you would color any other object.
To make a specific control value the default, you enter the value first, then right-click the control...data operation...make current value default. Save the VI.
01-14-2014 07:33 PM
But after i select my data, it wont jump back to my default value.
01-14-2014 07:45 PM
@gabriellimhj wrote:
But after I select my data, it wont jump back to my default value.
What does that mean? What are you trying to do and what are you expecting to happen?
01-15-2014 01:37 AM
I mean after i select my SMS content and number and i press send. After sending it will return to my default value.
01-15-2014 03:39 AM
01-15-2014 10:58 AM
@udka wrote:
Create property node for the same control and at the end of your case, write default(whatever value) you want.
There are plenty of properties. You probably mean a value property.
It is typically more efficient to use a local variable instead of a value property.