Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Section setTitleBarBackground
Section setTitleBarBackground [message #66514] Fri, 14 December 2007 15:37 Go to next message
Christian is currently offline ChristianFriend
Messages: 31
Registered: July 2009
Member
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 19:20 Go to previous messageGo to next message
Eclipse UserFriend
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 16:31 Go to previous message
Christian is currently offline ChristianFriend
Messages: 31
Registered: July 2009
Member
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
>
Previous Topic:Custom widgets
Next Topic:ExternalBrowser "file:///" url problem
Goto Forum:
  


Current Time: Sat Apr 27 01:31:17 GMT 2024

Powered by FUDForum. Page generated in 0.02899 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top