GuiStyle attachment problem

Hey,

I attached a GuiStyle to a GuiText.

public var myStyle : GUIStyle ;

function Update () {
}

it appears in the property inspector of GuiText. But if i change some parameters, nothing happens. Text color doesn't change, word wrap doesn't word wrap.

can someone tell me what i'm doing wrong?

You may have to create the text and modify it in the script. If you use the OnGUI() function to create the text, the skin will be applied to it.