Ask a Question related to PHP Development, Design and Development.
-
Chris Shoulet #1
changing colors
Anyone have any idea how to change the colors on our site? The theme editor
apparently has info missing on it - and doesn't seem to be able to let us
change color
Chris Shoulet Guest
-
Please help! Colors keep changing on me
I am using Illustrator CS and when I select a black and then reopen the file, the black is no longer pure black and is a combination of CMYK. The... -
changing colors, maintaining shadows
Hi there - I'm building a tool that will allow users to visually change colors on a garment i.e. right sleeve is red, left sleeve is blue, etc. ... -
Changing Colors in PE 2...??
I have been using PE-2 for several month. Mainly to scan and "correct" old pictures of mine. As a previosu user of Corel Draw and Paint, and MS-... -
changing colors to match...?
combine several techniques... first and foremost masking and or selections are important. then use any or all of the following. hue/saturation,... -
changing colors and models
hi, iam a novice user of director. the code u mentioned in your message. where should i put it. on a mouse click event on a 3d object or how please... -
Paulus Magnus #2
Re: changing colors
"Chris Shoulet" <chris@topdog-inc.com> wrote in message
news:oTDjb.28266$Ks5.7966@nwrddc02.gnilink.net...editor> Anyone have any idea how to change the colors on our site? The themeErm... this newsgroup is for PHP, the language, not a product written with> apparently has info missing on it - and doesn't seem to be able to let us
> change color
it. You may want to look at their support site for details as we're mostly
techy, geeky, developer types in here.
Paulus
Paulus Magnus Guest
-
smorgen webforumsuser@macromedia.com #3
Changing Colors
I wanna know how you can change colors of certain items like the combo box and the progress bar. I don't want them to be the default colors. Can anyone help me with this?
Thanks for your time...
smorgen webforumsuser@macromedia.com Guest
-
MINGUITO webforumsuser@macromedia.com #4
Re: Changing Colors
Hi,
Global Customization
U can use the globalStyleFormat object, and this can customize the look of all your components at once. An example that changes the text color of all text in all components to blue:
globalStyleFormat.textColor = 0X0000FF;
globalStyleFormat.applyChanges();
The applyChanges command causes the change to occur.......Here's a more detailed change:
globalStyleFormat.textColor = 0 x 0000FF;
globalStyleFormat.textFont = "Arial";
globalStyleFormat.textSize = 18;
globalStyleFormat.textBold = true;
globalStyleFormat.applyChanges();
For single component Customization
checkbox1.setStyleProperty("textColor", 0XFF0000);
By the way I don't consider myself a FLASH GURU, I gave u this example using a book by the name of
FLASH MX ACTIONSCRIPT IN 24 HOURS.........
I hope I helped u.........
Take care and God Bless...
[url]www.ymisitio.com[/url]
MINGUITO webforumsuser@macromedia.com Guest



Reply With Quote

