Kazuya O'moto

Results 19 issues of Kazuya O'moto

**Operating system**: Windows 10 **wxPython version & source**: 4.1.2a1.dev5434+7d45ee6a (whl) **Python version & source**: 3.10.4 **Description of the problem**: Each time you drag one floating pane window, the other floating...

**Operating system**: Windows 10 **wxPython version & source**: 4.1.1 (pypi) --> 4.2.0a1.dev5449+3ac1e526 msw (phoenix) wxWidgets 3.2.0 RC1 **Python version & source**: 3.10.4, **Description of the problem**: 1. The calltip doesn't...

**Operating system**: Windows 10 **wxPython version & source**: 4.1.1 (pypi) and 4.1.2a1.dev* **Python version & source**: 3.8.6, 3.9.9, 3.10.4 **Description of the problem**: `wx.stc.StyledTextCtrl.SaveFile` seems to save the text with...

**Operating system**: Windows 10 **wxPython version & source**: wxPython 4.1.2a1.dev5434+7d45ee6a (whl) **Python version & source**: 3.10.4 **Description of the problem**: The `Wx.ProgressDialog` has a *default* argument `parent=None`. (https://docs.wxpython.org/wx.ProgressDialog.html#wx.ProgressDialog.__init__) The table...

This PR fixes brace-matching functionality of the wx.py.sliceshell. This PR is also a mirror of PR: #2002 for wx.py.shell.

**Operating system**: Windows 10 **wxPython version & source**: 4.1.1 (pypi) **Python version & source**: 3.8.6 **Description of the problem**: This bug is the direct cause of the previously opened issue...

**Operating system**: Windows 10 **wxPython version & source**: 4.1.1 (pypi) **Python version & source**: 3.8.6, 3.9.9 **Description of the problem**: If you manually set `ListCtrl.Tooltip` and hover the mouse, the...

**Operating system**: Windows 10 **wxPython version & source**: 4.1.1 (pip) **Python version & source**: 3.9.9 **Description of the problem**: This is not a problem, but an enhancement of wx.Bind function....

### Problem If the image is dark such as diffraction patterns, the rubber band is hardly visible. ### Proposed solution Candidates would be, 1. Draw xor masked line (similar to...

New feature
GUI: wx
GUI: MacOSX
GUI: tk
Good first issue

Fixes #2271 This PR includes two commits that fix the two issues mentioned in #2271 One is simple. Fixed /4 --> //4 to avoid TypeError. The other one is simple...