|
Prev: wxGCDC for printing
Next: [MinGW 3.4.5, wxWidgets 2.8.7] minimal.exe crashes with certain build options
From: Vadim Zeitlin on 24 Apr 2008 10:47 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 work... it's done like this simply because wxHtmlWindow predates wxHtmlListBox and so the code could safely assume this before. And nobody cared enough to change it later. But, again, it shouldn't be that difficult to make it work. Unfortunately I just don't have time at all to do it myself. Regards, VZ -- TT-Solutions: wxWidgets consultancy and technical support http://www.tt-solutions.com/ |