Notification is made twice with CCombo [message #548625] |
Thu, 22 July 2010 09:59  |
Eclipse User |
|
|
|
Hi,
In class SWTBotCCombo, method setSelection(String), notification is made twice:
1) _setSelection(text) is calling select(indexOf) which is calling notify(SWT.Selection);
2) the method setSelection(String) si also calling notify(SWT.Selection) directly.
Is it possible to remove one of the two notifications?
Regards,
Etienne
|
|
|
Re: Notification is made twice with CCombo [message #548664 is a reply to message #548625] |
Thu, 22 July 2010 11:08  |
Eclipse User |
|
|
|
I'll take a look at this one and spin off a build this weekend.
Thanks for reporting.
-- Ketan
http://ketan.padegaonkar.name | http://eclipse.org/swtbot
On 7/22/10 6:59 AM, Etienne wrote:
> Hi,
>
> In class SWTBotCCombo, method setSelection(String), notification is made
> twice:
>
> 1) _setSelection(text) is calling select(indexOf) which is calling
> notify(SWT.Selection);
>
> 2) the method setSelection(String) si also calling notify(SWT.Selection)
> directly.
>
> Is it possible to remove one of the two notifications?
>
> Regards,
>
> Etienne
|
|
|
Powered by
FUDForum. Page generated in 0.26223 seconds