First  |  Prev |  Next  |  Last
Pages: 439 440 441 442 443 444 445 446 447 448 449 450 451 452
Event handling - events sent simultaneously?
Hello, While debugging some application i'm are developing, i have noticed something strange: sometimes several events is sent simultaneously (i.e. in different threads), and in result some things can go corrupted (namely i had problems with wxTreeCtrl when event handler for delete key happened to be called more... 10 Apr 2006 10:05
wxTreeCtrl
Hi All, Trying to use wxWidgets 2.6 for a relatively simple GUI for the first time. Familiar with MFC, OpenClass and OWL but not GTK. (Yes Windows I'm afraid) I have wxBoxSizer* m_BoxSizer = new wxBoxSizer(wxVERTICAL); SetSizer(m_BoxSizer); m_TreeCtrl = new wxTreeCtrl(this, ID_Users, wxDefaultP... 7 Apr 2006 12:41
LB_SORT and CB_SORT not working on mac
Hi All, it seems to me like Combobox sort is case sensitive on mac. and sort is not working at all for CheckListBox.. thanks ----------------------------------------------------- Thomas Thomas phone +64 7 855 8478 fax +64 7 855 8871... 6 Apr 2006 02:51
Link problems with unicode release using VC6.0
Hi all, Using 2.6.2 on a windows XP machine I have Problems to link my app in release mode. Linking with the *ud.libs in debug mode works fine but linking with the *u.libs causes one unresolved external __ftol2 in *** wxpng.lib(wxpng_pngset.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __ftol2 wxpn... 30 Mar 2006 12:01
Cost Benefits of C++
I know that this is way off wx topics but I have always considered wx-ers include some knowledgeable and helpful people. So I'm seeing if someone can point me in the direction of some useful resources. I am trying to convince superiors that there are benefits to developing the next project in C++ rather than ... 28 Mar 2006 05:37
Link errors
Helo NG, while linking the first HelloWorld-App from the wxWidgets-Book i get following errors: Linking... MyApp.obj : error LNK2019: unresolved external symbol "public: void __thiscall wxStringData::Free(void)" (?Free(a)wxStringData@@QAEXXZ) referenced in function "public: void __thiscall wxStringData::Un... 19 Mar 2006 19:31
modify keycodes
Hi everybody, what wx class do I need, to process user input and and display it in a wxTextCtrl? The user should be able to type only capital letters, numbers and some special characters like brackets, _ and ". If the user types lowercase letters, I want to upper case them, before they are printed and if he typ... 19 Mar 2006 08:40
Compiling wxWidgets
I run into this error, when compiling wxWidgets with cygwin: $ make -f makefile.gcc UNICODE=0 SHARED=0 BUILD=release MONOLITHIC=0 if exist ..\..\lib\gcc_lib\libwxregex.a del ...\..\lib\gcc_lib\libwxregex. /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [..\..\lib\gcc_lib\libwxregex.a] Error 2... 15 Mar 2006 18:02
Compiling with Visual C++ Express 2005
While trying to compile my app with Visual C++ Express 2005 with stl enabled and Unicode (but Unicode is irrelevant here) I'm getting following compilation errors: e:\libraries\wxwidgets-2.6.2\include\wx\list.h(1122) : error C2664: 'std::for_each' : cannot convert parameter 3 from 'void (__cdecl *)(const wxObjec... 13 Mar 2006 03:26
accelator key without Control or Alt
Hi list, how do I make my program generate an event on pressing one key - like pressing 'c' ? I tried using wxAccelatorTable with wxACCEL_NORMAL - but that only works on windows. Please help, thanks Sebastian Haase --------------------------------------------------------------------- To unsubscribe, e... 20 Mar 2006 16:20
First  |  Prev |  Next  |  Last
Pages: 439 440 441 442 443 444 445 446 447 448 449 450 451 452