Datagrid expands when put in movieclip
gidday
i wanted drop shadow on datagrid, created movieclip, put datagrid inside.
the datagrid's dimension screwy. header , text magnified 5x, , width of clip bizarre.
shouldn't dg maintain it's own dimensions when placed inside clip?
any idea how can fixed?
thanks help.
the reason can see happening movieclip has been scaled. shouldn't need place datagrid inside movieclip drop shadow. can apply directly datagrid using as3.
var dropshadow:dropshadowfilter = new dropshadowfilter();
dg.filters = new array(dropshadow);
if want adjust properties of shadow, dropshadowfilter class in documents. constructor specified as...
dropshadowfilter(distance:number = 4.0, angle:number = 45, color:uint = 0, alpha:number = 1.0, blurx:number = 4.0, blury:number = 4.0, strength:number = 1.0, quality:int = 1, inner:boolean = false, knockout:boolean = false, hideobject:boolean = false)
More discussions in ActionScript 3
adobe
Comments
Post a Comment