Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Custom Draw TreeItems

Title: Nachricht
or is there any other possibility to disable ther checkboxes for particular TreeNodes?
 
 

Philipp Hübner
Softwareentwickler

Teraport GmbH
Aschauer Straße 32
D-81549 München

Tel.:   +49 (0)89 651086-711
Fax:    +49 (0)89 651086-711 

philipp.huebner@xxxxxxxxxxx
Web: http://www.teraport.de/

-----Original Message-----
From: platform-swt-dev-bounces@xxxxxxxxxxx [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of Huebner, Philipp
Sent: Monday, August 25, 2008 5:32 PM
To: Eclipse Platform SWT component developers list.
Subject: [platform-swt-dev] Custom Draw TreeItems

Hello together,
 
I try to create some custom drawn fake checkboxes in a tree viewer. I can draw the new (unchecked) image in my tree. But i don't know how to catch events when the user presses the mouse button down and prevent selection for this item when the user clicks the checkboxArea, cause my mouseListener->mouseDown events are always after the selectioning in the viewer....
 
thx
 
 

Philipp Hübner
Softwareentwickler

Teraport GmbH
Aschauer Straße 32
D-81549 München

Tel.:   +49 (0)89 651086-711
Fax:    +49 (0)89 651086-711 

philipp.huebner@xxxxxxxxxxx
Web: http://www.teraport.de/


Back to the top