Section setTitleBarBackground [message #66514] |
Fri, 14 December 2007 10:37  |
Eclipse User |
|
|
|
Hi,
Section.setTitleBarBackground doesn't work.
code:
Section section = toolkit.createSection(form.getBody(), Section.TITLE_BAR
| Section.TWISTIE | Section.COMPACT);
section.setTitleBarBackground(Graphics.getColor(200, 200, 200));
it seems not to work too:
- setTitleBarGradientBackground
- setTitleBarborder
Christian
|
|
|
Re: Section setTitleBarBackground [message #66724 is a reply to message #66514] |
Sun, 16 December 2007 14:20   |
Eclipse User |
|
|
|
Originally posted by: rherrmann.innoopract.com
Christian,
sorry, none of the methods you mention works. Feel free to file a bug
report to track the progress on this issue. Unfortunately, I doubt that
we can implement this shortly - unless, of course, someone from the
community takes care of it;)
Cheers,
Rüdiger
Christian wrote:
> Hi,
>
> Section.setTitleBarBackground doesn't work.
>
> code:
>
> Section section = toolkit.createSection(form.getBody(), Section.TITLE_BAR
> | Section.TWISTIE | Section.COMPACT);
> section.setTitleBarBackground(Graphics.getColor(200, 200, 200));
>
>
> it seems not to work too:
> - setTitleBarGradientBackground
> - setTitleBarborder
>
> Christian
|
|
|
Re: Section setTitleBarBackground [message #66945 is a reply to message #66724] |
Mon, 17 December 2007 11:31  |
Eclipse User |
|
|
|
Ok, thx. Opened bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=213193
Christian
Rüdiger Herrmann ha scritto:
> Christian,
>
> sorry, none of the methods you mention works. Feel free to file a bug
> report to track the progress on this issue. Unfortunately, I doubt that
> we can implement this shortly - unless, of course, someone from the
> community takes care of it;)
>
> Cheers,
> Rüdiger
>
> Christian wrote:
>> Hi,
>>
>> Section.setTitleBarBackground doesn't work.
>>
>> code:
>>
>> Section section = toolkit.createSection(form.getBody(),
>> Section.TITLE_BAR
>> | Section.TWISTIE | Section.COMPACT);
>> section.setTitleBarBackground(Graphics.getColor(200, 200, 200));
>>
>>
>> it seems not to work too:
>> - setTitleBarGradientBackground
>> - setTitleBarborder
>>
>> Christian
>
|
|
|
Powered by
FUDForum. Page generated in 0.04923 seconds