[flexcoders] Custom Panel (with buttons on title portion of the border)

2006-06-08 Thread Jordan Snyder
Hello all, I'm simply trying to get a couple of buttons on a panel (plus and minus buttons, similar to most Mac software). I'd like to put it on top of the title portion of the border, at the top, but of course since I can't simply change z-order, the button sneaks behind the panel. I'm only

Re: [flexcoders] Custom Panel (with buttons on title portion of the border)

2006-06-08 Thread Michael Schmalle
Hm, I made my own widow but, if I remeber correctly the 'titleBar' is a UIComponent. 1) In creatChildre() override if (!minimizeButton ) { minimizeButton = new Button(); minimizeButton .styleName = this; minimizeButton .addEventListener(MouseEvent.CLICK,