Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP Theming and system specific colors
RAP Theming and system specific colors [message #988896] Mon, 03 December 2012 15:27 Go to next message
Stefan Ruzitschka is currently offline Stefan RuzitschkaFriend
Messages: 16
Registered: December 2010
Junior Member
Hi Folks,

Here the situation:

Our RAP Application (RAP 1.5) supports the platforms Windows, Linux 32bit, HPUX, Solaris and AIX. After deploying the application on all these machines we get different colors (e.g. the gradient in the view tabs) between e.g. Linux 32bit (Ubuntu) and HPUX.
We use the Jetty Webserver in embedded mode.

How is this possible? Is the X11 system responsible for the different colors? Or is there anything else what causes these differences?

Greetings
Stefan R.
Re: RAP Theming and system specific colors [message #989235 is a reply to message #988896] Wed, 05 December 2012 10:19 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Stefan,

are you talking about colors displayed in the RAP Web client, or in an
RCP version of your application? The server platform should not affect
the colors in the Web client, but of course the desktop version of an
application.

At least I can say that in RWT, the system colors are not
platform-dependent. If the workbench theme somehow guesses colors based
on some environment variables, that would at least be news to me.

Regards, Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: RAP Theming and system specific colors [message #989280 is a reply to message #989235] Wed, 05 December 2012 13:49 Go to previous messageGo to next message
Stefan Ruzitschka is currently offline Stefan RuzitschkaFriend
Messages: 16
Registered: December 2010
Junior Member
Hey Ralf,

I'm talking about the colors displayed in the web client. The clientside system was a Windows 7 machine with Chrome / Firefox / IE (these are the browsers what showed the same differences).
You know anything about how the Jetty may cause the display problems?

Greetings
Stefan R.
Re: RAP Theming and system specific colors [message #989537 is a reply to message #989280] Thu, 06 December 2012 16:32 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

On 12/05/2012 02:50 PM, Stefan Ruzitschka wrote:
> You know anything about how the Jetty may cause the display problems?

No, never heard of those differences before, and I doubt that the
servlet container can cause them. Could you provide screenshots that
show the different colors?

Regards, Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: RAP Theming and system specific colors [message #990201 is a reply to message #988896] Tue, 11 December 2012 11:49 Go to previous messageGo to next message
Stefan Ruzitschka is currently offline Stefan RuzitschkaFriend
Messages: 16
Registered: December 2010
Junior Member
Hey Ralf,

I included 2 Screenshots. The CSS code for this is:

Shell-Titlebar {

  background-color: #339bb4;
  background-gradient-color: #000000;
  background-image: gradient( linear, left top, left bottom, 
  from( #99cdda ), to( #339bb4 )
 );
  padding: 2px 5px 2px;
  margin: 0px;
  height: 22px;
  color: #ffffff;
  font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 1px 1px 0px 0px;
  text-shadow: none;
}

Shell-Titlebar:inactive {
  background-color: #7996a5;
  background-gradient-color: #7996a5;
  color: #aaaaaa;
  background-image: gradient( linear, left top, left bottom,
                              from( #000000 ), to( #ffffff ) );
}


Greetings
Stefan R.
  • Attachment: hpux.png
    (Size: 3.96KB, Downloaded 207 times)
  • Attachment: windows.png
    (Size: 3.82KB, Downloaded 233 times)
Re: RAP Theming and system specific colors [message #990763 is a reply to message #990201] Fri, 14 December 2012 07:42 Go to previous message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Stefan, I still didn't get what causes the different colors. Different
server operating systems? What is the exact difference between the
environments that created both images?

Regards, Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Hide Empty Submenus
Next Topic:Theme lost after refresh
Goto Forum:
  


Current Time: Fri Apr 19 22:05:49 GMT 2024

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

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

Back to the top