wxwidgets
wxDialog works fine but a wxFileDialog call results in program not terminating
Similar problem to last time. I run the code, exit it. The GUI disappears and it appears to have been fully exited but I check my process list and the code is there still holding memory.[详细]
2023-03-04 01:04 分类:问答Bundle images with binary using wxWidgets on Linux
I have a small wxWidget application that uses image files at several places. I plan to deploy this application soon and was wondering if anyone could recommend me a way to bundle all resource files on[详细]
2023-03-03 19:13 分类:问答Drawing tools for a paint-like program in wxWidgets
I\'m making a program in wxWidgets that has similar functionality to, say, MS Paint, but for more specific purposes.[详细]
2023-03-03 09:08 分类:问答wx.Panel borders dont get destroyed by Destroy() method
So I`ve started using wx to generate my GUI. I created a custom table using a FlexGridSizer and then I wanted to clear the table when I push a button. So my method is:[详细]
2023-03-03 04:39 分类:问答Program Doesn't Terminate Correctly
I\'m writing a computer vision app (C++ and OpenCV). I am creating a GUI for it with wxWidgets - this is very simple; a button-press event calls the tracker app to begin.[详细]
2023-03-02 16:39 分类:问答Get version of wxWidgets in CMake
I am trying to determine if the version of wxWidgets found by CMake is >= 2.9. I tried this: find_package(wxWidgets 2.9 COMPONENTS core base REQUIRED)[详细]
2023-03-02 05:04 分类:问答Finding STC module using CMake - C++/wxWidgets
It looks like FindwxWidgets.CMake can\'t find stc module from contrib. I have the following in my CMakeList file.[详细]
2023-03-02 02:13 分类:问答Why the size of wxWidget libs ver. 2.9.1 is much bigger than ver. 2.8.12?
I build last version of wxWidgets and got a huge libraries sizes, for example in compare with 2.8.12 version:[详细]
2023-02-28 16:49 分类:问答wxWidgets wxThread Delete for a Joinable Thread
I got a question about joinable threads in wxWidgets. When the user wants it, I want to stop a thread doing some work. For that reason I call in this worker thread TestDestroy() to check whether the[详细]
2023-02-28 05:04 分类:问答How do I distribute a Perl wxWidgets application to users who do not have Perl or wxWidgets installed?
What is the best way to package开发者_开发问答 a Perl wxWidgets application for distribution to Windows and Mac users who do not have Perl or wxWidgets installed?[详细]
2023-02-27 18:15 分类:问答