Fingann / MaterialMaLightTemplate

MVVM light, Mahapps, MaterialDesign, Notification, Navigation
MIT License
3 stars 2 forks source link

Navigation with parameter dont activate the dest view #1

Open BAKhalil84 opened 6 years ago

BAKhalil84 commented 6 years ago

Hi, This seems to be interested using this template, but I think that navigation using param didn't work. Can you confirm please ?

Fingann commented 6 years ago

Yeah, its currently not working.

2018-04-23 18:45 GMT+02:00 khalilDouz notifications@github.com:

Hi, This seems to be interested using this template, but I think that navigation using param didn't work. Can you confirm please ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Fingann/MaterialMaLightTemplate/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AKlH8ZyC31y5GiWew72OKprT8aHnenhbks5trgUagaJpZM4TgPtl .

--

Mvh Sondre Fingann

Fingann commented 6 years ago

It does not work when using the SimpleIoC for datacontext in views. A Workarround is use Mssenger in MVVM Light https://wbsimms.com/mvvm-light-toolkit-messaging-example/ to send the parameter to the view.

2018-04-25 22:25 GMT+02:00 Sondre Fingann fingann92@gmail.com:

Yeah, its currently not working.

2018-04-23 18:45 GMT+02:00 khalilDouz notifications@github.com:

Hi, This seems to be interested using this template, but I think that navigation using param didn't work. Can you confirm please ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Fingann/MaterialMaLightTemplate/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AKlH8ZyC31y5GiWew72OKprT8aHnenhbks5trgUagaJpZM4TgPtl .

--

Mvh Sondre Fingann

--

Mvh Sondre Fingann

BAKhalil84 commented 6 years ago

Yeah This was my solution to resolve the problem

thanks for you feedback :)