hey Michael,

Please don't take it personally, don't mean to shoot anyone :-)

Btw, what's the "adobe component developer summit" all about ? never heard it anywhere.

Is it for designers or for developer ? focuing on Flex 2 or Flash 8 ?

thanks.
Jeremy.





On 6/16/06, Daniel Cascais <[EMAIL PROTECTED]> wrote:

Yep, that looks better ;)



On 6/15/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I get shoots fired at me every day ;-)
>
> Jeremy is right put it in the title bar. I know I posted this last week or so but, here goes again.
>
>
> I made my own widow but, if I remember correctly the 'titleBar' is a UIComponent.
>
> 1) In creatChildre() override
>
> if (!minimizeButton )
> {
> minimizeButton = new Button();
> minimizeButton .styleName = this;
> minimizeButton .addEventListener(MouseEvent.CLICK, minimizeButton_clickHandler);
> titleBar.addChild(minimizeButton );
> }
>
>
> 2) In layoutChrome() override
>
> - you must position the new button and shrink the textfield
> Below are the current assets of the tileBar instance
>
> - titleIconObject
> - titleTextField
> - closeButton
>
> and now;
>
> - minimizeButton


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to