Re: How do I highlight the first row in an empty listbox ?

2004-02-06 Thread Dennis Knutson
A listbox is a 1D array type. A multicolumn listbox is a 2D array type. See your other posting for an example with a multicolumn.

Re: How do I highlight the first row in an empty listbox ?

2004-02-06 Thread Act
I don't quite get you Dennis. The listbox is 2D array type, how could you assign a 1-D value to the Item Names ? Let me explain the problem here. When I first load the front panel I want an empty listbox with first row highlighted. And let's the columns have the field info. I muxt be able to enter

Re: How do I highlight the first row in an empty listbox ?

2004-02-05 Thread Mads
There must be an element in the list for it to be possible to highlight the first line, but it does not need to contain visible characters... That means that if you write a space on row one and highlight it and set that as the default value of the control you are there...