cancel
Showing results for 
Search instead for 
Did you mean: 

Get the latest Selected item in IBrowser in Multiple Selection

Former Member
0 Kudos

Hi,

I want to get the latest selected item in the iBrowser if I do a multiple selection. If I go serially then I can get the last selected item but if I don't follow a sequence i.e if I select 1st then 2nd and then 4th , I am able to get the 4th item but now if I select the 3rd item i.e. the latest selected item, I am not able to get it. Is there a way to get it.

I tried the combination of getBrowserObject().getSelectedIndex() and getBrowserObject().getSelectedItemAt(index ) but it didn't work because in multiple selection getBrowserObject().getSelectedIndex() return 0.

Please help.

Regards,

Vishal.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

see this thread once

-Vijaya