Browse By Tags

  • Prism: Dynamically Discover and Load Modules at Runtime

    If you develop WPF applications with Prism, then you are probably already aware of the many ways in which you can load a module.  Loading a module starts with what is called a ModuleCatalog.  You can’t load a module unless it has been added to a ModuleCatalog…

  • Chicago .NET User Group–The Shortest Prism Talk I have Ever Given.

    This past week I was on the road again.  This time I was visiting Chicago, the “Windy City”.  Let me tell you… it was really windy!  What was I doing there you ask?  Well I was visiting my friends at the Chicago .NET User Group.  What did…

  • BAM! The Burlington, Albany, and Montreal User Group Tour–Sample Code

    What an awesome week!  If you have been following me on twitter, then you know that I was on my BAM! User Group Tour this week.  I spoke at three user groups, in three days, in two states, and two countries.  It only took nine airplanes to get me there. 

  • Building IG Outlook Part 3 - Creating the Mail Module

    This is the third video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook. In this video we will create the first module in the application called the Mail module. We concentrate on just stubbing…

  • FT. Wayne .NET User Group Follow Up

    Well, it has been exactly one week since I presented at the Ft. Wayne .NET User Group in Ft. Wayne Indiana.  Why did it take me so long to write my follow up post?  What can I say, I’m a busy guy.  What matters is that I have time now.  So here it goes…

  • Omaha .NET User Group–On the Road with Prism

    Last week I traveled to Nebraska to give my “Introduction to Prism” presentation to the Lincoln .NET User Group and the Omaha .NET User Group. My first stop was on Aug 29 at the Lincoln .NET User Group in Lincoln.  After my talk in Lincoln…

  • XamDockManager and Prism fails

    I see a similar question has been asked on this forum before, but when I try to run the attached sample code it crashes, and the thread does not provide a real solution, so here goes...

    What I want to do is the following:

    In XAML, create the XamDockManager…

  • Virtual ViewModelWrapper

    Hi,

    I have a 3-tier application (WCF, WPF, Prism, Unity and MVVM), I receive 1M models (for example Person) from the server which need to be shown in the XamDataGrid. My ViewModel exposes an ObservableCollection<PersonViewModel>, where PersonViewModel…

  • TabHeader text not showing for ContentPane docked in TabGroupPane

    I'm a newbie to WPF, Infragistics & the Prism framework, but I was given what seemed like a simple task to make the value supplied for TabHeader on a igDock:ContentPane to actually show on the DockPanel when it is docked in a TabGroupPane.  

  • Prism RegionManager does not contain regions cont.......

  • TabControl Close button with CAL/Prism Regions

    I am trying to see if the XamlTabControl will work for my application which uses CAL/Prism.  It was quite easy to swap in to replace the standard TabControl and all things are function with respect to the visual affect of closing tabs, but I'm having a…

  • Add Custom User Control to XamTabControl Sample

    Hi,

    I need to create Tabs inside a tab control dynamically. Each Tab is a usercontrol with respective data. I guess it is simple if we use ItemTemplates. But I am not able to figure out how to make it work. Can anyone provide me with a simple sample…

  • Re: XamRibbon with prism

    I've been working on doing integrating ribbons with prism, and I can tell you it's not easy. I think I have most of the problems solved by having my shell that contains the ribbon publishing which button was clicked and my controls viewmodels subscribing…

  • XamRibbon with prism

    Hi,

    I'm trying to figure out how to use ribbons in a real application, using regions in prism (http://compositewpf.codeplex.com). I'd actually want to work on the ideas of the infragistics salesman sample, but using a more modular architecture. The…

  • xamRibbon And PRISM

    I have a ribbon specified as a Region in my shell, and i need to populate multiple tabitems from each of my module. So i have implemented a region adapter(found in one of the forums) and the adapter is supposed to add the tabs from  each module to the…

  • Still no region adapter for Ribbon in NCAL... any alternatives?

    Hi all,

    Still there is no region adapter for the Ribbon control in NCAL... It has not been updated for awhile...

    My question is what do you use for navigation if you develop using Prism. It looks like in this case you skip the Ribbon (unless you wrote…

  • Composite Application Block

    Hi guys,

     

     I am looking at implementing my application using the Composite Application Block for WPF and you controls. Do you have any advice on how this may be achieved? I have just started working on it so I may be a while :)

  • ContextualTabGroups and Tabs DataBinding

    In a composite application, our modules can register their own tabs and controls into the XamRibbon control. The arcitecture is bases on the Movel View ViewModel. Therefore we would like to be able to bind the ContextualTabGroups and Tabs to our ViewModel…

  • Re: Composite Application Block

    I am already at the stage of looking for adapters! the Idea is to have the Ribbon built dynamicaly from the modules! I have had some ideas around this but if your teams have already compleated an amount of work on this it would be very helpfull.

     Could…

  • Re: Composite Application Block

    I currently need documentation and RegionAdapters to allow me to interact with the Ribbon.

     

    I want to be able to add ApplicationMenu items, tabs, Contextual Tabs and ButtonGroups in a dynamic manor....