|
Detailed Guide to set up MSYS, MinGW, Eclipse CDT and wxWidgets onWindows Hi everyone! I just finished the first draft of my wxWiki-Entry, feel free to try this out. I am definitely happy for any feedback on how to improve that, and of course also if it works. http://wiki.wxwidgets.org/Eclipse%2C_CDT_%26_MingW_%26_MSYS_Setup_Guide MinGW/MSYS releases are now 1 higher than those ... 7 May 2008 10:58
Sizer help (min sizes, proportionality, and window resizing) Hello, I'm trying to create a header of sorts at the top of a window using a horizontal box sizer. I want something like this: Left Label <expandable space> Center Label <expandable space> Right Label I can create that, but when a user resizes the window small enough the labels all start to overlap ea... 7 May 2008 12:36
grabbing frame char events I'm trying, and failing, to collect keypress events for a frame. Mouse-click events work OK. My simple test prog is shown below. Should this work? Or would keypress events for the frame be being intercepted elsewhere. Thanks, Terry // Name: prog7.cpp // Purpose: testing key+mouse events #i... 7 May 2008 10:08
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 |