Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Mouse event when clicking on the composite border.
Mouse event when clicking on the composite border. [message #438437] Thu, 24 June 2004 09:15 Go to next message
Eclipse UserFriend
Originally posted by: cbr.teamlog.com

I use a composite with a border type. I added a MouseListener to it.
When I click inside the composite an event occurs but when I click on the
border of the composite no event is created.
Any idea ?

Thanks in advance,
-MaRc
Re: Mouse event when clicking on the composite border. [message #438449 is a reply to message #438437] Thu, 24 June 2004 13:53 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Mouse events happen in the client area only. The border is part of the
window trimmings.

"Takaido" <cbr@teamlog.com> wrote in message
news:cbe681$t2d$1@eclipse.org...
> I use a composite with a border type. I added a MouseListener to it.
> When I click inside the composite an event occurs but when I click on the
> border of the composite no event is created.
> Any idea ?
>
> Thanks in advance,
> -MaRc
>
>
Previous Topic:printer buffer out of memory?
Next Topic:Problem with Tree/Composite height
Goto Forum:
  


Current Time: Tue Apr 16 12:22:49 GMT 2024

Powered by FUDForum. Page generated in 1.33769 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top