Quantcast
Channel: Caliburn.Micro: Xaml Made Easy
Browsing all 1760 articles
Browse latest View live
↧

New Post: Main Caliburn Window -> How do I get a reference to it

It is an AutoCAD addin. There is no Application object as the class library is being "hosted" in the AutoCAD application. This is causing untold nightmares trying to get anything WPF working since most...

View Article


New Post: Binding Contexts

I have a question about setting the data context for various items. I have a DataGrid that is bound by CM convention to a property in my VM.<DataGrid x:Name="Mappings" AutoGenerateColumns="False"...

View Article


New Post: handle an action and make it continue bubbling.

Thank you very much for your interest BladeWise. This this my simplified scenario I have a view, lets call it MainView (a window) and his viewmodel MainViewModel. Inside the MainView I have nother view...

View Article

Created Unassigned: OnUIThreadAsync(action).Wait() causes an infinite wait [335]

After the update to version 1.5.2 my WPF 4.0 application is no longer closed. See the simple example in the attachment. Example works fine with CaliburnMicro 1.4 and has infinite wait with 1.5.2

View Article

Commented Feature: Make Portable Libraries [259]

For v2 we need to refactor to portable libraries.Comments: This would be great. Maybe it could be done in small pieces, instead of converting the whole thing at once? We could go long way if stuff from...

View Article


Source code checked in, #88716bdd670a95815ba3907a10d494dc26e8e4b8

Fix #335: OnUIThreadAsync(action).Wait() causes an infinite wait

View Article

Closed Unassigned: OnUIThreadAsync(action).Wait() causes an infinite wait [335]

After the update to version 1.5.2 my WPF 4.0 application is no longer closed. See the simple example in the attachment. Example works fine with CaliburnMicro 1.4 and has infinite wait with...

View Article

Updated Release: Caliburn.Micro v1.6

This release will add Windows 8.1 support

View Article


Created Release: Caliburn.Micro v2.0

This release will bring a PCL (Portable Class Library) version of Caliburn.Micro

View Article


Edited Feature: Make Portable Libraries [259]

For v2 we need to refactor to portable libraries.

View Article

New Post: Main Caliburn Window -> How do I get a reference to it

I was trying to create a singleton Application object but I wanted to assign the Application.MainWindow to the Caliburn created MainWIndow. I can create an application object and a new Window and...

View Article

Created Issue: [WinRT] Support Windows 8.1 [336]

Fix binding issues on Win81 and add conventions for (some of) the new controls.

View Article

Commented Issue: [WinRT] Support Windows 8.1 [336]

Fix binding issues on Win81 and add conventions for (some of) the new controls.Comments: Already done: - add Visual Studio 2013 solution - add WinRT81 sample project - use default SettingsFlyout...

View Article


Source code checked in, #1ebb84c69c19f18edb93259652385561ca41c15b

change version to 1.6 and add WinRT81 assemblies to nuget package

View Article

Edited Issue: [WinRT] Support Windows 8.1 [336]

Fix binding issues on Win81 and add conventions for (some of) the new controls.For binding issue see:https://caliburnmicro.codeplex.com/discussions/448464

View Article


New Post: Win 8.1 binding issue?

See issue [WinRT] Support Windows 8.1

View Article

Source code checked in, #ab48bb52280e9b380deefa052d6080359038c867

remove duplicate nuget repositories from samples

View Article


New Post: Exception after OnActivate on DownloadStringAsync on Windows Phone 7.x

I have some trouble with activating ViewModel. That situation: I have ViewModel with property that load data from internet if field is null:private string _content; public string Content { get { if...

View Article

New Post: Cascading Combobox

Can someone please help me with a cascading combo box issue. Here's the markup<DataGrid x:Name="Mappings" AutoGenerateColumns="False" HeadersVisibility="Column" CanUserReorderColumns="False"...

View Article

New Post: handle an action and make it continue bubbling.

I think that the EventAggregator approach is probably fine. Anyway, depending on the actual scenario, you could even define proper interfaces for Main and Child view-models, and invoke Main method...

View Article
Browsing all 1760 articles
Browse latest View live