mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #994] How to make a popup box #719
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#719
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benstigsen on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/994
It is unclear to me how you create something like a popup box that contains elements like text, buttons, input fields and so on.
I currently have a list of items like this:
How I make something appear on top of what's already there is very unclear to me. Pages seems to be the way to do it, but I just don't get how.
@sjsanc commented on GitHub (May 29, 2024):
The second example in the
modalsprimitive wiki page can be modified to achieve this effect.@benstigsen commented on GitHub (May 29, 2024):
Yep that works, thank you!