Updated Wiki: How to: bi-directional communication between different...
In a MVVM based application if you decide to delegate all the communication to the infrastructure using abroker, so to respect the single responsibility principle, you end up dealing with problems that...
View ArticleUpdated Wiki: How to: bi-directional communication between different...
In a MVVM based application if you decide to delegate all the communication to the infrastructure using abroker, so to respect the single responsibility principle, you end up dealing with problems that...
View ArticleUpdated Wiki: How to: bi-directional communication between different...
In a MVVM based application if you decide to delegate all the communication to the infrastructure using abroker, so to respect the single responsibility principle, you end up dealing with problems that...
View ArticleUpdated Wiki: Documentation
IntroductionBuilding the source code;Included sample applications;How toHow to: get the view of a given view model;How to: bi-directional communication between different windows/views;MVVM and UI...
View ArticleUpdated Wiki: MVVM: AbstractViewModel
When dealing with MVVM and ViewModel(s) there are a lot of things that a base class, such as the AbstractViewModel, can do for us in order to reduce the friction of the daily work.The AbstractViewModel...
View ArticleUpdated Wiki: Overlay adorner
Radical offers a rich set of adorners and also a generic purpose adorner thoughts to put an arbitrary content on top of another...
View ArticleUpdated Wiki: Overlay adorner
Radical offers a rich set of adorners and also a generic purpose adorner thoughts to put an arbitrary content on top of another...
View ArticleUpdated Wiki: The BusyStatusManager
On of the built-in overlay adorners that Radical offers is the BusyStatusManager that allows us to put some blocking content on top of another xaml element and control its visibility via the IsBusy...
View ArticleUpdated Wiki: The BusyStatusManager
One of the built-in overlay adorners that Radical offers is the BusyStatusManager that allows us to put some blocking content on top of another xaml element and control its visibility via the IsBusy...
View ArticleUpdated Wiki: Documentation
IntroductionBuilding the source code;Included sample applications;How toHow to: get the view of a given view model;How to: bi-directional communication between different windows/views;MVVM and UI...
View ArticleUpdated Wiki: How to: handle the busy status during async/long running...
Radical provides an overlay adorner to handle busy/long running operations, that for simple scenarios just works as expected. Sometimes there are cases when we need to handle a much more complex...
View ArticleUpdated Wiki: How to: handle the busy status during async/long running...
Radical provides an overlay adorner to handle busy/long running operations, that for simple scenarios just works as expected. Sometimes there are cases when we need to handle a much more complex...
View ArticleUpdated Wiki: Documentation
IntroductionBuilding the source code;Included sample applications;How toHow to: get the view of a given view model;How to: bi-directional communication between different windows/views;How to: handle...
View ArticleUpdated Wiki: How to: handle the busy status during async/long running...
Radical provides an overlay adorner to handle busy/long running operations, that for simple scenarios just works as expected. Sometimes there are cases when we need to handle a much more complex...
View ArticleUpdated Wiki: How to: handle the busy status during async/long running...
Radical provides an overlay adorner to handle busy/long running operations, that for simple scenarios just works as expected. Sometimes there are cases when we need to handle a much more complex...
View ArticleNew Comment on "How to: bi-directional communication between different...
And if instead different views wants to communicate each other creating a group of views let's say a context, to avoid a broadcasted message to change all the views in the application, but just the one...
View ArticleNew Comment on "How to: bi-directional communication between different...
Sorry, I omit to tell you my ideas: 1 - In a tabbed application one idea could be to unsubscribe to all the messages (that you don't want to be alerted) of the previous active tab, and subscribe the...
View ArticleUpdated Wiki: Home
Note:This project moved to GitHub (https://github.com/mauroservienti/radical) because we are in the need of a better collaboration story. We'd like to thank the CodePlex team for hosting us for all...
View ArticleUpdated Wiki: Home
Note:This project moved to GitHub (https://github.com/RadicalFx/radical) because we are in the need of a better collaboration story. We'd like to thank the CodePlex team for hosting us for all these...
View ArticleUpdated Wiki: Documentation
This project moved to GitHub (https://github.com/RadicalFx/radical) because we are in the need of a better collaboration story. We'd like to thank the CodePlex team for hosting us for all these...
View Article