|
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
wxHashSet error 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 10:07
Re[12]: [msw 2.8.7] Problem saving application settings when system is shut down Hello Vadim, Friday, April 18, 2008, 2:23:49 AM, you wrote: EJ>> Your second idea worked though. Here is what we have now: EJ>> EJ>> void wxApp::OnEndSession(wxCloseEvent& WXUNUSED(event)) EJ>> { EJ>> //if(GetTopWindow()) GetTopWindow()->Close(true); EJ>> // Windows will terminate the process soon aft... 23 Apr 2008 10:07
I just realised I've been bombarding this list with help for months but I never said what I was using the toolkit for :) I'm working on some software ,as part of a research project, that will help deliver visually inensive material to visually impaired learners in a distance learning scenario. I'm writing software to both autho... 23 Apr 2008 08:32 |