cancel
Showing results for 
Search instead for 
Did you mean: 

ItemListBox

Former Member
0 Kudos

I defined an ItemListbox Element with multipe selection.

But the selected elements are not visualized and I do

not get them via node->is_selected( ...) or via

node get_selected_elements. Only the last selected element.

As well the action (method) is not carried out if multiple selection is marked.

Can anybody assist me how to handle that issue?

Regards Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check if selection cardinality is 0:N (or 1:N).

Armin

Former Member
0 Kudos

Hi Michael Zoeller,

Try to change the selection property of the model node (this should be possible) to 0..n to change the selection cardinality.

Regards,

Karthick

Former Member
0 Kudos

Hi Karthick

Both node cardinalities 1..n and 0..n have no effect.

Regards Michael