First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
Different update behaviour for wxTreeCtrl on wxGTK and wxMSW
Hi, I have a wxTreeCtrl that displays some data. When the user does something, the data is updated and an OpenGL image is updated, too. On MSW, the treeCtrl is "relaxed" about updating, it only updates, when the system is not busy. This is the desired behaviour for me. On wxGTK the TreeCtrl updates immedia... 19 Jun 2008 01:19
OpenGL, wxWidgets and Ubuntu 7.10
crjjrc schrieb: On Mar 14, 5:09 pm, a-goe...(a)gmx.de (Andreas Goebel) wrote: Andreas Goebel schrieb:> Hi, in the meantime I have browsed the source of wxGLCanvas a bit. Double-Buffering seems to be the default, but how the defaults are set differs from the OpenGL Version. [...] I... 19 Jun 2008 01:19
wx mail list changes
Hi all, This is just a warning that I will likely be fiddling with the wx mail lists over the next couple days, with the ultimate goal of moving the lists to a new server and switching to Mailman. My intent is to have as little impact on all of you as possible. I'll be able to move the subscriber lists and... 19 Jun 2008 01:19
wxAuiNotebook Save/Load Perspective?
I'm afraid you can't. The last time I've head about this, the answer was "you have to code it yourself"... It means that it is possible ? Terry Farnham wrote: Hello, I have not noticed that wxAuiNotebook contains it's own wxAuiManager. I would like to know if there is a way that we can SavePersp... 19 Jun 2008 01:19
wxDateTime (time_t) Save/Load
Hi, ALL, I just looked at the wxDataOutputStream. It has only Write8/16/32/64 functions. However, at least on MSW time_t is 'long integer'. 1. Is it safe to assume time_t is 'long integer' on all platform? 2. Does this mean I need to make my own function? Thank you. -----------------------------------------... 19 Jun 2008 01:19
@Vadim and Julian: Detailed Guide to set up MSYS, MinGW, EclipseCDT and wxWidgets on Windows
Bryan Petty wrote: If your guide uses most of the same tools, compiler, etc, is a much more robust and easier to follow guide, and is more up to date, t.b.d. ;) Then we'll see. Only difference in tools is that I still use MSYS, while the other guide uses only MinGW I believe. I also just wanted to note t... 7 May 2008 14:14
Re[2]: Creating UI object in a different thread causing crash
On Wed, 07 May 2008 16:48:21 +0200 Robert Roebling wrote: RR> And we should remove wxMutexGuiEnter from wxWidgets as we don't RR> support what it is made for. Actually I never really understood what it was [supposed to be] for. I always believed it was my personal problem but if nobody else sees any valid use... 7 May 2008 13:25
Re[2]: Sizer help (min sizes, proportionality, and window resizing)
On Wed, 7 May 2008 12:31:13 -0400 Harvey Chapman <hchapman-wx-users(a)3gfp.com> wrote: HC> Thanks for the hint on setting a minimum size on the entire window. I HC> used the code below to do that. The easiest way to do this is to use a sizer for the layout of the main (top-level) window too and call SetSizerAn... 7 May 2008 13:25
Make error in wxwidgets
Environment is Mandriva 2008.0, gcc version 4.2.2 20071128 (prerelease) (4.2.2-3.1mdv2008.0) Downloaded wxAll, version 2.8.7. Last line of "configure " output is: Configured wxWidgets 2.8.7 for `i686-pc-linux-gnu' Got a fatal error during Make: The last dozen or so lines of Make output are: rm -f /usr/src/wxWid... 7 May 2008 15:53
drawing on wxDC with transparency
Hello everyone, I want to draw on a bitmap usign wxDC's primitives and keep everything transparent except for the parts I draw on (using mainly DrawPolygon, with a wxPen and wxTRANSPARENT_BRUSH). I am getting a completely transparent bitmap. I read on the wxDC help page the note about Transparency / Alp... 7 May 2008 13:25
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13