Flex 4 VideoDisplay background color - components

Is there anyway I can change the black background color from the Spark VideoDisplay component?
Thank you.

set property: opaqueBackground="black" - worked for me ;)

Related

Changing only some path/group fills in a background image using svg-sprites

I'm using svg as a background image (logo) in a WP menu plugin and i want it to change a color (fill) when hovered. As it's a free version of the plugin i can't use image, object etc - i have to use my svg as a background image. I've to support IE (9+) so masks/filters are out of question and i'm pretty much left with svg-sprites. That's okey, i know how to do it (using use/xlink:href).
But now comes a tricky part. I want my svg to change only fills of some groups/paths while hovered leaving others untouched. I can only change colors of all paths/groups together in a background image with svg-sprites afaik. Is there a way to do it? Thank you in advance!

Reset background color for QTabWidget

I see that QTabWidget background color is lighter than container widget. How to set its background to same as container widget has? Or better make it transparent?
I have following code:
tabWidget->setPalette(palette());
tabWidget->setBackgroundRole(backgroundRole());
tabWidget->setStyle(style()); // Set parent widget style
QPalette pal = tabWidget->palette();
pal.setColor(QPalette::Base, palette().background().color());
tabWidget->setPalette(pal);
which worked for me with QTreeWidget, however does not work for QTabWidget. Why Qt makes it different?
Solved by setting autoFillBackground to true in UI. However tabs titles background still white - any way to solve?

xe:calendarView - How to change background color?

How to change the background color of an entry in xe:calendarView according to the type/Status of an appointment?
you should check out the following classes
.s-cv-entry-innerframe{background-color:red}
.s-cv-text{color:#FFF}
you may need to override other classes as well, look for this file
c:\Notes\framework\shared\eclipse\plugins\com.ibm.xsp.extlib.domino_8.5.3.20111208-0717.jar\resources\web\dwa\cv\themes\hannover\calendarView.css

how to change the Inkscape default export color from yellow to white?

Hi
This might be a very stupid question. I am using export of 'Inkscape' to convert the svg file to png. As I am using the transparent backgroung the color of background is automatically yellow. I want to change this default colour to white
It was a mistake. as the background was transparent. It depends which image viewer are you using. While displaying everybody has its own color. In general, at linux i found it to be yellow and in windows white.
I am sorry for asking a stupid question.

MKMapView change colors

Anyone know of a way to change the colors of a MKMapView? Is there a way to XOR an image over or blend one that you could "possibly" create a "night version" of the map that isn't so bright?
Thanks!
Dan
better solution would be to add custom colored overlays
I guess you could create a UIView with a 50% alpha that covered the MKMapView, but then you will have UI problems. I am assuming the Satellite mode doesn't suit?
What I ended up doing is adding a MKAnnotation with a 50% transparent black background color. Then I moved the annotation to the back of the stack maintained by the mapview, so that all the other annotations can still be interacted with.
Where it really gets interesting is when the map moves... OK if you are on iOS4 but a little tricky on iOS3 devices. Well, I figured it out eventually.
I agree with #RolandasR, you can try creating a custom overlay as in this answer https://stackoverflow.com/a/13592117/3847

Resources