Hi all,
Can I not use
setSytle("verticalAling","middle")
setSytle("horizontal","center")
with uiComponent
things like
mycomp extends UIComponent{
function mycomp (){
super();
setSytle("verticalAling","middle")
setSytle("horizontal","center") // this does not work :(
}
}
Please help
Regards
Ps
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

