python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What format does the wxpython Image object expect for data when instantiating it using the wx.Image(width, height, data) constructor
I am trying to generate an image by specifying each pixel. For this, I have written this little test to see how it works and apparently I am not using the right format for the data.
import numpy as np...

Vladis Becker
Votes: 0
Answers: 1
How can I make CPACK include 3rd party DLLs into the installer?
I've written a CMakeLists.txt as shown below:
cmake_minimum_required (VERSION 3.22)
project(tutorial)
set(wxWidgets_CONFIGURATION mswu)
find_package(wxWidgets REQUIRED COMPONENTS net core base)
inc...

Jumogehn
Votes: 0
Answers: 1
wxRibbonGallery shows up blank even with bitmap appended to it
I created a wxRibbonGallery and appended a bitmap to it, but whenever I load the executable, it is nothing but a white screen. I did some testing by using the bitmap bitmap to create a wxBitmapButton ...
JodiMcJodson
Votes: 0
Answers: 0
Input Available Logs in wxWidgets socket example with for-loop in Client.cpp OnTest2 function
I am beginning to learn about sockets in wxWidgets, and run on Windows 10 (latest version), CodeBlocks 20.03 with mingw2 (gnu 11.2), and wxWidgets 3.15.
The socket sample compiles and run OK.
Because ...
Ruud
Votes: 0
Answers: 0