Cant apply style to ScrollPane

Hi, I think I have tried everything, and I cant get the styles to work. I am using a Scroll Pane component, I got the content to load succesfuly and is scrolling correctly, I just cant get the style to apply correctly. I have placed the following code in the first frame of my main scene where the Component resides.

MyPane = new FStyleFormat()
MyPane.addListener(ScrollPane);
MyPane.arrow=0x800080
MyPane.background=0x000000
MyPane.scrollTrack=0xA0522D
MyPane.applyChanges()

Please tell me I am doing something wrong.

thanks in advance