Hi Laurent,

Laurent Godard wrote:
Hi all

in a macro i define a clik mouse event on a listbox
the purpose is to detecte a double-click in the list

i end with a com.sun.star.awt.MouseEvent on a stardiv.Toolkit.UnoListBoxControl

it works well !!

Nevertheless, the event is also triggerred when the list has a scrollbar and when we click in it the scroll is triggered, no problem but the event also and i found no way to detect this kind of situation

may it helps to check the MouseEvent.ClickCount. I haven't really often used the toolkit and the toolkit contains probably a lot of bugs and a lot of missing features. I hope that we either can improve the UNO based toolkit or find an alternative GUI toolkit (language independent) for extension development in the near future.

Juergen



How can i avoid that ? any trick ?
is it a known bug ? i did not find anything

thanks in advance

Laurent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to