wxwidgets
WxHaskell thinks my strings are 1 character long
Whenever I use a string in WxHaskell, it thinks the string is one character (it only displays the first character). It only happens when using the WxHaskell functions, not functions like putStrLn.[详细]
2023-03-30 00:41 分类:问答wxWidgets calculating incorrect frame size
I need to make small wxWidgets (wxPyt开发者_StackOverflow社区hon) frame, which contains only toolbar and menubar and is just enough big to contain them. When I run code below, it creates a frame but i[详细]
2023-03-29 16:58 分类:问答Class based on wxObject fails to link
First, this is being built on Linux. We have an API that is based on wxObjects (we do not use the GUI objects). Our classes are defined as follows:[详细]
2023-03-29 15:59 分类:问答How to include a wxObjArray correctly?
I define a wxObjArray in my TMainFrame.h as follows: #ifndef __TMainFrame__ #define __TMainFrame__ #include \"MyApp_gui.h\"[详细]
2023-03-28 05:51 分类:问答How to capture events for each key press in wxPropertyGrid
In wxPython I\'m trying to update an existing UI to use wxPropertyGrid instead of an array of individual UI elements.Currently the underlying object model is updated and validation is applied after ea[详细]
2023-03-27 05:51 分类:问答WxWidgets Compile Help
I tried to compile WxWidgets (Latest; VC9; Release), but it outputted only *.obj and *.pch files, no *.lib files. I know *.obj files are Object Files and *.pch files are Pre-Compiled Headers, but do I[详细]
2023-03-26 15:40 分类:问答QMake and wxWidgets (External Libraries)
I\'m trying to compile a GUI program based on the wxWidgets libraries. I get a lot of undefined references to \"something\". I tried to add a few libraries manually on the LIBS variable of QMake witho[详细]
2023-03-26 14:13 分类:问答wx.ListCtrl: how can I select a row on EVT_RIGHT_DOWN?
I\'m writing a simple database GUI with wxpython. In order to display my database entries, I\'m using a wx.ListCtrl. Let\'s consider the following code snippet:[详细]
2023-03-26 09:55 分类:问答Display progress bar dialog on top of modal dialog
I am working on a wxWidget-based application. On the Mac, I am trying to open a progress bar dialog on a modal dialog, but it goes behind my modal dialog. While the progress dialog is there, I am not[详细]
2023-03-26 06:06 分类:问答How to draw screenshot captured from glReadPixels to wxWidgets dialog/panel
I have an OpenGL window, and a wxWidget dialog. I want to mirror the OpenGL to the dialog. So what I intend to do is:[详细]
2023-03-25 23:30 分类:问答