-
Messagebox pops up fine, but doesn't get focus. Can't use enter/esc to confirm/cancel.
The user has to tab twice first to set focus to messagebox.
With show as popup it's even worse because the fo…
-
I can't seem to find this [messagebox](https://docs.python.org/3/library/tkinter.messagebox.html) in customtkinter
Would be nice if you can add it
-
### Background and motivation
Improving MessageBox is something every developer wants, so they all resort to creating an alternative interface for it. You can find many examples on Github. This is be…
-
🚍 Bus Stop Insertion in SUMO Trips with Python 🐍 @namdre, @bcoueraud87
This Python script automates the insertion of bus stops into SUMO trips 🚏. It reads bus trip data and efficiently integrates…
-
When you rotate the screen while it displays a message, it causes the message to display/render badly. In this case, only part of the messagebox appears. (Tested with "you might have forgotten to do y…
Zehra updated
2 years ago
-
Currently, the MessageBox does not support scrolling text (can be seen when text draws outside of the panel it is rendered on) nor does it wrap lines of text that go offscreen
-
Hi, any pythonic way to use messagebox (popup) as below?
```python
do_sth_step1(...)
user_response = msgbox('Confirm?') # Yes/No
if user_response == 'Yes':
do_sth_step2(...)
```
Currently …
-
Is this capable with this fork?
Or do i need to revert back to original fork? https://github.com/viperneo/winforms-modernui
As this seems to support it.
Also how would i go about calling a Metro Me…
-
MessageBox is design is kind of Windows 9.x era.
Please add better design at MessageBox.
Example - WPF:
![image](https://user-images.githubusercontent.com/83548580/150091734-56dcf68b-9d09-46fa-82…
-
Scene should extend a global view that allows developers to push messages, and display them in a messagebox