Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ProgressBar-Indicator
ProgressBar-Indicator [message #1714139] Tue, 10 November 2015 08:40
Dmitry Dukhov is currently offline Dmitry DukhovFriend
Messages: 190
Registered: February 2013
Senior Member
How to set custom variant for ProgressBar-Indicator and don't change default ?

tried so and doesn't work

ProgressBar-Indicator {
background-color: #0F7F12;
background-image: none;
opacity: 1;
}

ProgressBar-Indicator.task {
background-color: #0F7F12;
background-image: none;
opacity: 1;
}

ProgressBar bar = new ProgressBar(composite, SWT.SMOOTH);
bar.setData( RWT.CUSTOM_VARIANT, "task" );

Previous Topic:Dont' see window on server in RAP E4
Next Topic:Browser content and invisible components
Goto Forum:
  


Current Time: Tue Mar 19 03:38:02 GMT 2024

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

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

Back to the top