Hello everyone
I get some problems to use to navigation api of Prism 6 when i want to go in a child region (a region in an another region) by using the requestNavigate.
I have a view model ProgramsVM displayed in a region named ProgramContent. This VM have a command to switch to another VM named EditProgramViewModel in the same region.
But when i trigger the command, the requestNavigate fails miserably.
In fact, if i put a breakpoint in the method and inspect the regions founded in the region manager i do not find the region ProgramContent in the list despite the fact i am currently debugging an instance located in this region.
I have made a project to reproduce to problem : Sample Project if any is interested. To reproduce the problem, go to the second tad item and click the button 'Aller vers Edit'
Thanks in advance to any charitable souls.
- Mins -
Ps: I'm using viewModelFirst and i find few tutorials about it. Does anybody have some links to share ?