Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > AIR (Apollo)

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-07-2007, 05:24 PM   #1
paulreitz
Member
 
Join Date: Mar 2007
Posts: 89
Default Skinning statusbar (Flex3/air)

Long story short...I'm trying to add a skin to the status bar in Flex 3. In my CSS file I am able to change the color of the status bar with this line:
Code:
statusBarBackgroundColor : #3e3e3e;
I can't seem to add an image as a skin though. Here's the code I'm using:
Code:
statusBarBackgroundSkin : Embed("images/status.png");
I'm using FlexBuilder 3, and the project is an air application. Also, the style will be used in a number of applications, so i have to put as much as I can in the CSS file. I appreciate any help
paulreitz is offline   Reply With Quote
Old 08-07-2007, 06:02 PM   #2
dr_zeus
Flash Adventurer
 
dr_zeus's Avatar
 
Join Date: Mar 2005
Location: Silicon Valley
Posts: 1,975
Default

According to the docs, you should use statusBackgroundSkin (note that there's no "Bar" in the name).
__________________
Josh Tynjala | JOSHBLOG | Bowler Hat Games
dr_zeus is offline   Reply With Quote
Old 08-07-2007, 07:47 PM   #3
paulreitz
Member
 
Join Date: Mar 2007
Posts: 89
Default

Ah *smacks my forehead* I took "Bar" out and it worked. thank you
paulreitz is offline   Reply With Quote
Old 08-07-2007, 07:55 PM   #4
paulreitz
Member
 
Join Date: Mar 2007
Posts: 89
Default

OK, now how do I get the image to only show, unscaled, on the right side...I tried scaleGridLeft, etc.
paulreitz is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Skinning a scrollpane Cazz Components 2 01-20-2006 12:45 PM
ComboBox skinning - Controling the size of the Arrow box auroraes Components 3 05-13-2005 10:49 PM
Skinning the Scrollbar in the TextArea Maynard Components 1 02-22-2005 03:52 PM
Skinning the Scrollbar in a TextArea Maynard Components 1 02-16-2005 04:40 AM
letting the viewers see the onion skinning cheezisgoooood Simple Stuff (Newbies) 2 03-14-2003 09:18 PM


All times are GMT. The time now is 04:28 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.