Absolutely.  If you look at the Panel subclass code from my blog that I 
mentioned in my previous post, you can see how i'm doing it for a number of 
projects.


, At 09:11 AM 9/15/2006, mthielman11 wrote:

>One question I have had is, is it possible to put a button bar or 
>something of that nature in
>the title bar area?  It would be nice to use that space for a series of 
>icon buttons or
>something.
>
>
>--- In flexcoders@yahoogroups.com, "jgraham_us" <[EMAIL PROTECTED]> wrote:
> >
> > You can also extend the Panel class that will give you access to the
> > protected titleBar component of Panel, you can then do something like
> > this.
> >
> > titleBar.addChild( yourTitleIcon );
> >
> > You might also have to override layoutChrome and position the icon
> > within the titleBar.
> >
> >
> > --- In flexcoders@yahoogroups.com, "Jeremy Rottman" <rottmanList@>
> > wrote:
> > >
> > > I am working on styling my application, and I have searched throught
> > > the live docs/help files for flex. But I cant seem to find how to set
> > > the titleIcon to the right side of the window. Is there anyway to do
> > this?
> > >
> >
>
>
>
>
>
>
>
>--
>Flexcoders Mailing List
>FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>Yahoo! Groups Links
>
>
>
>
>
>
>




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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to