On Fri, 2010-04-16 at 19:07 +0100, Emilio Fernandes wrote:
> Hi all,
> 
> i'm building a interface using clutter , mx  and C for test the clutter
> "power".
> But now i need to change the MxProgressBar style, i need a red bar insted
> the default blue bar.
> I already try to change a lot of things on style/default.css for progressbar
> but no efect. I only changed the bar background
> but the blue color i can't change. I created a directory called style/ on my
> project main directory and put the images inside it, with
> my own default.css. But i cant see any changes when i try to modify the bar,
> just can change the backgroud.
> Is there some tutorial or documentation for Mx css style?
> 
> This is my CSS file ProgressBar Section;
> The progress-bar-background i can change and modify all properties like
> padding and size and the image. But the bar still blue.
> 
> MxProgressBar {
>   padding: 0 0 3 0;
>   border-image: url('progress-bar-background.png') 3 3 6 3;
> }
> 
> MxProgressBar MxProgressBarFill {
>   border-image: url('progress-bar-bar-red.png') 3;
>   height: 16;
> }
> 
> Sorry my bad english!


Hi,

Did you try just replacing the existing image from the default style?

It sounds like there might be a bug, so the best thing to do is file it
in bugzilla: http://bugzilla.meego.com

Regards,

Thomas

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
Moblin dev Mailing List
dev@moblin.org

To manage or unsubscribe from this mailing list visit:
http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org 
once logged in.

For more information on the Moblin Developer Mailing lists visit:
http://moblin.org/community/mailing-lists

Reply via email to