mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #303] looking for the ability to create a "popup" message box for handling error message #230
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#230
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 @xinity on GitHub (Jun 12, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/303
hey there,
Is there any known way to integrate error message handling using tview so we'd have a popup message box with an error message instead of having the application quit immediately?
Would love to be able to do that.
Thanks for your precious help,
@xinity commented on GitHub (Jun 13, 2019):
found how to use modal closing :)
@maxiride commented on GitHub (Aug 10, 2020):
How did you close a modal? I can't see any method related to "closing" or "hiding" a modal.