Search found 7 matches

by blaroche
Mon Sep 12, 2011 12:26 pm
Forum: C++ Development
Topic: Getting a WxKeyEvent for Ctrl and Shift
Replies: 3
Views: 1661

Re: Getting a WxKeyEvent for Ctrl and Shift

I'm trying to download it from there http://svn.wxwidgets.org/viewvc/wx/wxWi ... k/keyboard but I get a 404 Not Found :-(
by blaroche
Mon Sep 12, 2011 11:19 am
Forum: C++ Development
Topic: Getting a WxKeyEvent for Ctrl and Shift
Replies: 3
Views: 1661

Getting a WxKeyEvent for Ctrl and Shift

How can I receive a WxKeyEvent for special keys such as Ctrl and Shift? I set-up a test and I get events and correct codes, flags, unicodes, etc. for all keys except the special ones, for which I don't even get an event. So far, I found these ones to be causing problems: Caps Lock, Shift, Ctrl, Wind...
by blaroche
Mon Oct 25, 2010 8:25 am
Forum: C++ Development
Topic: Multi touch screen
Replies: 20
Views: 3584

Multi touch screen

Does wxWidgets support multi-touch screen? How do I catch these events? Are there examples available?
by blaroche
Fri Jul 16, 2010 8:48 am
Forum: Compiler / Linking / IDE Related
Topic: FAQ for IDE related issues v2
Replies: 21
Views: 57177

I was using clean because I just copy-pasted the command from a website. I cannot find a standard set of instructions, so I have to try various things from here and there. I don't know why, but CodeBlocks did not add in my PATH env. var. the path to mingw when it was installed. Anyway, I did that ma...
by blaroche
Thu Jul 15, 2010 6:58 am
Forum: Compiler / Linking / IDE Related
Topic: FAQ for IDE related issues v2
Replies: 21
Views: 57177

I installed CodeBlocks, which came with mingw32-make. I tried the following: C:\wxWidgets-2.8.11\build\msw>"C:\Program Files (x86)\CodeBlocks\MinGW\bin\mingw32-make" -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release clean and got this: if exist gcc_mswudll\*.o del gcc_mswudll\*...
by blaroche
Wed Jul 14, 2010 2:17 pm
Forum: Compiler / Linking / IDE Related
Topic: FAQ for IDE related issues v2
Replies: 21
Views: 57177

I have the same problem. I cannot compile even the Hello World sample because wx/setup.h is missing. Jorg's post assumes that setup.h is in /lib/msw, but I don't even have such a folder. It also seems like it's the case for other users. I looked at dozens of websites that explain how to use wxWidget...
by blaroche
Thu Jun 10, 2010 9:14 am
Forum: Compiler / Linking / IDE Related
Topic: Getting Netbeans to recognize the wxWidgets libraries
Replies: 0
Views: 811

Getting Netbeans to recognize the wxWidgets libraries

How do I get Netbeans to recognize the wxWidgets libraries (C++, Ubuntu)? Normally, when I write something like #include <wx/timer.h> or #include "wx/wx.h" Netbeans underlines it in red and says "Cannot find include file". Of course, I do not have auto-completion either. I workin...