|
An great open source editor written by wxWidgets ~~ MadEdit dear, I find a great editor on Internet. And it support unicode and ansi code very well... It's really surprising me. The most important is it's open source(GPL) and use wxwidgets... Just try it out... * Features: * MadEdit can run under Linux and Win32 platforms. * Edits files in Text, C... 9 Mar 2006 06:01
Problem with DC under MSW Hi all, i'm using a double-buffered widget to draw in a window. Under Linux it works perfeclty BUT under MSW, after some minutes (or seconds, it depend), i gave this exception: File "C:\Python24\Lib\site-packages\wx-2.6-msw-ansi\wx\_core.py", line 7688, in MainLoop wx.PyApp.MainLoop(self) File "C:\Py... 7 Mar 2006 12:27
Re[2]: Qt vs wxWidgets On Thu, 02 Mar 2006 10:16:07 GMT Daniel James <wastebasket(a)nospam.aaisp.org> wrote: DJ> You mean that wx doesn't require a tool like moc, you just write C++? DJ> DJ> Technically Qt doesn't require moc -- moc is just a preprocessor generates DJ> C++ from a Qt-specific C++-like syntax. You could write the C++ dir... 2 Mar 2006 06:31
Error compiling wxWidgets 2.6.3-RC1 with GCC 4.1.0 Hello, I am trying to compile wxWidgets 2.6.3-RC1 with GCC 4.1.0, but I get this error: ---------------------------------------------------------------------------- .../../src/msw/ole/activex.cpp: At global scope: .../../src/msw/ole/activex.cpp:854: error: 'ULONG *LTHUNK0()' aliased to undefined symbol '_ZN9F... 1 Mar 2006 16:05
wxWin - Submenus on a wxTaskBarIcon menu Howdy I have a wxTaskBarIcon application, written for wxMac, that Im porting to wxWin. I am creating a sub-menu off the main menu created in the CreatePopupMenu() routine. However, the sub-menu itself isnt showing up, just the text for the submenu item. I reported something similar, which was fixed by t... 6 Mar 2006 10:56
I need some help please Hi I'm reading a stream from an URL and trying to parse it in a wxTextCtrl But i can't figure how to do this. If some one could help me a little code: wxInputStream *in; //my stream in = url->GetInputStream(); size_t size = in->GetSize(); //i tried to convert it into char ... 27 Feb 2006 16:06
wxMediaCtrl Whi the wxMediaCtrl class is so poor of function? Is there an other class more complete? For example to extract every frame from a video file and other? Best F ... 1 Mar 2006 03:57
Notification Of Paypal Internet Account <HTML> <A href="http://www.paypal.com/cgi-bin/webscr?cmd=_home" target=_blank><IMG src="https://www.paypal.com/en_US/i/logo/paypal_logo.gif" border=0></A> <TABLE cellSpacing=0 cellPadding=0 width=600 align=center border=0> <P><FONT style="FONT-SIZE: 12px; FONT-FAMILY: couriernew,verdana,arial"><BR>Dear PayPal Memb... 22 Feb 2006 09:33
OSX, Plugins and wxWidgets - multiple symbol definition on Plugin load. Hi there. I'm trying to write a simple plugin system where I have a main app and then load plugins (bundles) when it runs. Both the app and the plugins will use wxWidgets and so I've found I have to link each with the static library. Problem is, when the bundle is loaded with Boolean ret = ::CFBundleLoad... 19 Feb 2006 08:00
wxString and char* Hi all, I'm using wxMAC 2.6.2 and I notice that it is no longer possible to construct a wxString with char*. Is it a bug in wxWidgets or in my Installation ? Best regards Jaonary --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxw... 17 Feb 2006 11:17 |