LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


  #1  
Old 12-08-2006, 01:17 PM
[PAUL FERRIE]'s Avatar
[PAUL FERRIE] [PAUL FERRIE] is offline
Glasgow Flash Developer
 
Join Date: Feb 2005
Location: United Kingdom
Posts: 7,756
Rep Power: 16
[PAUL FERRIE] is on a distinguished road
setting styles for buttons

i am using the component buttons in form i cant seem to set the text format.
Actionscript:
_global.styles.Button.setStyle("fontSize", 7);
_global.styles.Button.setStyle("fontfamily", "Arial");

Does nothing
__________________
.:To me AS is like LEGO, Only for the big Kids :.
- Site - Blog - Glasgow Flasher - Activeden

- bringmadeleinehome.com
Reply With Quote
  #2  
Old 12-08-2006, 02:58 PM
radicalFish's Avatar
radicalFish radicalFish is offline
Registered User
 
Join Date: Mar 2005
Location: Rennes - Breizh
Posts: 359
Rep Power: 9
radicalFish is on a distinguished road
Hi

you have to declare the CSSStyleDeclaration.. bla bla before.
if not it's undefined ..

Actionscript:
if (_global.styles.Button == undefined) {
    _global.styles.Button = new mx.styles.CSSStyleDeclaration();
}
_global.styles.Button.setStyle("fontSize", 7);
_global.styles.Button.setStyle("fontFamily", "Arial");

r.fish
Reply With Quote
  #3  
Old 12-08-2006, 03:27 PM
Scottae's Avatar
Scottae Scottae is offline
God Moderator
 
Join Date: Oct 2003
Location: United States
Posts: 6,532
Rep Power: 16
Scottae is on a distinguished road
Search Resources to check

And here are some links on it:

Setting styles for a component class
Setting custom styles for groups of components
__________________
Our greatest glory is not in never falling but in rising everytime we fall. - Confucius

Blog | Shared Items
Reply With Quote
  #4  
Old 12-08-2006, 06:24 PM
[PAUL FERRIE]'s Avatar
[PAUL FERRIE] [PAUL FERRIE] is offline
Glasgow Flash Developer
 
Join Date: Feb 2005
Location: United Kingdom
Posts: 7,756
Rep Power: 16
[PAUL FERRIE] is on a distinguished road
THank you &
Thank you
__________________
.:To me AS is like LEGO, Only for the big Kids :.
- Site - Blog - Glasgow Flasher - Activeden

- bringmadeleinehome.com
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up shared connection. [PAUL FERRIE] Members Cafe 8 06-14-2006 11:25 AM
Styles in Flash? lorenelks Flash MX 2004 2 06-02-2006 01:58 PM
Setting DataGrid header styles using CSSStyleDeclaration Scottae Actionscript 2.0 Components 2 06-03-2005 05:38 PM
problems setting text field focus thegamemaker General Flash 2 01-08-2005 02:41 PM
setting _y value with a variable ump3 Flash MX ActionScript 1 07-07-2003 04:40 AM




All times are GMT. The time now is 11:38 PM.