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.
Cynthea asked 12/4, 2016 at 11:44

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 ...
Veinule asked 30/1, 2018 at 21:42

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...

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...
Metropolitan asked 21/1, 2020 at 19:58

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 ...
Lohr asked 16/11, 2008 at 10:47

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...
Repute asked 27/1, 2014 at 18:12

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...
Marrowbone asked 27/6, 2015 at 19:17

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 ...
Corrientes asked 7/10, 2017 at 12:47

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...
Pain asked 19/5, 2009 at 15:35

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...
Whangee asked 11/6, 2015 at 1:20

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...
Biarritz asked 20/4, 2015 at 10:42

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...
Centimeter asked 25/12, 2011 at 1:1

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...
Vraisemblance asked 5/10, 2016 at 10:4

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...
Sestos asked 15/7, 2017 at 23:34

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...
Juice asked 28/9, 2008 at 14:2

3

Solved

I'm trying to port a small app to windows (I made it for ubuntu initally), it's written on python + gtk3... I know that gtk3 is hard to make it work on windows (even on c++), but is it possible to ...
Cattier asked 30/8, 2012 at 15:7

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...
Slumberous asked 27/4, 2010 at 21:44

© 2022 - 2025 — McMap. All rights reserved.