First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
EVT_MEDIA_LOADED Vista
Declan McMullen wrote: Can anyone point me on the right track as to what Im doing wrong ? Am I missing some kind of casting ? Check the function signature of your playAudioLayer function and compare it with the example OnMediaLoaded function. It probably has different parameters than a wxMediaEventFunction... 10 Nov 2008 10:55
wxBufferedDC drawing
I'm trying to draw onto a wxPanel using a buffered DC. I'm able to draw using a wxClientDC, but the flickering is bad, so I wanted to use double buffering. Using the following code and wxBufferedDC, I see nothing on the panel. This is in the wxFrame::Create() function cdc = new wxClientDC(this->pnlMain); dc =... 5 Nov 2008 18:41
Sizer in ScrolledWindow problem
Hi, This seems to be a recurrent problem on this mailing list, but I didn't find any working solution so far. I have a scrolled window with a vertical box sizer in it. I'm adding panels in the sizer, so that they stack one above the other. Everything works fine, except that the panels will never shrink below ... 19 Jun 2008 01:19
Make error in wxwidgets
Environment is Mandriva 2008.0, gcc version 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0) Downloaded wxAll, version 2.8.7. Last line of "configure " output is: Configured wxWidgets 2.8.7 for `i686-pc-linux-gnu' Got a fatal error during Make: The last dozen or so lines of Make output are: rm -f /usr/src/wxWid... 7 May 2008 15:53
Problems with statical link of wxWidgets libs
Hi everyone! I'm kinda trying to get to the root of the following problem and would appreciate if someone could help me to tell apart wxWidgets dynamic from static library builds: I built wxWidgets on MinGW using ./configure --prefix=/mingw make make install which had me ending up with the lib ... 6 May 2008 23:26
Building wxWidgets under MinGW/MSYS for use with Eclipse
Vadim Zeitlin wrote: This is because the real wx-config is created by configure. If you don't use configure for building wx, you can't use wx-config. Of course, if you do have MSYS anyhow nothing prevents you from using configure to build wx (instead of "make -f makefile.gcc"). Thanks a lot, that's what ... 6 May 2008 22:22
wxListCtrl Select problem.
Hi, wxVERSION:2.8.4 I am capturing a select event from a listctrl. I would then like to change the users selection in some circumstances. Veto and Skip (false) do not work as this is a SELECTED event,so the listctrl has already been changed. So, i set up a new event and set the selection from the event ... 24 Apr 2008 13:27
[MinGW 3.4.5, wxWidgets 2.8.7] minimal.exe crashes with certain build options
Hi, I compiled wxWidgets 2.8.7 on Windows XP with the MinGW 3.4.5 compiler toolset with the following command mingw32-make -f makefile.gcc BUILD=release MONOLITHIC=1 SHARED=1 in build/msw If I go then to samples/minimal and compile the minimal sample with the same command mingw32-make -f makefile.g... 24 Apr 2008 11:03
wxHashSet error (in plain text)
I follow the example provided at http://docs.wxwidgets.org/2.8.6/wx_wxhashset.html as follows: class MyClass { /* ... */ }; // same, with MyClass* keys (only uses pointer equality!) WX_DECLARE_HASH_SET( MyClass*, wxPointerHash, wxPointerEqual, MySet1 ); .... here is my line: WX_DECLARE_HASH_SET(DIRPICKERDESC... 23 Apr 2008 18:09
wxHashSet error
I follow the example provided at http://docs.wxwidgets.org/2.8.6/wx_wxhashset.html as follows: class MyClass { /* ... */ }; // same, with MyClass* keys (only uses pointer equality!) WX_DECLARE_HASH_SET( MyClass*, wxPointerHash, wxPointerEqual, MySet1 ); .... here is my line: WX_DECLARE_HASH_SET(DIRPICKERDESC... 23 Apr 2008 10:07
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19