Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

I implemented a tab system using Prism regions and Syncfusion TabControlExt. Briefly about the system: MainTabControlViewModel is the main ViewModel that stores a collection of tabs. The tab objects ...
kovalchuka569's user avatar
1 vote
0 answers
75 views

I currently have a ServiceProvider that registers certain types from the current assembly within one container. I am trying to implement a separate prism dialogservice that would register only ...
gwiz_kid's user avatar
  • 143
1 vote
1 answer
359 views

We're using PRISM for navigation in our .NET MAUI app (targeting .NET 9). Initially, we used Mopups for displaying popups, but later switched to the .NET MAUI Community Toolkit Popup because of its ...
Dharmendra Kumar's user avatar
0 votes
1 answer
64 views

I'm using Prism/MVVM/WPF and have ViewModels: public class ViewModelP : BindableBase { private string _stringP; public string StringP { get => _stringP; set => ...
eriyg's user avatar
  • 162
0 votes
0 answers
82 views

I'm working on a .NET MAUI project that was originally targeting .NET 8. Due to MAUI workload issues, I upgraded it to .NET 9 (Preview). After that, I installed the latest version of Prism.Maui: <...
Ismail Sirsikar's user avatar
1 vote
1 answer
157 views

I want to add DI to my WPF IValueConverter. I already found this question here, but it only works with Xamarin. How to resolve a dependency in IValueConverter in Xamarin.Forms using Prism/DryIoC. So ...
06luki06's user avatar
0 votes
0 answers
20 views

By using AssemblyLoadContext .NET does allow for multiple versions of a given module/dll to be loaded into an application. Prism though requires to have Modules that are Unique by name. Because of ...
Peter S.'s user avatar
  • 178
3 votes
1 answer
54 views

Here is the data structure data Fruit = Apple String Int | Banana String | .... | Orange Int Int data Baseket = BaseketA Fruit | BaseketB Fruit Int ...
Shawn Zhang's user avatar
  • 1,883
0 votes
0 answers
29 views

I am using Unity container with Prism's BindableBase class, and I suspect that Unity's VirtualMethodInterceptor is altering the behaviour of the SetProperty method in BindableBase. This seems to be ...
Naoki Z's user avatar
0 votes
1 answer
166 views

I'm creating a WPF application using the Prism framework and have run into an issue with dependency injection scopes. My application contains multiple tabs (2, at least for now), each with identical ...
Lorenzo Mogicato's user avatar
0 votes
0 answers
40 views

I’m working on a WPF project using Prism, and I’ve implemented dialogs with Prism’s IDialogService. Everything works as expected: the main window is blocked while the dialog is open, and I also get a ...
AjBernababe's user avatar
0 votes
2 answers
77 views

I've spent the day looking at other questions on this topic and cannot get this particular code to work. Background: We're using Prism to auto-register viewsmodels for views and inject services using ...
NeilN's user avatar
  • 31
0 votes
1 answer
34 views

I want to inject all registered implementaions of a base interface as a collection, but I also want to resolve them as more concrete interface implementations. For the collection resolving to work, I ...
Matus's user avatar
  • 437
1 vote
0 answers
89 views

We have an existing Xamrin Forms app that we are migrating to MAUI. At the same time we are switching to Prism. One of the navigation appraches we have is during the setup and use of Bluetooth devices ...
Pat Long - Munkii Yebee's user avatar
0 votes
0 answers
53 views

I am developing a modularized, loosely coupled WPF application with PRISM framework. Modules are discovered using a directory. Even without using any icon, file or any other resource (unless I'm not ...
mati's user avatar
  • 56
1 vote
0 answers
220 views

I am developing a .NET MAUI application and using Prism navigation instead of using Shell navigation for page navigation. I am using Prism.DryIoc.Maui library version 9.0.401-pre. But when using ...
Achoo's user avatar
  • 39
0 votes
0 answers
61 views

I am currently working through the Doucmentation of Prism.Avalonia. Somehow I generellay can not get for the life of me the VIewModelLocator.AutoWireViewModel to work. It always throws me the error: &...
Carl's user avatar
  • 1
0 votes
0 answers
33 views

I'm trying a WPF demo with Prism Framework. I have create a new WPF project and imported Prism.DryIOC package, then modified the App.xaml file shown here. In the file, I have defined a global style ...
June M's user avatar
  • 1
0 votes
1 answer
1k views

I'm working on transitioning a Xamarin.Forms app to Maui. In MauiProgram we call MauiAppBuilder.UsePrism() on the PrismAppBuilder we call .RegisterTypes() to register services and pages for navigation....
Matt_Ba's user avatar
  • 11
0 votes
1 answer
486 views

I am working on trying to get the android hardware back button working on a prism Maui application. This appears to have been an issue for a while, and is possibly still one. (Please correct me if I ...
mbai's user avatar
  • 67
0 votes
1 answer
68 views

I am using Prism for WPF, and I am having an issue disposing view models in a TabControl when the tab is closed. This is leading to a memory leak. I have IDisposable in my view and view models (VM) to ...
juicebyjustin's user avatar
0 votes
1 answer
40 views

I have an application where I am using a CompositeCommand to fire off a series of child commands. The child commands combined could take upward of 15 seconds to finish. While that's happening I simply ...
Dennis's user avatar
  • 235
0 votes
0 answers
929 views

I am having a very strange issue with upgrading an existing project from .net 7 to 8 in .net Maui. I have 2 projects, one a test project I am using to see why the issue I'm having is persisting, the ...
mbai's user avatar
  • 67
0 votes
0 answers
86 views

I use Xunit and Moq to test my application. I am new at this topic... Is it possible to test the method DBConnector(...) ? And if yes, how? I try it with mock... but the following line causes problems:...
Hans's user avatar
  • 49
0 votes
0 answers
244 views

I would like to use Prism in my Rails 7 project to highlight code in specific pages. To make that: I downloaded the Development version of Prism for Markup + HTML + ..., CSS, C-like, and JavaScript ...
user502052's user avatar
  • 15.3k

1
2 3 4 5
90