PDA

View Full Version : Component Form



UnblessedOmega
March 28th, 2004, 09:08 PM
hey i was doing the Components form on the tutorial of this site (http://www.kirupa.com/developer/mx/components.htm) it worked fine but now my question is, how do i get the results from some one on the web to be sent to my mail box???:jail:
----------------------------
also, can some one help me witht he colors of the form??


// 7.Style sheets
// --------------
// New style sheet
pomStyle = new FStyleFormat();
// Attributes of the style sheet
pomStyle.face = 0xffffff;
pomStyle.background = 0x000000;
pomStyle.arrow = 0x000000;
pomStyle.scrollTrack = 0xcc0000;
pomStyle.highlight = 0xffffff;
pomStyle.darkshadow = 0x666666;
pomStyle.selection = 0xffffff;
pomStyle.textColor = 0xCC0000;

// textbox
comment.backgroundColor = 0xcc0000;


Thats the code i have for the form, i want the buttons to be black with high light of red and red text, and the checks on the chck boxes to be red too, they are black right now