Replies: 1 comment
-
Hello. Check that video https://www.youtube.com/watch?v=uJ2egAkSkjg it may be useful for you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am trying to make a basic app with 2 models. One is MainModel, menu, initial model when you open app, have a list of pages in it. Then, when you select one page from the list with enter, it changes to detail, DetailView, and shows detail of the page in viewport. When you press Esc, it gets back to the list.
I have 2 problems.
The first one is when I open detail (I made similar to the example), it's stuck on "Initializing..." until I resize the window.
And the other one is when I press Esc, it just quits the app.
Here is my MainModel:
and my DetailView:
I can share more code if you ask.
Here is a GIF showing the problems:
Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions