First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
OpenGL and Light
On May 4, 2:09 am, Peter Poulsen <pe...(a)pgpnet.dk> wrote: I have this little program that is based on the one found here:http://wiki.wxwidgets.org/WxGLCanvas I'm trying to get light to work, but when I enable lighting it doesn't accept color values between 0.0f and 1.0f; if the value is >0.0f it is set to 1.0f... 7 May 2008 10:08
Re[2]: Virtual key mapping
On Wed, 7 May 2008 03:39:12 -0700 (PDT) Marcin 'Malcom' Malich <malcompl(a)gmail.com> wrote: MMM> > MMM> So, in my opinion, we should delete generate mouse event code from MMM> > MMM> WM_KEY* (or sign to deprecate/compatible2.8 for existing code and MMM> > MMM> delete in wx3.0), MMM> > MMM> > �I don't really see a... 7 May 2008 09:20
wxSashWindow Event
wxEVT_SASH_DRAGGED_RANGE is not defined which I need to dynamicly connect to it. Bug? /Dan ... 7 May 2008 07:28
Virtual key mapping
The menu key (shortcut for showing context menu) should be (win/gtk/ x): WXK_MENU = VK_APPS / GDK_Menu / XK_Menu But VK_APPS isn't mapped to WXK_MENU on Windows. And this key code generating right mouse click event in WM_KEYDOWN/ WM_KEYUP, so it makes problematic situation in handling context menu on custom con... 7 May 2008 06:40
Creating UI object in a different thread causing crash
Hi, M trying to lauch a dialog in a different thread, but for some reasons its crashing. I dont understand what I am doing wrong??? Any help would be great. Following is the thread code: MyThread::MyThread(wxWindow* ptrParentWnd) : wxThread() { m_count = 0; m_pParentWnd = ptrParentWnd; } v... 7 May 2008 10:58
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
unable to create makefile
Hi, If all else fails (or indeed before!) you might try using DialogBlocks, which can compile wxWidgets and your own projects using either MSYS (using a regular GCC configuration in DialogBlocks) or using MinGW makefiles without MSYS (using a MinGW configuration in DialogBlocks). You can also use it with a v... 6 May 2008 23:26
unable to create makefile with configure
Hi Jan, Honza S�kora wrote: Hello. I am newbie but I double checked the instructions in article "Compiling WxWidgets With MSYS-MinGW" web http://wiki.wxwidgets.org/Compiling_WxWidgets_With_MSYS-MinGW. If it is of any help to you - I know where you're coming from, for I am not very adept at working w... 6 May 2008 23:26
[wx 2.8.7, WinXP, MinGW-5.1.3 & Msys 1.0] unable to create makefile with configure
Hello. I am newbie but I double checked the instructions in article "Compiling WxWidgets With MSYS-MinGW" web http://wiki.wxwidgets.org/Compiling_WxWidgets_With_MSYS-MinGW. But I could not create a makefile by configure. I used the Msys bash, command: " $../configure --build=x86-winnt- mingw32 --disable-shared --... 6 May 2008 23:26
@Vadim and Julian: Detailed Guide to set up MSYS, MinGW, Eclipse CDT and wxWidgets on Windows
On Tue, 06 May 2008 21:12:40 +0200 Lars Uffmann <aral(a)nurfuerspam.de> wrote: LU> Before I publicly post my guide, I wanted to ask you for permission to LU> mention you guys in the credits, and because I used a couple of LU> instructions from the wxWiki to understand the process myself. There is no problem re... 7 May 2008 14:14
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14