K
K
keeplod2020-03-30 11:16:03
Python
keeplod, 2020-03-30 11:16:03

Which library is suitable for implementing multiple pages?

I am making an application for Windows and I need to add several pages to it (layouts, windows as it is correct)))
There should be an authentication page, then a menu, etc.
How is it easier to make new windows and how to switch?
I found the screen manager library, but it's kind of strange)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
Umpiro, 2020-03-30
@keeplod

If you want to create additional windows for an application, then core.window says:

Kivy supports only one window per application: please don't try to create more than one.

If you want multiple tabs within an application, a tabbedpanel is fine, and popup might also be useful. There is also a rather fancy pagelayout.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question