Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

I'm casting a bit about in the dark here. I'm experiencing a memory corruption error unpredictably/rarely on macOS that I am having a difficult time tracking down. The crash in the debugger (with ASAN ...
3 votes
1 answer
104 views

I am trying to build wxPython in a virtual environment. Debian 13 does not come with Python 3.14. I have installed Python 3.14 in a virtual environment. I have installed the dependencies and it seems ...
2 votes
1 answer
174 views

I'm developing a digital circuit design and simulation tool similar to Logisim, and I'm struggling immensely to render the distinctive curved shape of logic gates like OR/NOR gates. Despite numerous ...
1 vote
2 answers
86 views

I am trying to write a small text editor using the StyledTextControl in wxPython. Most of the styling is working, but spaces remain unstyled and are shown as white areas, the picture shows the effect. ...
2 votes
0 answers
67 views

I’d like to know whether it’s possible to change the background color of a wxButton when the mouse is hovering over it. On Windows, I tried handling the enter/leave window events, but it seems the ...
Reza's user avatar
  • 4,099
0 votes
2 answers
83 views

I would like to fire a wxWidgets custom event from outside of wxFrame or wxApp. How do I do this? Background I have a wxGauge (progress bar) that I want to update from my Model (which is not part of ...
0 votes
1 answer
314 views

Please, how can I install wxpython on Fedora os? I have tried installing it but I got the following error. Thank you in advance for your answer. I have the C++ compiler installed on my computer but I ...
0 votes
0 answers
78 views

I created this C++ class for my wxWidgets app. The bitmap and image are both transparent. #include <wx/wx.h> #include <wx/image.h> class PouCharacter : public wxWindow { public: ...
stavratum's user avatar
0 votes
0 answers
75 views

I have two related questions: I am on a Linux Mint OS and trying to install wxWidgets from vcpkg and having problems. Has anyone achieved to install wxWidgets from vcpkg on Linux? Are there ...
1 vote
1 answer
70 views

I created a dialog (on the stack) inside a panel when a user clicks a button. auto* btn_search_patient = new wxButton(panel, wxID_ANY, "Search"); btn_search_patient->Bind(wxEVT_BUTTON, [&...
0 votes
0 answers
90 views

my wxWidgets application has multiple C++ projects (one executable and all the other static libraries). I am using Visual Studio 2022 with a solution having Debug and Release configurations only for ...
-1 votes
1 answer
161 views

I am trying to build wxPython (version 4.2. 4a1) from source for python 3.12.3 using wxWidgets (version 3.2. 7. 1) and SIP (version 6.11. 0) in a Docker container based on Ubuntu 24.04. The build ...
1 vote
2 answers
110 views

I'm trying to use the wx.FileDialog class to select the name of a file. I don't want to open it. This is a minimal example of what I'm trying to do: import wx if __name__ == '__main__': app = wx....
1 vote
2 answers
84 views

In my wxWidgets application, I do: Disable all "User" widgets. Create a thread to read, parse and store data from a file. I want to send a message (event?) to the main application from the ...
0 votes
2 answers
104 views

I built wxWidgets in Windows with cmake cmake -G "MinGW Makefiles" /path/to/wxWidgets/ -DwxBUILD_SAMPLES=ALL cmake --build . Now I got a lot of output files in folders build\samples\...
joinow's user avatar
  • 7

15 30 50 per page
1
2 3 4 5
...
284

AltStyle によって変換されたページ (->オリジナル) /