First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
clipbrd.cpp:254: error: cast from 'void*' to 'guint' loses precision
in trying to compile wxGTK-2.8.4 under Centos5 I'm getting an error at this point after make [...] /software/src/WX/wxGTK-2.8.4/buildgtk/bk-deps g++ -c -o coredll_clipbrd.o -I.pch/wxprec_coredll -D__WXGTK__ -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -DWX_PRECOMP -D_FILE_OFFSET_BI... 11 Jun 2007 11:37
Re[2]: wxChoice or wxComboBox in wxHTMLWindow, winXP, wxPython 2.8.4
On Thu, 07 Jun 2007 09:08:51 -0700 Robin Dunn <robin(a)alldunn.com> wrote: RD> > I haven't tested this on any platform except Windows, but because of RD> > the symptoms I am pretty sure it's windows specific and is related to RD> > the windows event loop. I've also only tested with wxPython but RD> > wxPython doesn... 7 Jun 2007 16:18
Deriving class from wxThread and wxEvtHandler to send messages to it
Hi! I just stumbled over this section in the wxW-docu: "[...] However there is no built in method to send messages to the worker threads and you will need to use the available synchronization classes to implement the solution which suits your needs yourself. In particular, please note that it is not enough to de... 5 Jun 2007 08:32
Problem changing Paper Size when using HtmlEasyPrinting
Using python 2.4 on Windows with wxPython 2.8 I'm having problems changing the paper size. Here is the relevant snip of code: self.GetPageSetupData().SetMarginTopLeft(wx.Point(19,0)) self.GetPageSetupData().SetPaperSize(wx.Size(10,10)) self.GetPageSetupData().GetPrintData().SetPaperId(wx.PAPER_NONE) The mar... 30 May 2007 15:38
Print to PDF
WX : 2.8.0 OS : Mac Os X (10.4.8) Hi! I wanted to be sure as to the ability to print-to-file in WX. I could only find the wxPostScriptDC class for this matter, is print-to-pdf supported in any way? Thanks! jonathan ... 28 May 2007 18:46
wxVillalib
Hi, Does anybody how to compile wxVillalib? I have downloaded wxVillalib and not able to compile it using the make. *) I could not find any configure script. *) A Makefile.in and Makefile.am are there, but the make is not working. *) even i tried to this command also. It gives me some makefile error! make... 29 May 2007 03:09
consoleApp
Hello, I'd like to use wxIPC with a console app. But it crashes. I've read that you need to implement a main loop yourself for a console app but not for a regular GUI wxAPP. So I guess the events are handled by wxApp and not by wxConsoleApp and that's why it crashes? Is there someone here who can give some in... 16 May 2007 11:42
convert wxString to char *
How do I convert a wxString to char *? I keep getting the error can't convert wxChar * to char *. I tried c_str, fn_str and anything else I could find. --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands,... 11 May 2007 02:08
ANN: wxMySQL Class: Direct Connection to MySQL Server
Hi! wxMySQL Class uses the MySQL C API to access a MySQL Server. Nothing is needed except what is supplied my MySQL, i.e., a Server, and for development, MySQL's developer headers and libraries. No wrapper of any kind is needed. No connectors (like ODBC). Fast easy access and performs any query made up of valid ... 4 May 2007 10:30
software copy protection / license management
Hey Chad, Have a look at this: http://www.codeproject.com/cpp/AESProductKey.asp I'm using crypto++ with a wxWidgets app now (although not exactly the above), which works nicely. Hope it helps, Gian Gian Lorenzetto Software & IT Manager Anatomics Pty Ltd Suite 4 Level 1, 568 St Kilda Rd, Melbourne VI... 4 May 2007 06:03
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24