How to open a small pop-up screen within Flet application? #1235
Unanswered
TheCodeCache
asked this question in
Q&A
Replies: 2 comments
-
Hi Team, |
Beta Was this translation helpful? Give feedback.
0 replies
-
To view the progress of the execution, you can add this |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
On a
Flet UI
page, while an activity is in progress, we wanted to display a detailed log in a smallpop-up
window screen. We tried usingalert dialog
to simulatepop-up
screen, but this alert dialog is not moving on the page. it seems stuck or static. it is not movable. Hence, we don't want to usealert dialog
for this.What is the other possible solution to bring up a small
popup screen
on Flet UI? or how to movealertdialog
around on the page usingmouse
Please suggest, thanks!
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions