|
compilation error on svn source On Mon, 24 Mar 2008 05:55:29 -0700 (PDT) olivier.corrio(a)gmail.com wrote: i'm on linux mandriva 2008.0 which gtk 2.12.1, i try to compile the svn sources and i have this error make: *** Pas de r�gle pour fabriquer la cible � ../include/wx/gtk/ win_gtk.h �, n�cessaire pour � coredll_popupwin.o �. Arr�t.... 19 Jun 2008 01:19
Re[4]: Sizer in ScrolledWindow problem On Sun, 23 Mar 2008 21:23:47 -0400 Martin Cote <cote.martin(a)gmail.com> wrote: MC> I've noticed that the SetMinSize() function of wxSizerItem isn't MC> documented, is there any valid reason for this? No, I've added it to the trunk docs. But it's, unsurprisingly, the same as wxSizer::SetItemMinSize() Regards... 19 Jun 2008 01:19
Re[2]: Sizer in ScrolledWindow problem On Sun, 23 Mar 2008 17:30:33 -0400 Martin Cote <cote.martin(a)gmail.com> wrote: MC> Okay, I'm posting a fully working code sample here (sorry if it's MC> pretty long). Every time you press the a-key, it adds a new child in MC> the scrolled view. This doesn't work for me as I can't give focus to the window handl... 19 Jun 2008 01:19
Re[2]: Compiling wxWidgets on Tiger PPC... On Sun, 23 Mar 2008 19:45:58 -0400 Timothy Warren <tim(a)timshomepage.net> wrote: TW> make TW> /wxWidgets-2.8.7/Mac/bk-deps g++ -c -o corelib_NSButton.o -I.pch/wxprec_corelib TW> -D__WXCOCOA__ -I../src/tiff -I../src/jpeg -I../src/png -I../src/regex TW> -I../src/expat/lib -DwxUSE_BASE=0 -DWX_PRECOMP -D_FILE_OF... 19 Jun 2008 01:19
Compiling wxWidgets on Tiger PPC... What is the file missing error message ? Which version of wxWidgets? chris On 23 Mar 2008, at 21:05, Timothy Warren wrote: I keep getting a file-missing error when it tries to use the Cocoa toolkit, any suggestions? This on Mac OS X 10.4.Latest PPC. XCode is installed. I'm completely baffled. ... 19 Jun 2008 01:19
OutputDebugStr equivalent? wxWidgets 2.8.6 XP SP2 Visual Studio 2005 Hi there, is there a wxWidgets equivalent of OutputDebugStr (sends a string to the debugger for display)? I'm using this as part of my logging but doing so forces me to #include "windows.h". Any nice cross-platform wxWidget alternatives? Thanks, Patrick ____________... 19 Jun 2008 01:19
wxList problem Hello everyone, I'm new to wxWidgets so don't be angry if I ask stupid (for you) questions. Here is my first question: how do I use wxList e.g WX_DECLARE_LIST and WX_DEFINE_LIST here is what I have: === Author.h === #ifndef AUTHOR_H #define AUTHOR_H WX_DECLARE_LIST(Book, BooksList); class Author { ... 19 Jun 2008 01:19
wxMemoryDC + bitmap drawing system: VS2005/trunk/XP Hi, How can I draw on a bitmap in such a way that I get a bitmap with a transparent background? What I do at the moment is: dc.SetBackground( *wxTRANSPARENT_BRUSH ); dc.SetBackgroundMode(wxTRANSPARENT); dc.SetBrush( *wxTRANSPARENT_BRUSH ); dc.Clear(); & than dc.S... 19 Jun 2008 01:19
svg example if you want to read svg you need wxArt2D chris On 21 Mar 2008, at 07:54, Kazimierz Trewiñ wrote: Where I can found a simple example view SVG in DC? --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For addit... 19 Jun 2008 01:19
Re[2]: wxX11/wxUniversal colour scheme On Sat, 22 Mar 2008 11:21:13 +0100 GDR! <gdr(a)o2.pl> wrote: G> Dnia 20 marca 2008 1:13 Vadim Zeitlin <vadim(a)wxwidgets.org> napisał(a): G> G> > On Wed, 19 Mar 2008 20:08:04 +0100 GDR! wrote: G> > G> > G> My question is: is it possible to subclass wxColourScheme and set my G> > G> application to use it instead ... 19 Jun 2008 01:19
how to disable automatically handling some menu shortcuts? Hello Is there a way to display a shortcut for menu item as usually but disable its automatically handling? Background: I have a tree and some other controls in my window. I have added the following menu items itemMenu->Append(ID_MoveUP, _("Move &Up\tCtrl+Up"), _T(""), wxITEM_NORMAL); itemMenu->Appen... 19 Jun 2008 01:19
wxDocManager Multiple Views for Same Document ? - posting again, as new thread ... sorry - Hello, i am wondering if there is an example on how to implement multiple views of the same document .... i see that docmanager can be feeded with different views for the same document, but what do i have to do to switch the views, or implement different view windo... 19 Jun 2008 01:19
wxDocManager Multiple Views for Same Document ? Hello, i am wondering if there is an example on how to implement multiple views of the same document .... i see that docmanager can be feeded with different views for the same document, but what do i have to do to switch the views, or implement different view windows who work with the same data ? it would... 19 Jun 2008 01:19
duplicate messages Hello. I am getting two of every message to wx-users list, in case this is of note. This has happened ever since there was a message some time ago about switching servers. hv _______________________________________________ wx-users mailing list wx-users(a)lists.wxwidgets.org http://lists.wxwidgets.org/cgi-bi... 19 Jun 2008 01:19
Sizer in ScrolledWindow problem Hi, This seems to be a recurrent problem on this mailing list, but I didn't find any working solution so far. I have a scrolled window with a vertical box sizer in it. I'm adding panels in the sizer, so that they stack one above the other. Everything works fine, except that the panels will never shrink below ... 19 Jun 2008 01:19 |