Questions tagged as 'wpf'

2
answers

Problem with AutoPersistenceModel FluentNHibernate C #

I have a problem with FluentNHibernate so I can use Auto Persistence Model , sorry if I do not spell the words correctly techniques. This is the structure of my project. I always used all the entities in the base in the data...
asked by 16.01.2017 / 20:21
0
answers

WPF - Use ItemsControl within ItemsControl

I'm having a somewhat strange problem. To begin with I have these two classes: public class Server { public Guid id { get; set; } public string descripcion { get; set; } public string nombre { get; set; } public List<PathSyn...
asked by 31.01.2018 / 09:46
2
answers

Play video in MediaElement WPF

I'm working on a WPF desktop application, Windows 10, Visual Studio 2015. In which when going to the location of the video is played, I have the following code. XAML: <Window x:Class="ReconocimientoVoz.MainWindow" xmlns="http://sc...
asked by 04.10.2017 / 00:19
1
answer

Binding for a RadioButton group in XAML MVVM

If I add a RadioButton control and specify a property in the ViemModel , I can do the Binding normally, but if I have a list of objects and create a RadioButton for each object in the list, does it? how is it done so t...
asked by 06.01.2016 / 18:47
2
answers

how to close the keyboard after the focus of a textBox is lost?

also if you can indicate in which position of the screen where it appears static string dirTeclado = "C:\Program Files\Common Files\Microsoft Shared\ink\TabTip.exe"; public static void ShowTeclado() { Process.Start(dirTecl...
asked by 30.01.2018 / 21:13
2
answers

Problem generating a path with Path.Combine

I have the following problem, which has a bit of a head ... :( I am formatting 3 string to form a path with Path.Combine (C # and WPF) in the first string has its origin in a TextBox (this is the problematic), the other two I get from an object....
asked by 28.06.2018 / 16:17
2
answers

New in MVVM Doubt with inotifypropertychanged

I have a doubt; How to implement the MVVM pattern correctly? I have a model; User, with the properties; Name, password. In the ViewModel I create the full Users property in an observable collection , here I inherit the bindablebas...
asked by 23.06.2016 / 16:31
0
answers

MediaPlayer comms the RAM even though the Task is finished C #

I'm trying to make a multi-thead player to play many sound effects (mouse hover, click, animations, etc ...). The player works correctly, but I realize that the RAM was filling up every time the sound is played. So I decided to establish a d...
asked by 16.10.2018 / 01:58
2
answers

Columns and row datagrid wpf

I have an editable datagrid in wpf, when writing in a cell it puts that same value in the cell that follows, in the same row, but when I have another row the value of my cell in the second row paints it in the cell next from the first row, how c...
asked by 03.06.2016 / 00:07
2
answers

WPF reuse view from different modules

What is the best way to reuse an vista.xaml, which belongs to another class library (another module) in WPF using MVVM?     
asked by 13.04.2016 / 18:01