cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Double click Event of iBrowser not working

Former Member
0 Likes
181

Hi All,

Can anyone please tell me why DobleClickEvent of Tree Browser doesnot work?

i have written a function which is getting called on Double click event of Tree browser.

It is not at all getting called instead selection event is getting called twice.

Regards,

Shalaka

Accepted Solutions (0)

Answers (1)

Answers (1)

prasanna_vittal
Participant
0 Likes

Shalaka,

If you want to have the Doubleclick event on the applet, you have to disable the Selection event. You cant have both events working. On your first click itself, the selection event will be called. So remove that event.

Regards,

Prasanna

Former Member
0 Likes

Prasanna,

i have tried that too. but its not working even after disabling

Selection Event. Is there any other property/setting which need to be taken care?

Thanks & Regards,

Shalaka

jcgood25
Active Contributor
0 Likes

The DoubleClickEvent only appears to work only when the iBrowser is in Listbox mode, not Tree mode or DropDown mode.

Regards,

Jeremy