wxwidgets Questions
10
What's the best way to expand
${MyPath}/filename.txt to /home/user/filename.txt
or
%MyPath%/filename.txt to c:\Documents and settings\user\filename.txt
without traversing the path string looking ...
Mattock asked 14/12, 2009 at 18:39
5
Solved
A quick Google search of this issue shows it's common, I just can't for the life of me figure out the solution in my case.
I have a straight forward install of wxWidgets 2.8.8 for Windows straight...
Coracorabel asked 25/9, 2008 at 15:33
4
Solved
I've never used wxWidgets before, and I'd love to try it out, but I've run into a million problems getting started.
I am using wxWidgets 2.9.1 on Visual Studio 2010. I've gone through the batch bu...
Swoop asked 1/12, 2010 at 7:52
2
Can anyone suggest a tutorial or getting started guide to CLion and wxWdgets? I have searched around but am unable to find anything.
4
Solved
I'm running Kubuntu 15.04 64-bit and trying to get Erlang's 18.1 'debugger' or 'observer' to run (EDIT: from within the shell):
observer:start().
debugger:start().
I get the following error:
{e...
Huehuebner asked 4/10, 2015 at 14:37
7
My girlfriend asked me if there was a tool (actually, an IDE) that would let her create her GUI visually and edit functions associated with GUI-related events with little effort.
For example, she ...
Polemics asked 27/12, 2009 at 22:25
7
Solved
I'm trying to use the Python GUI wx (installable via pip install wxPython) in the following minimal app:
import wx
app = wx.App()
Running this snippet returns the following:
This program needs ...
7
I've been trying to figure out for about 20 hours how to setup wxWidgets in Microsoft visual studio 2017. I've followed:
https://wiki.wxwidgets.org/Microsoft_Visual_C%2B%2B_Guide
https://raw.gith...
Pooi asked 29/12, 2017 at 19:21
2
Solved
Im creating my first program with C++ and wxwidgets.
When I try to compile the project I get errors.
LNK2019 unresolved external symbol _main referenced in function "int __cdecl invoke_main(void...
3
Solved
With wxWidgets I use the following code:
HWND main_window = ...
...
wxWindow *w = new wxWindow();
wxWindow *window = w->CreateWindowFromHWND(0, (WXHWND) main_window);
How do I do the same thing ...
4
Solved
I have a wx.Dialog subclass that needs to perform a couple of cleanup operations when the user clicks the OK button. The wx.Dialog documentation says that clicking OK or Cancel should emit an EVT_C...
3
I have the following situation:
I'm working on an application that depends on a number of third party libs, among them wxwidgets
I build the application for multiple target configurations (x86, a...
1
Solved
I'm trying to make a GUI-Project with wxWidgets. Instead of using Visual Studio I want to use VSCode with the GCC (MinGW).
I'm facing the following problem: I can't compile or run any code which ha...
Forrestforrester asked 12/9, 2019 at 18:36
2
I am trying to use gdb to debug mingw-w64 compiled 32 bit binary.
However, gdb gives many warning and does not show any stack trace.
How can i debug this process normally ?
Here are some relevant ...
4
Is is possible to make a wxFrame object behave like a modal dialog box in that the window creating the wxFrame object stops execution until the wxFrame object exits?
I'm working on a small game an...
3
Solved
In the docs for wx.Slider (wxPython for py2, wxPython for py3, wxWidgets), there is listed a widget control named wx.SL_SELRANGE, defined to allow "the user to select a range on the slider (MSW onl...
3
I'm trying to create a slider with option for range selection using wxSlider in Python. It has an optional range parameter but the problem is:
SL_SELRANGE: Allows the user to select a range on the...
3
Solved
I'm using wxPython to build a GUI and I'm trying to align some text but it's not working at all.
I'm trying align three different static text items in three places (right aligned, center aligned, a...
2
I am currently trying to build wxWidgets-3.1.0 on a CLion 1.3 project. I use Ubuntu 16.04 (64 bit). Basically, I edited the CMakeLists.txt file like this:
cmake_minimum_required(VERSION 3.5)
proje...
3
I have a problem at start the program:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1010,wx containers,compati...
2
Solved
I'm trying to learn C++ programming with wxWidgets and CodeBlocks (with MinGW) and earlier today I succeeded in installing the software (after some trouble) to my Windows 7 computer with the guidan...
Terrain asked 4/7, 2013 at 18:42
4
Solved
I could not find any pointers on how to create a menubar icon on OSX using wx. I originally thought that the wxTaskBarIcon class would do, but it actually creates an icon on the Dock. On Windows, w...
3
Solved
3
Solved
I'm trying to build this wxWidgets sample program using Code::Blocks 12.11 but the build fails no matter what I try.
For example, the build log shows the following (the project is under X:\program...
Ingest asked 5/3, 2013 at 21:18
2
Solved
I have a (single line) TextCtrl. The user types data into this. When they press enter, the contents of the box need to be extracted so they can be processed. I can't figure out how to catch enter b...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.