Post subject: ColorFieldEditor Posted: Jun 22, 2006 - 07:22 AM
Guest
In eclipse 3.1 (Version: 3.1.1,Build id: M20050929-0840) on setting the RGB color to a color editor component the color is not being refreshed on the button component/control. That is the property change event is not fired.
Following is the code :
Composite parent = getFieldEditorParent();
ColorFieldEditor simillarElementColor = new ColorFieldEditor("same", "Simillar element color",parent);