In mine i got explicit setter method which adds the buttons to an array.
That way you can have a dynamic amount of buttons, or rather specify
which buttons you want to include in each instance..
B
On 19/04/2007, at 5:38 PM, Janis Radins wrote:
Thats what I used to create Panel with minimis
Thats what I used to create Panel with minimise button:
override protected function createChildren():void {
super.createChildren();
minimiseButton = new MinimiseButton();
minimiseButton.width = 16;
minimiseButton.height = 16;
minimiseButton.fo
Theres a titleBar container within panel.
Best bet is to extended panel so you can frequently add, remove,
position this button as you wish.
Bjorn
On 19/04/2007, at 1:05 PM, {reduxdj} wrote:
How do you do this?
Thanks,
Patrick
Regards,
Bjorn Schultheiss
Senior Developer
Personalise
How do you do this?
Thanks,
Patrick
4 matches
Mail list logo