Questions tagged [multiple-screens]
10 questions
2
votes
1 answer
How to combine Navigation Drawer and multiple Screens in KivyMD (Python)?
I'm a coding beginner and I want to make a mobile app which contains a Toolbar with a Navigation Drawer and that one should bring the user to different screens in the app. I searched a lot around for a solution, but didn't really found one, because…

Pascal S
- 31
- 1
- 2
1
vote
1 answer
How to "Split your [settings] hierarchy into multiple screens" using NavController in Android?
So I'm creating my first Android App and I'm already using Jetpack Navigation. I also am implementing my own custom layouts with their own custom toolbars. However, I wanted to take advantage of the built in Jetpack Settings screen i.e. the AndroidX…

Matt Mahoney
- 21
- 2
1
vote
1 answer
Selecting Screen 2 from Snipping_Tool in Python
I am using a similar tool than SnippingTool from: https://github.com/harupy/snipping-tool.
I have 2 screens and I would like to know how to grab a picture from screen 2 because my code only capture picture from screen 1, even when I set a geometry…
0
votes
1 answer
KivyMD User created button, imported and used across multiple screens
Thanks for taking a look. I am trying to create a "widgetdesign.kv" file, which will house my user created widgets, like:
text: "MDRectangleFlatIconButton"
icon: "language-python"
line_color: 0, 0, 0, 0 #NO LINE
…

Adam Williams
- 11
- 2
0
votes
0 answers
Android Studio AVD Secondary Display(s) Doesn't Appear
I rarely use Android Emulator, but this time I need it to emulate devices with two screens/displays.
I set it up from "Extended Controls" --> "Displays" menu and add the "Secondary Display" then click "Apply Changes".
However, this is what I…

JesVan
- 63
- 1
- 1
- 7
0
votes
0 answers
ReactJS navigate through different sections (multiple history)
I'm wondering if it is possible to store multiple browser histories, one for each section of the page.
Let's say I have the following routes: /home, /profile. And inside /profile I can go to /profile/edit.
So if I navigate to /home, then /profile,…

amarse
- 19
- 3
0
votes
1 answer
play videos on several different pages by clicking on one button
I'm a designer and I do projects where I try to code, let's say I DIY in front end! But right now I want to do something where I'm completely stuck.
I would like to have several screens (multiple devices) containing videos, they would all launch at…

Andrea O
- 1
0
votes
0 answers
Flutter type 'Null' is not a subtype of type 'String' after navigating
I have 4 screens (home, Excursion, Spa, detail) and I want to navigate from multiple to one detailed screen (from home, Excursion, Spa to detail) it work fine at first but after it give me: type 'Null' is not a subtype of type 'String' Error, if I…

Majdi Zlitni
- 46
- 1
- 6
0
votes
1 answer
Multiple navigation.push same screen always go to the last of the list
I have a screen to display news articles. In a news there can be reference to other articles. On clicking on the reference i go to another news detail screen which display the new articles.
If have only one reference to another article, it works…

Joachim de Bernis
- 101
- 1
- 2
- 7
0
votes
0 answers
Is it possible to move VB.Net MDI child forms to another screen?
10 years ago, I have developed an MDI application using VB.Net.
Since, I have also developed a Primefaces Java Oracle application with multiple tabs in Chrome and some possibilities to move some tabs on another screen.
I'm now interesting to use…

schlebe
- 3,387
- 5
- 37
- 50