First  |  Prev |  Next  |  Last
Pages: 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
wxListbook
Hi, I have a question about wxListbook: it seems to me that if the orientation is wxLEFT or wxRIGHT, all items will be put into a single column, if the orientation is wxTOP or wxBOTTOM, all items will be in a single row. Is it possible to make them in multiple columns/rows? I know wxListCtrl support multiple co... 11 Jul 2006 17:50
Free IDE for commercial wxWidgets applications
Hi. Is someone of you using Code::Blocks (with MINGW compiler) for build commercial applications with wxWidgets? I will start a commercial project with wxWidgets, and I'm looking for some free IDE/compiler. The first version will be Windows, but the next versions will be Linux/MacOS versions. Thanks! ... 17 Jul 2006 09:23
Re[3]: puzzling behavior of wxFrame
hmmm... that's very odd. thanks for taking a look for me, perhaps this is something that's been fixed since 2.6.3. i compiled my test program with wxMAC, wxMSW and wxGTK and it exhibits the same odd behaviour on all three platforms. i'll figure out how to pull down from CVS Head and give it a go. sorry abo... 9 Jul 2006 14:46
Idle wait... or something
Hi there guys... this probem is not necessary wxwidgets related but more like all GUIs related. I'm building a program which does a graphical simulation similar to the game of life. The simulation is done in a while loop which goes on until there are no more rules o apply to a pattern. As I want to do a graphical... 10 Jul 2006 02:11
Assertion failure in wxSocket
Hi all, I am using wxSocket for communication between a client application and server. I have implemented my own protocol with wxSocket infrastructure. I am creating wxSocketServer with default flags at both client and server. When I run my application I get some assertion failure message (which is n... 9 Jul 2006 12:41
wxGrid problem
Hi, I'm having a problem getting wxGrid to size its columns dynamically as the enclosing container is resized. Instead of working like I would expect it, there seems to be some blank area after the last column that I cant explain. Also, I have tried to suppress the horizontal scrollbar but it seems like wxGr... 7 Jul 2006 12:03
libwxctb 0.8 fail to compile with gcc 3.4.4 (mingw version) on WinXP
I try to use gcc 3.4.4(mingw version) to compile libwxctb 0.8 but got several link error. The error message as below: D:\misc\source\libwxctb-0.8\build>mingw32-make -f makefile.gcc DEBUG=0 GPIB= 1 g++ -c -o wxctb_lib_expect.o -DNDEBUG -O2 -mthreads -I..\include -MTwxctb_lib _expect.o -MFwxctb_lib_expect.o.d -... 5 Jul 2006 11:00
capture frame from a camera using directx
Hi peolple, Have you any source code to capture frames from a camera (usb or video card) using microsoft directx and wxwidgets as gui? Regards Frank ... 6 Jul 2006 09:40
MFC ON_MESSAGE in wxWidgets or message handling from a dll in wxWidgets
I have a library for a camera driver and it's header file camera.h. I also have a sample application written with MFC which uses this library. Now I want to write my own application with wxWidgets. (I'm new to wxWidgets and it's my first application). Apparently the library sends some messages which are caught b... 28 Jun 2006 08:56
__declspec(dllimport)
List I have a major problem, I have code that was originally created in Linux and uses stl and wxWidgets together. Works very nice on 32/64 systems. When I take the code to Win XP Pro, using MSDEV 2005 express, it fails apart. I have rewritten it using the #ifdef __WXMSW__ and have it working except for one final... 17 Jun 2006 09:04
First  |  Prev |  Next  |  Last
Pages: 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452