gui
gui copied to clipboard
I provoked this by: 1. Starting with some out of date zos 2. Running something in DrRacket that triggered an internal error due to the out of date zos 3....
Discussion here: https://www.reddit.com/r/Racket/comments/3r8pip/microsoft_arc_touch_mouse_racket/ Quote: > I have the Microsoft arc touch mouse. Double clicking the touch strip is a short cut to paste in Racket, but no other program. How...
(play-sound) seems to spawn a subprocess but doesn't return the subprocess on Linux/Unix. In addition, the subprocess (aplay) doesn't kill with (exit) or (kill-thread) when run in a thread. A...
``` #lang racket/gui (define s "🏝🎟") (define t (new text%)) (define f (new frame% [label ""][width 300] [height 300])) (define ec (new editor-canvas% [parent f] [editor t])) (send t insert...
Some WXME files contain the null character, which makes it impossible to copy and paste them as plain text. I am not sure if this is intended. - Racket version:...
When I Alt+Tab away from and back to DrRacket with a file dialog opened, the main window is focussed
**What version of Racket are you using?** 8.5 [cs] **What program did you run?** 1. Ensure some application other than DrRacket is open. 2. Start DrRacket. 3. File→Open. The file...
I made a `list-box%` with a bunch of items in it, and then I scrolled it with my mouse's scroll wheel. (You can observe this in DrRacket, too, e.g., Preferences...
It should not be possible to scroll past the boundary and get "stuck" in that state. https://github.com/racket/gui/assets/9099577/4177bfb0-e4d6-4bf0-bb58-b944ea38cd2e
**Is your feature request related to a problem? Please describe.** When using some input methods to enter words, the alternative prompt box of the input method is fixed at the...
The system clipboard `the-clipboard` cannot be cleared by sending it an empty string. And as far as I can tell, there is no `clear-clipboard-string` procedure available. Also, if the clipboard...