On Tue, Sep 15, 2009 at 2:52 PM, clint <clintdor
...@gmail.com> wrote:
> Awesome!
> The link you sent wasn't working when I clicked them (there is an
> extra dash at the end of it), but I was able to find it.
> Is it possible to get a version of that updated explorer with View
> Source enabled, so that the code for the Mac OS9 custom controls
> container is viewable?
> Also, would I need to make a custom controls class to make some of the
> buttons appear when the window is minimized? Or is there a quick
> option to make all the controls viewable? Ideally, I'd like the new
> buttons I'm adding to always be available.
> Thanks again!
> -Clint
> On Sep 15, 2:28 pm, Ben Clinkinbeard <ben.clinkinbe...@gmail.com>
> wrote:
> > 1)http://www.benclinkinbeard.com/2008/02/flexmdi-11-release-enhancement.
> ..
> > Window controls heading
> > 2) mdiWindow.showCloseButton = false
> > 3)http://www.benclinkinbeard.com/2008/02/flexmdi-11-release-enhancement.
> ..
> > Default behaviors heading
> > On Tue, Sep 15, 2009 at 2:08 PM, clint <clintdor...@gmail.com> wrote:
> > > The current flex MDI documentation contains an outdated example of how
> > > to add custom buttons to the window title bar.
> > > Specifically, it used a call to MDIWindow.addControl(control, index),
> > > which no longer exists.
> > > Do any one have any updated examples on altering the default title
> > > bar?
> > > I am trying to:
> > > 1) Add additional buttons
> > > 2) Remove the close button
> > > 3) Change the default behavior of the close button
> > > Thanks!
> > > -Clint