caliburn

    0熱度

    2回答

    使用卡利和Silverlight,我發現,如果我做的: <Button PresentationFramework:Message.Attach="ContainerCommand InstructorProfileCommand()" Height="60" Content="Instructor" /> 然後,它的工作原理和InstructorPro

    0熱度

    1回答

    我有一個Silverlight 3應用程序與最新的Caliburn RTW。 我有在XAML以下卡利屬性的按鈕: PresentationFramework:Message.Attach = 「ContainerCommand ClassesCommand()」/> 以我module.cs我有: _container.RegisterType(typeof(ClassesCommand), ne

    0熱度

    1回答

    我有一個ContainerCommand(它在Unity中註冊),它異步調用Web服務。我想要的是Web服務的結果是如何傳播回視圖模型,然後查看。該應用程序是用Silverlight編寫的。 我該怎麼做? JDD。 JD。

    0熱度

    1回答

    一個動作我有一個GridView列: public class SortableGridViewColumn : GridViewColumn { public string SortPropertyName { get { return (string)GetValue(SortPropertyNameProperty); } set { SetVa

    0熱度

    1回答

    有誰知道用於顯示取決於對象/視圖模型的視圖的相同功能是否適用於Silverlight 3? 像這樣: <Application.Resources> <DataTemplate DataType="{x:Type vm:CustomerViewModel}"> <view:CustomerView /> </DataTemplate> <ContentControl Conten

    4熱度

    1回答

    如果我有一個MultiPresenter和我使用的是ListBox顯示Presenters它是託管,我怎麼卡利發現和綁定的意見和視圖模型項目? 舉例來說,如果我有一個簡單的觀點,看起來是這樣的: <UserControl x:Class="MyProject.Views.CarView" xmlns="http://schemas.microsoft.com/winfx/2006/x

    1熱度

    3回答

    我無法使用build.cmd創建Caliburn的發佈版本。誰能告訴我如何? 我應該使用哪些命令行參數?

    5熱度

    1回答

    我已經在使用Prism,尤其是以下幾個方面:EventAggregator,RegionManager,Commanding,Dependency Injection(通過Unity顯然) 您是否已經將Prism與Caliburn結合使用? 它爲您提供了哪些好處? Caliburn如何與Silverlight的導航框架集成? 你會推薦同時使用這兩個框架嗎? (顯然這取決於你的場景,我特別指的是一個

    1熱度

    1回答

    我用下面的代碼顯示未處理的WPF應用程序異常: public MyApplication() { this.DispatcherUnhandledException += (o, e) => { var exceptionMessage = new ExceptionWindow(); exceptionMessage.ExceptionM

    1熱度

    1回答

    是否有可利用校準和棱鏡的任何樣本應用? 我知道有些博客討論它,但我想介入一些代碼,看看它們是如何融合在一起的。 http://caliburn.codeplex.com http://compositewpf.codeplex.com/