|
wxDialog - getting variables back to caller Im new to wxWidgets, but I did use QT a lot. QT seemed very easy to get variables back from a dialog window, however I cant seem to figure it out for wxWidgets. I have a dialog window where a user enters value(s). I want to return them to the caller. How is this done? I thought all I had to do was add acce... 14 Apr 2008 11:21
How to move the horizontal Toolbar to the vertical toolbar using drag-drop How to move the horizontal Toolbar to the vertical toolbar using drag-drop ... 14 Apr 2008 08:09
floating point in a DC Hi guys, Something I've always been unsure of. Is it possible to use floating point positions in a DC or do you have to use integer values ? i.e If i want to draw a circle at 10.5, 20.3 is that possible? Or is it integers only because each integer is a single pixel and you cant slice up a pixel any smaller than it... 14 Apr 2008 11:21
Mail OK? On Mon, Apr 14, 2008 at 1:00 AM, Kit Bishop <kit(a)bishop.net.nz> wrote: Is something wrong with the mailing list? I normally expect quite a number of messages on the list each day. Today there have been none. It must be that the software is now bug free and the documentation is flawless. ;) More likely i... 14 Apr 2008 02:18
Linker Error using wxString with C++ Builder I'm using Borlands C++ Builder 5 and want to include the wxString class. I have the following code: #include <wx/string.h> wxString Test="Test"; and I get the following linker Errors [Linker Error] Unresolved external 'wxStringBase::npos' referenced from START.OBJ [Linker Error] Unresolved external 'wxStr... 13 Apr 2008 12:43
wxSizerItem::SetSpacer leaks Hi, Im not sure if im missing how this function is supposed to be used, but i have a spacer which i would like to change its size, so i use wxSizerItem::SetSpacer(). According to the docs the function "Set the size of the spacer tracked by this item.", no where in that does it indicate that the a new spacer ... 14 Apr 2008 11:21
Re[4]: wxMSW DrawText and SetUserScale On Sat, 12 Apr 2008 23:36:05 -0400 Martin Cote <cote.martin(a)gmail.com> wrote: MC> Sorry for the confusion. I'll try to explain myself better. If I'm MC> saving a wxString (with wxMSW) that contains the letter '�', the MC> sequence \311 is written in the file (the octal value of '�'). It would be helpful if y... 13 Apr 2008 10:20
working with xml dataobjects ? Hi there, so, now i want to use xml objects as d'n'd data objects, the xmldocument class owns the load/save functions wich take wxinput/wxoutput stream objects to load/save, so, how would i start with a xmldata object ? the data objects are as far as i know filled with void* buffer pointers, so, i think i can us... 13 Apr 2008 05:22
Re[2]: wxMSW DrawText and SetUserScale On Sat, 12 Apr 2008 20:55:45 -0400 Martin Cote <cote.martin(a)gmail.com> wrote: MC> On Sat, Apr 12, 2008 at 7:14 PM, Vadim Zeitlin <vadim(a)wxwidgets.org> wrote: MC> > MC> Also, Unicode strings doesn't seems to display well with the same MC> > MC> drawing functions. MC> > MC> > What do you mean? MC> MC> Well,... 12 Apr 2008 23:49
wxMSW DrawText and SetUserScale Hi, I'm having the following problem. The text that I'm drawing (using either wxDC::DrawText or wxDC::DrawLabel) doesn't scale after a wxDC::SetUserScale. Every thing that is drawn is scaled properly except for the text, which stays the same size (but it is drawn at the proper position). This only happens i... 14 Apr 2008 21:00 |