|
Is anything wrong with this? Hi, ALL, Is this code OK? wxString temp; temp.Format( "%d", font.GetPixelSize().GetHeight() ); Problem is "temp" variable does not have anything in it. I need this code so, the "temp" variable can be put in the combo. wx SVN, VC6, WinXP. Thank you. ... 24 Apr 2008 12:39
can wxFont be created from native handle ? (msw) Hi, While converting an application from Windows API to wx, I'm encountering a problem matching exactly the fonts of controls for compatibility with the version the users are used to. The quick-and-dirty solution would be to wrap up the Windows font handles (HFONT) as wxFont. Can this be done ? And how ? ... 24 Apr 2008 13:27
[MinGW 3.4.5, wxWidgets 2.8.7] minimal.exe crashes with certain build options Hi, I compiled wxWidgets 2.8.7 on Windows XP with the MinGW 3.4.5 compiler toolset with the following command mingw32-make -f makefile.gcc BUILD=release MONOLITHIC=1 SHARED=1 in build/msw If I go then to samples/minimal and compile the minimal sample with the same command mingw32-make -f makefile.g... 24 Apr 2008 11:03
Re[2]: own tag handlers + wxHtmlSimpleListBox On Thu, 24 Apr 2008 07:41:17 -0700 (PDT) Jim <mrmaple(a)gmail.com> wrote: J> The problem is that native wxControls, when placed in a HTML control, J> assume that the HTML control is a ScrolledPanel, and in the case of J> the listBox, each list item is not its own ScrolledPanel. It should be possible to make this... 24 Apr 2008 11:03
wxGCDC for printing Hey all, Is it possible to use a wxGCDC for printing? In my panel I'm using graphics context methods to draw to the screen, so I can do it in floating point. I tried to copy that code for printing and I got a blank screen, some test code suggests the wxDCDC doesnt work. bool Printout::OnPrintPage(int page) {... 24 Apr 2008 10:15
scaling of fonts Hey guys, Quick query. I'm looking to find out how to scale fonts correctly in a dc. I essentially need a way to convert pixel values to pt values. Has anyone had to do this before? I'm trying to make sure that my font resizes correctly with my window,but am having trouble figuring it out. Any guidance much... 24 Apr 2008 05:15
wxAuiNotebook.AddPage from a thread => application freeze Hi all, What I have now is a application and a working thread. Recently, I had to create a new tab from the working thread ... and the application freeze. It is possible this thing to happened or is a lock problem somewhere? Thank you, Mihai ... 24 Apr 2008 07:38
More advanced wxListCtrl hi there, i'm in need of some more advanced wxListCtrl. For example if you have a look at the contact list provided by skype. You have numerous contacts and each contact has its own buttons and all this stuff. I'm able to add icons to wxListCtrl or even images using a wxImageList - but how can that be done? ... 24 Apr 2008 11:03
Re[13]: [msw 2.8.7] Problem saving application settings when system is shut down On Wed, 23 Apr 2008 15:47:29 +0200 Eric Jensen <ml(a)j-dev.de> wrote: EJ> The above code seems to work fine. It still feels a bit like EJ> a dirty hack, but i guess that's what you need to circumvent Windows EJ> behavior sometimes ;) Thanks for testing, I've applied this change to the trunk too now. And I hope ... 23 Apr 2008 18:09
wxHashSet error (in plain text) I follow the example provided at http://docs.wxwidgets.org/2.8.6/wx_wxhashset.html as follows: class MyClass { /* ... */ }; // same, with MyClass* keys (only uses pointer equality!) WX_DECLARE_HASH_SET( MyClass*, wxPointerHash, wxPointerEqual, MySet1 ); .... here is my line: WX_DECLARE_HASH_SET(DIRPICKERDESC... 23 Apr 2008 18:09 |