03-27-2006 09:37 AM
How to make table that will include controls such as drop list?
I need to create table as Property Browser of ActiveX, that include rows with differnt types such as drop list, color, ...
03-27-2006 09:43 AM
03-28-2006 07:51 AM
See reply #24 of this thread
http://forums.ni.com/ni/board/message?board.id=170&message.id=127096
for an example of using a cluster to do this in LV 7.1 and below.
If I understand correctly (not done reading LV 8.0 release notes yet) this is even easier in LV8.
Ben
03-28-2006 09:00 AM
03-28-2006 09:09 AM
Sorry Mike!
That thread talks about using a cluster inside an array container.
The elements of the cluster can be any type including rings and enums.
I must have completely mis-understood the Q.
Please forgive my previous post.
Ben
03-28-2006 09:13 AM
03-28-2006 09:27 AM
Ben,
if i understand, you mean to create cluster with different elements as numeric, ring, boolean and create array of these clusters. The problem that i want to show only 1 element of cluster, for example in first row i want show boolean, in second row - ring. If i make all cluster elements not visible and only one will be visible, all array clusters will be with same shown element.
03-28-2006 09:32 AM
Hi Nadav,
Could you post a quick jpg of what you have in mind?
I'll watch for your update.
Trying to help,
Ben
03-28-2006 05:26 PM
Hi Nadav,
I figured out where I missed your point. When you wrote
"
table as Property Browser of ActiveX, that include rows with differnt types such as drop list, color, ...
"
I was thinking mixed data-types in a [2d] table!
Looking at the property browser again it looks like no single LV function can do all of that. It can be developed as a pop-up (like the browser is set-up) and then code all of the elegance using an event structure to control the background color of a string indicator while controling the visability of rings that are only made visable when a mouse down is detected. That will get you pretty close.
So no, my previous response ws not correct for what you are trying to do if you want to duplicate all of the wistles and bells of the property browser pop-up window.
Please forgive my distraction.
Ben