Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Color or other Font for ComboViewer items ?

Slightly off your thread but such design implementations affect those of us who rely upon screen readers and or Braille displays. Drawing attention to screen aspects may appear cool and nifty but are absolutely meaningless for the unsighted. The government of both the US and Canada have adopted standards and or laws that prohibit such features unless there is underlying information that will convey meaningful information in a verbal manner.

Just my two cents....

Jim 

-----Original Message-----
From: platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx]
Sent: August 2, 2007 8:45 AM
To: platform-swt-dev@xxxxxxxxxxx
Subject: [platform-swt-dev] Color or other Font for ComboViewer items ?


Hi,

i've got the problem that i want to structure the entries of my
ComboViewer through color and font change.
What I want is the following ( <b> stands for bold font )

<b>Category 1 </b>
	A 
	B 
	C
<b>Category 2 </b>
	D
      E

       
The categories from above should be displayed in gray. 
I tried to implement the IColorProvider and IFontProvider in my
ComboViewer Label Provider, but that didn't work, because the methods
never got called.



Thanks in advance,
Christian


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top