|
wxGraphicsContext and wxAutoBufferedPaintDC hello, how can I use a wxGraphicsContext in a wxAutoBufferedPaintDC (on windows my application is flickering extremly)? according to the documentation only a WindowsDC can be specified as parameter to wx.GraphicsContext.Create(), but wx.AutoBufferedPaintDC() is not inherited from WindowsDC... I did my t... 6 May 2008 23:26
Re[2]: rectangle with transparency On Mon, 5 May 2008 08:11:03 +0200 Armel <armelasselin(a)hotmail.com> wrote: A> > wxGraphicsContext should handle this (although I didn't try it myself). A> could you be more specific ? I found nothing related to alpha in trunk in A> wx/graphics.h (apart from a #if 0 "Set/GetAlpha" functions pair). As I said, I ... 6 May 2008 22:22
wxGLCanvas and OpenGL framebuffer objects I've been able to confirm that the environment setup by wxGLCanvas is different than the one setup by GLUT. I have identical programs using opengl framebuffer objects, one using wx and one glut. GLUT works, wx does not. This is on the windows platform. I'd be happy to provide the source for the programs to demonstr... 6 May 2008 22:22
@Vadim and Julian: Detailed Guide to set up MSYS, MinGW, EclipseCDT and wxWidgets on Windows Hello Vadim, hello Julian! Before I publicly post my guide, I wanted to ask you for permission to mention you guys in the credits, and because I used a couple of instructions from the wxWiki to understand the process myself. Can I mail you my current version somewhere (tomorrow) so you know what I'm talking ... 7 May 2008 04:18
wxAuiNotebookEvent::GetSelection problem with tab split I am vetoing a page close event for wxAuiNotebook. However when I try to do wxAuiNotebookEvent::GetSelection, when the tab is split, it returns the selection as -1 Should I not use event.GetSelection() ? It works perfectly as long as the tab is not split, when I dock a tab to another area and try to close the in... 6 May 2008 22:22
Building wxWidgets under MinGW/MSYS for use with Eclipse Vadim Zeitlin wrote: This is because the real wx-config is created by configure. If you don't use configure for building wx, you can't use wx-config. Of course, if you do have MSYS anyhow nothing prevents you from using configure to build wx (instead of "make -f makefile.gcc"). Thanks a lot, that's what ... 6 May 2008 22:22
wxMac: Modal dialog in main frame constructor > this is most probably an assert/error message trying to make itself heard, you could try to see in the debugger what the error might be ... I was running a release build and from what I can tell from the docs, the asserts shouldn't be happening. Anyway, I also tried a debug build and unfortunately the ... 6 May 2008 22:22
rectangle with transparency "Vadim Zeitlin" <vadim(a)wxwidgets.org> a �crit dans le message de news: mailman.6.1209825866.27688.wx-users(a)lists.wxwidgets.org... On Fri, 2 May 2008 19:06:24 +0200 Armel <armelasselin(a)hotmail.com> wrote: A> [with latest wx on Win/Mac/GTK] A> I'd like to draw a filled rectangle with transparency. Is there ... 6 May 2008 22:22
wxMac: Modal dialog in main frame constructor I have an app that displays a modal dialog in the constructor of the main frame. This works fine in wxMSW and wxGTK, but in wxMAC it acts very strange. The model dialog gets displayed, but then another window pops up. It looks like a wxMessageBox in that is the size looks about the same, but it is blank. Also... 6 May 2008 22:22
menubar less app from windows to mac I was wondering if you ever got a resolution to this problem? I'm having the same issue with my app on Mac OS X. On Wed, Sep 26, 2007 at 8:53 AM, O-ren-ishi-i <pushu(a)excite.com> wrote: Hi , I am porting an app from windows (GUI done with wx) to mac. Under Windows it is a menubar-less app,but ... 6 May 2008 22:22 |