Giter Site home page Giter Site logo

Comments (7)

 avatar commented on May 5, 2024

I have no idea how to fix this, nor even where to start.

from mahapps.metro.

becdetat avatar becdetat commented on May 5, 2024

Bugger :-D I had hoped I was just doing something stupid. The above is a usable workaround, is there any documentation it can be added to?

I'll see if I can debug this further.

from mahapps.metro.

 avatar commented on May 5, 2024

If you checkout the gh-pages branch, thats where I'm keeping all the documentation. That ends up being generated at http://mahapps.com/MahApps.Metro

Happy to accept PR's for documentation :D

from mahapps.metro.

becdetat avatar becdetat commented on May 5, 2024

So, my understanding is MetroWindow.WindowCommands are shown as part of the window's template (a ControlTemplate, Generic.xaml:557). But Caliburn only traverses the window's content ((current as ContentControl).Content - caliburn.micro's BindingScope.cs:93) which means it misses the WindowCommands.

This is stretching my WPF knowledge to where I'm only guessing but there's got to be some way Caliburn can bind to control templates. I'll start googling.

from mahapps.metro.

becdetat avatar becdetat commented on May 5, 2024

It appears that Caliburn.Micro will only automatically traverse the visual tree and a few other places (see [here][http://caliburnmicro.codeplex.com/wikipage?title=All%20About%20Conventions] and search for 'visual tree') so this isn't a bug with MahApps.Metro, just a difference in implementation. So the tricky way around this would be to have a separate MahApps.Metro.Caliburn assm that provides a customised BindingScope.GetNamedElements which includes the headers, which probably isn't worth messing around with as the simplest workaround is a two-liner. This could just be documented somewhere:

Add the cal namespace to the root element:

xmlns:cal="http://www.caliburnproject.org"

Then attach the action to the element:

Controls:MetroWindow.WindowCommands>
    <Controls:WindowCommands>
        <Button x:Name="SayWat" Content="wat" cal:Message.Attach="SayWat"/>         
    </Controls:WindowCommands>
</Controls:MetroWindow.WindowCommands>

from mahapps.metro.

becdetat avatar becdetat commented on May 5, 2024

oh, sweet.

from mahapps.metro.

becdetat avatar becdetat commented on May 5, 2024

Closing this as it is a known upstream issue

from mahapps.metro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.