First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
Re[2]: wxWidgets is dead, rest in peace :-)
On Thu, 10 Apr 2008 08:07:59 -0700 (PDT) todma <toddmarshall2002(a)yahoo.com> wrote: t> On Apr 10, 9:21�am, "Timothy Warren" <t...(a)timshomepage.net> wrote: t> > I think the wxWidgets one looks more native. t> t> Is that good or bad? I don't know what was meant by this in this particular case but in general i... 11 Apr 2008 03:42
Failed to build wxGTK on Ubuntu 7.10
Hi, I just got the latest daily snapshot of wxGTK from http://wxwindows.sourceforge.net/snapshots/ And after issuing ../configure --with-gtk I got the following error message: ... checking if the compiler supports precompiled headers... yes checking whether make sets $(MAKE)... (cached) yes checking fo... 12 Apr 2008 08:43
wxTipWindow::SetTipWindowPtr
I am not sure to understand how wxTipWindow::SetTipWindowPtr work. I understand that the user has to know when the tip window is destroyed, but I don't get how wxTipWindow::SetTipWindowPtr would help. Thank you for you help. ... 10 Apr 2008 12:55
AW: Re: wxWidgets is dead, rest in peace :-)
However here is link for a english comparation from their website: http://www.ultimatepp.org/www$uppweb$vswx$en-us.html Which shows or proves nothing. Robert ... 10 Apr 2008 06:10
wxWidgets is dead, rest in peace :-)
Hi all, wxWidgets is not dead for me but (sorry for english person), there is an article of Ultimate++ that says that wxWidgets was a good library but is now dying. Here is the link : http://www.programmez.com/magazine_articles.php?id_article=981&&titre=Ultimate++,%20l%E2%80%99ultime%20IDE%20pour%20le%20d%C3%A9ve... 11 Apr 2008 17:30
Re[4]: Windows FindFirstFile bug
On Tue, 08 Apr 2008 16:30:56 -0500 Kenneth Porter <shiva.blacklist(a)sewingwitch.com> wrote: KP> Vadim Zeitlin <vadim(a)wxwidgets.org> wrote in KP> news:mailman.44.1207689102.19501.wx-users(a)lists.wxwidgets.org: KP> KP> > I think there is a good argument to be made in favour of doing this KP> > at wx level, i.e. w... 9 Apr 2008 16:18
update ui after threded calculation?
Hi there, i do have a worker thread which is rendering some images, how do i correctly tell wxwidgets to update the ui ? i am trying with AddPendingEvent(wxUpdateUIEvent()); wxWakeUpIdle(); in the thread, calling in the window i want to redraw, but the window does not really gets redrawn .. i tried ... 12 Apr 2008 06:09
OpenGL and wxNotebook
Hi I have tried to make as small a program as possible that illustrates my problems. They seem primarily related to when I have an wxGLCanvas inside a notebook. There are two problems: 1. Selecting another tab than the one the wxGLCanvas is in, and then select the wxGLCanvas tab again, the screen is not upd... 11 Apr 2008 10:17
WXK_SPACE & WXK_RETURN as shortcut keys
wx: 2.8.7 os: WinXP Pro. compiler: VS 2003 I am trying to use to the "Spacebar" and "Enter" keys as shortcuts in my application, and im currently implementing it with a wxAcceleratorTable: wxAcceleratorEntry entries[2]; entries[0].Set(wxACCEL_NORMAL, WXK_SPACE, ID_PLAYPAUSE); entries[1].Set(wxACCEL_NORMAL,... 9 Apr 2008 12:10
the very first step error in wxDev-C++ 6.10.2
I installed for the first time wxDev-C++ 6 today. And I created a new wxDialog project and tried to test the default project. However, when I press F9, without setting anything, it spat out tow errors and failed. The error reads, =============== Line | File | Message | [Resource Error] les\Dev-Cpp\Bin\windres... 9 Apr 2008 22:02
First  |  Prev |  Next  |  Last
Pages: 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39