You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
First of all, congrats, this is a nice project, quite complex for me (I'm used to MVVM but not to Elmish approach).
I'm mentioning a sample of Gjallarhorn.Bindable after a long trail in a closed Elmish.WPF issue.
The only reason why I am disturbing you is that users would obviously prefer to have the possibility to open two items at the same time so that they could possibly compare them.
Anyway from a technical standpoint I am looking at the Nav.fs under the project Gjallarhorn.Bindable.Wpf and specifically at the code lines
I've done a very quick, dirty and rough change by replacing ShowDialog with Show and it looks like it would work as expected so maybe you might want to add an enhancement to open new modeless windows? I'd be very happy, but thanks anyway!
The text was updated successfully, but these errors were encountered:
Hello!
First of all, congrats, this is a nice project, quite complex for me (I'm used to MVVM but not to Elmish approach).
I'm mentioning a sample of
Gjallarhorn.Bindable
after a long trail in a closed Elmish.WPF issue.The only reason why I am disturbing you is that users would obviously prefer to have the possibility to open two items at the same time so that they could possibly compare them.
Anyway from a technical standpoint I am looking at the
Nav.fs
under the projectGjallarhorn.Bindable.Wpf
and specifically at the code linesI've done a very quick, dirty and rough change by replacing
ShowDialog
withShow
and it looks like it would work as expected so maybe you might want to add an enhancement to open new modeless windows? I'd be very happy, but thanks anyway!The text was updated successfully, but these errors were encountered: