Open arpit opened 15 years ago
Sample code: @ var button = new Button() button.skin = new GraphicSkin(new some_graphic()) addChild(button) trace(button.width) // should return the graphic’s width@
This will also allow graphic skin based controls to work with layouts.
original LH ticket
This ticket has 0 attachment(s).
Sample code: @ var button = new Button() button.skin = new GraphicSkin(new some_graphic()) addChild(button) trace(button.width) // should return the graphic’s width@
This will also allow graphic skin based controls to work with layouts.
original LH ticket
This ticket has 0 attachment(s).