At least in the "Transfer" window, the descriptive text for
the columns are not updated properly.
Ways to reproduce the problem:
1.) Change the size of either Download or Upload part to
size 0 and than slowly increasing the size will cause the
text to be not visible.
2.) Use another Window, move it over the text and than
slowly move it away from the text.
Workaround: It seems if the whole words are updated in
one step, the probelm doesn't occur - thus simply
iconification and than restauration of the window fixes the
problem. Even changing the part sizes as of 1.) or moving
the other window fast away 2.) will cause the text to be
visible as expected.
[Linux 2.4.23 - wxWidget 2.5.1 from CVS, wxInterface from
CVS as of Tue Mar 11 21:02:18 CET 2004]
Logged In: YES
user_id=784194
This is a wxWidgets bug, most probably due to their
improvements in the wxListCtrl class. Seems the wxListCtrl
column headers now use native widgets instead of harcdoded
self-drawn ones wx 2.4 used. Seems the new implementation
isn't finished yet, and some bugs are still around. Nothing
I can do against it from inside wxInterface code.
The recommended configuration for wxInterface still is
wxWidgets 2.4.2, patched with the neccesery patches
(flexgridsizer, listctrl, and on MSW, mswflatbuttons).
Madcat.