hi everybody,
I would like to ask about using bean in my servoy solution.
I used JList Bean for selection values.
In my program there are 2 list, 1 at the left side and next at the right side.
i want to select a value from left side list bean and click add button , then the value should move from left side list bean to right side list bean.
in my case, i can move value from left side to right side.
but for my value, i need to reselect the value and click add button again.
my problem, is i don’t want to re-select the value in left side list bean.
it should automactically select the top most value once i click the add button.
how to select the top most value in list bean?
i think setSelectedIndex(index) should work well, but in my solution it is not working well.
Thanks indeep
Dennis