Questions tagged as 'mvvm'

1
answer

Is it possible to have a 'Partialview' in WPF?

I wanted to know if it's possible to implement the concept of partialview in a WPF View. Something like a flap system, which changes the content of the grid but does not change the layout of the view. I just need to know how to make the contents...
asked by 18.07.2018 / 16:37
1
answer

Use the same disk for 2 VMs on Azure

I'm with 2 Vs (Ubuntu 15.10) and a load balancer on port 80 to balance and distribute access to them. In these Vms I will use an application in Wordpress, however I would like to know how I share a disk between these two Vms so that both can acc...
asked by 22.03.2016 / 18:45
0
answers

How to bind a property of a child object inside a View in XAML

Hello, I'm using MVVM where I have an abstract class as default for my ViewModels: public abstract class ViewModel : INotifyPropertyChanged { public void Set<T>(ref T property, T value, [CallerMemberName]string propertyName = "")...
asked by 04.12.2018 / 17:13
2
answers

Prevent the user from using the mainwindow window while another window is open

I have an application in WPF following the MVVM standard and in a certain part of the application I show a ProgressBar that I implemented in a separate view for the user and, while this progressBar is running, I would need the user to be unable...
asked by 08.10.2018 / 18:33
0
answers

Validate properties of objects in a collection. WPF MVVM C #

Let's say I have an ObservableCollection of objects of type Product, called Products. Each Product has the Unity, Quantity, and Description properties that will be linked to textboxes. That is, information can be edited by the user. My questi...
asked by 26.09.2018 / 20:48
0
answers

Project with MVVM architecture

I'm having some doubts about the MVVM architecture. I'm developing a project that has the following features: - Main form with dynamic content - Main form generates some tabs according to the configuration - Each tab generates some panels acc...
asked by 20.09.2018 / 19:43
1
answer

Android error "android.app.Application does not implement dagger.android.HasActivityInjector"

I'm trying to run my app and whenever I click a button and go to the Extended activity I get the following error: Process: com.converter.android.dailycope, PID: 28573 java.lang.RuntimeException: Unable to start activity ComponentInfo...
asked by 25.09.2018 / 18:29
0
answers

Help in implementing an Asynchronous Progress Bar WPF C #

Good afternoon, I have an application where I run a long and slow process and would like to implement a progress bar that shows the percentage of the process that has already been executed, however if I implement the progress bar on the same scr...
asked by 07.06.2018 / 18:03
0
answers

Problem in textbox Binding with C # using MVVM

I'm trying to update the properties of an object every time a character is added / removed from the textboxes but I'm not getting it ... I've read several topics on databinding and it seems to be OK ... I'm using the MVVM standard with WPF T...
asked by 24.05.2018 / 17:15
0
answers

Problem updating object properties with data binding

I'm trying to update the properties of an object every time a character is added / removed from the textboxes but I'm not getting it ... I've read several topics on databinding and it seems to be OK ... I'm using the MVVM standard with WPF T...
asked by 23.05.2018 / 20:27