Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 243731 - [Button] Implement CHECK Buttons using the same images as used by Tree and Table
Summary: [Button] Implement CHECK Buttons using the same images as used by Tree and Table
Status: RESOLVED DUPLICATE of bug 250162
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.1   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 07:31 EDT by Setya Nugdjaja CLA
Modified: 2009-01-05 03:44 EST (History)
1 user (show)

See Also:


Attachments
Checkbox in CheckboxTableViewer (2.69 KB, image/png)
2008-08-11 07:31 EDT, Setya Nugdjaja CLA
no flags Details
Checkbox from Button with SWT.CHECK style (2.10 KB, image/png)
2008-08-11 07:32 EDT, Setya Nugdjaja CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Setya Nugdjaja CLA 2008-08-11 07:31:52 EDT
Created attachment 109650 [details]
Checkbox in CheckboxTableViewer

Hi,

Checkbox in CheckboxTableViewer should have the same appearance as Checkbox created from Button with SWT.CHECK style. Screenshots attached.

Regards,

Setya
Comment 1 Setya Nugdjaja CLA 2008-08-11 07:32:43 EDT
Created attachment 109651 [details]
Checkbox from Button with SWT.CHECK style
Comment 2 Ralf Sternberg CLA 2008-08-12 06:56:18 EDT
Currently, the CHECK button uses a native browser checkbox. Implementing it using images would make it look alike on all platforms and also look the same as checkboxes in Trees and Tables.

Changing title accordingly.
Comment 3 Setya Nugdjaja CLA 2008-08-12 07:40:41 EDT
(In reply to comment #2)
> Currently, the CHECK button uses a native browser checkbox. Implementing it
> using images would make it look alike on all platforms and also look the same
> as checkboxes in Trees and Tables.
> 
> Changing title accordingly.
> 

To be honest I much prefer the look of CHECK button, since the look of checkbox in CheckboxTableViewer is not consistent with the rest widgets.

Regards,

Setya
Comment 4 Ralf Sternberg CLA 2008-10-08 15:31:56 EDT
The problem with native checkboxes is that they look different on every platform and also depend on the user's desktop theme. Using images for checkboxes will allow us to make those images themeable later. This way, application developers can align the look of CHECK buttons with their theming.
Comment 5 Setya Nugdjaja CLA 2008-12-09 10:48:57 EST
(In reply to comment #4)
> The problem with native checkboxes is that they look different on every
> platform and also depend on the user's desktop theme. Using images for
> checkboxes will allow us to make those images themeable later. This way,
> application developers can align the look of CHECK buttons with their theming.
> 

Has this been fixed with current theming capabilities ?


Setya
Comment 6 Rüdiger Herrmann CLA 2009-01-05 03:43:53 EST
This issue is now being covered by bug #250162

*** This bug has been marked as a duplicate of bug 250162 ***