Re: [flexcoders] Re: RV: resizable, maximize and minimize TileWindow

2006-06-09 Thread Michael Schmalle
Yeah, That might have been me, but the source isn't available since it's a composite component that belongs in a set comming out. Peace, MikeOn 6/9/06, Doug Lowder [EMAIL PROTECTED] wrote: Flex 1.5?

Re: [flexcoders] Re: RV: resizable, maximize and minimize TileWindow

2006-06-09 Thread Michael Schmalle
PS, If all he wants to do is add buttons, he can find the answer in my last post about using addChild() with the titleBar instance and overriding layoutChrome() Peace. MikeOn 6/9/06, Michael Schmalle [EMAIL PROTECTED] wrote: Yeah, That might have been me, but the source isn't available since

Re: [flexcoders] Re: RV: resizable, maximize and minimize TileWindow

2006-06-09 Thread Jeff Tapper
Take a look at the resizable panel: http://jeff.mxdj.com/sizeabletitlewindow.htm and panel with buttons:http://jeff.mxdj.com/flex_2_maxrestorepanel_class.htm for some ideas. At 11:25 AM 6/9/2006, jpwarmer wrote: Hi, i did something like that with the Panel Class, let me tell you what I did...