09-03-2014 06:13 AM
Hello,
my panel has three listboxes.
I created an event for the first listbox "Double Click". Then in the event on the left side appear
Source
Type
Time
CtlReg
Coords
Button
Mods
PlatMods
Row
Then i added a second and third Double Click event for the next listboxes.
But now the "Row" does not appear on the left side.
I did the same in a new vi and here it works and the row appears. Only in my real vi with lots other events it is not appearing.
If i copy/paste the first Listbox and create an event of it then i see there also "Row".
What can be the problem?
Thx
09-03-2014 08:43 AM
When you say "Row does not appear" do you mean when adding the event case or can you not select "Row" as an element of the event data?
If "Row" can be selected but the problem is that it does not automagically appear: what is the height in pixels of the event structure? Are you "adding" or "duplicating" event cases? Exact steps to duplicate this would be needed to confirm the behavior.
09-03-2014 09:21 AM
Hi,
i am sure that i never used the Double Click event somewhere else.
The eventbox is also big enogh to show all.
09-04-2014 06:16 AM
Hi,
is it possible for you to add an element manually? (Right-click on the elements and then choose "Add Element")
If it is possible, then you can change the element with a right click on it and choose "Select Item" -> "Row".
Regards,
swirl
09-04-2014 06:29 AM
hi
It is possible that element is present but not visible to you... YOu can manually add the element by right clicking.
Also you can view all event data elements by hovering your mouse on any one element of event data.
09-04-2014 08:24 AM
Its working now.
I deleted the listbox and created a new one. Here the Row appeared at once.
I tried the "Add element" vut row did not appear.