-
GateSocket.Start(
procedure(const AListen: ICrossListen; const ASuccess: Boolean)
begin
if not ASuccess then begin
Application…
-
See also: #12344, #12353, #10799, #8709, #13579
### Current problems:
- Cannot rename buttons / add custom buttons (addon author request)
- #12344
- #12353
- An open message dialog …
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
If I don't use the 'messageBox' I have a space at the bottom in StoryCard after the story(image, text, ... etc).
Could you remove this bottom space? and make the image is fullScreen?
-
In the "ext-6.0.2-classic.d.ts" file are two MessageBox definitions:
Line 12811:
``` typescript
export class MessageBox ...
```
and
Line 122499:
``` typescript
export class MessageBox extend…
rusco updated
8 years ago
-
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…
-
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