First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Linking Eorrs Help required
http://www.nabble.com/file/3890/edison_porblematic.zip edison_porblematic.zip Hi guys...., I was trying to build this project in MS Visual C++ 6.0 which was made with wxWidgets 2.4.0... now that I am using wxWidgets2.6.3... I am getting alot of linking errors... and I am unable to resolve them..... I was ... 29 Oct 2006 08:47
wxString <--> JavaScript Strings in Unicode
I've got a problem when trying to run wxJS on Ubuntu: SpiderMonkey (the JavaScript engine) uses 2-bytes (jschar) to represent a unicode string. wxWidgets uses wchar_t which uses 4-bytes on Linux. Is there a way to make a conversion from a wxString (encoded in UTF16) to a jschar? I don't need this on Windows... 30 Oct 2006 15:15
wxSSL
Hello all. I have been searching all day for some method of connecting to a server using SSL, but I have not been able to find anything that is specifically compatible with wxWidgets. I have found some archived messages from back in 2000 referring to something called wxSSL, but I can find no implementation of ... 27 Oct 2006 15:42
wxODBC?
Where can i find some examples or use cases on wxODBC? Are there alternatives to it? --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org ... 27 Oct 2006 13:35
wxScintilla vs wxStEdit
Hello all, I am trying to make a decision about what widget to include in a new project for source code edition: wxStEdit or wxScintilla. As far as I understood, wxStEdit is a wrapper around wxScintilla, so I guess it includes all its functionality plus some more. If this is the case, why does wxScintilla exis... 30 Oct 2006 09:59
wxNavigationKey + wxTextCtrl 2.7.1
Hi, I am trying to build wxFlatNotebook with 2.7.1, everything went well, except one thing: the wxNavigationKeyEvent is processed by the pages of the notebook (which are all of type wxTextCtrl). The behavor on 2.6.3 was different, that when I pressed Ctrl + {shift} + Tab, the notebook navigation key handler w... 21 Nov 2006 21:11
MSW CVS build errors
Hi all, CVS version as of 5mins ago, building with VC8 using nmake, under WinXP SP2. cl /c /nologo /TP /Fovc_mswdll\advdll_collpaneg.obj /MD /DWIN32 /Fd..\..\lib\vc_dll\wxmsw271_adv_vc_custom.pdb /O2 /D__WXMSW__ /I..\..\lib\vc_dll\msw /I..\..\include /W4 /I..\..\src\tiff /I..\..\src\jpeg /I..\..\src... 25 Oct 2006 02:23
wxWidgets and event handling
Hello, I have problem with event handling... I have defined MyFrame class, besides number of different members it has the following two: MyListCtrl* navigation; wxNotebook* notebook; All I wanted to do is change status of object i.e. 'notebook' from event handler of different i.e. 'navigation'. I have d... 26 Oct 2006 07:09
wxUSE_BACKINGFILE is not defined
Hi all, Im trying to build a fresh copy of wxwidgets from CVS under WinXP with VC8. Ive followed the buildcvs.txt instructions (ie, copy setup0.h to setup.h and edit) and then run my normal make command, but it fails with: E:\wx-cvs\build\msw>nmake -fmakefile.vc MONOLITHIC=0 SHARED=1 RUNTIME_LIBS=dynamic BUIL... 24 Oct 2006 13:19
Fast bitmap drawing with <wx/rawbmp.h> and multithreading issues
Hi list, I'm still quite new to wxWidgets development nonetheless i am currently trying to implement a GUI for qemu[1]. Qemu can export it's display to vnc and i try to embed it in my GUI using libvncclient[2]. Think of a vncviewer with some additional functionality to control a VM. So, what is the fastest way... 23 Oct 2006 16:52
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27