Click here to Skip to main content
15,892,737 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes22-Jul-12 19:02
professionalMycroft Holmes22-Jul-12 19:02 
GeneralRe: How to bind inverse boolean properties? Pin
Alisaunder23-Jul-12 3:58
Alisaunder23-Jul-12 3:58 
GeneralRe: How to bind inverse boolean properties? Pin
Alisaunder23-Jul-12 4:27
Alisaunder23-Jul-12 4:27 
GeneralRe: How to bind inverse boolean properties? Pin
SledgeHammer0123-Jul-12 12:18
SledgeHammer0123-Jul-12 12:18 
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes23-Jul-12 12:50
professionalMycroft Holmes23-Jul-12 12:50 
GeneralRe: How to bind inverse boolean properties? Pin
SledgeHammer0123-Jul-12 12:56
SledgeHammer0123-Jul-12 12:56 
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes23-Jul-12 14:25
professionalMycroft Holmes23-Jul-12 14:25 
GeneralAnother MVVM questionn regarding updating info on other controls? - [Answered] Pin
Alisaunder21-Jul-12 4:36
Alisaunder21-Jul-12 4:36 
Still trying to grasp MVVM here. I have 4 controls I display from my main form.

Basically

XML
<DockPanel LastChildFill="True">
    <views:RibbonControl x:Name="mainRibbon" DockPanel.Dock="Top" />
    <controls:StatusBarControl x:Name="mainStatusBar" DockPanel.Dock="Bottom" />
    <controls:NavigationControl x:Name="mainNavigation"
                                DockPanel.Dock="Left"
                                Visibility="Hidden" />
    <controls:DisplayContactsControl x:Name="mainContactsDisplay"
                                     DockPanel.Dock="Left"
                                     Visibility="Hidden" />
</DockPanel>


How can I update say messages for the status bar when things occur inside one of the other controls. Lets say On the RibbonControl there is a button to open the database. The code to open it would include references to displaying a message on the statusbar control that the form is loading and also update the title of the form to display the path of the database, name and title of the application. Now I can do this in regular WPF but their is code behind I'm trying to understand how to do this in MVVM.

modified 24-Jul-12 11:05am.

AnswerRe: Another MVVM questionn regarding updating info on other controls? Pin
Pete O'Hanlon21-Jul-12 8:06
mvePete O'Hanlon21-Jul-12 8:06 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Christian Amado21-Jul-12 11:45
professionalChristian Amado21-Jul-12 11:45 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Alisaunder21-Jul-12 12:30
Alisaunder21-Jul-12 12:30 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Mycroft Holmes21-Jul-12 13:52
professionalMycroft Holmes21-Jul-12 13:52 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Alisaunder21-Jul-12 14:59
Alisaunder21-Jul-12 14:59 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Mycroft Holmes21-Jul-12 16:14
professionalMycroft Holmes21-Jul-12 16:14 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Pete O'Hanlon22-Jul-12 21:52
mvePete O'Hanlon22-Jul-12 21:52 
QuestionAdding datagrid cell images at runtime doesn't appear in cell Pin
alleyes20-Jul-12 8:40
professionalalleyes20-Jul-12 8:40 
GeneralRe: Adding datagrid cell images at runtime doesn't appear in cell Pin
Christian Amado21-Jul-12 12:03
professionalChristian Amado21-Jul-12 12:03 
GeneralRe: Adding datagrid cell images at runtime doesn't appear in cell Pin
alleyes22-Jul-12 17:07
professionalalleyes22-Jul-12 17:07 
GeneralUnintended Save Issue WPF Pin
eddieangel20-Jul-12 7:20
eddieangel20-Jul-12 7:20 
GeneralRe: Unintended Save Issue WPF Pin
Ian Shlasko20-Jul-12 7:31
Ian Shlasko20-Jul-12 7:31 
GeneralRe: Unintended Save Issue WPF Pin
eddieangel20-Jul-12 7:37
eddieangel20-Jul-12 7:37 
GeneralRe: Unintended Save Issue WPF Pin
Ian Shlasko20-Jul-12 7:45
Ian Shlasko20-Jul-12 7:45 
GeneralRe: Unintended Save Issue WPF Pin
eddieangel20-Jul-12 7:49
eddieangel20-Jul-12 7:49 
GeneralRe: Unintended Save Issue WPF Pin
Ian Shlasko20-Jul-12 8:16
Ian Shlasko20-Jul-12 8:16 
QuestionButton Style Question Pin
Kevin Marois19-Jul-12 9:21
professionalKevin Marois19-Jul-12 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.