From: John L. <jla...@gm...> - 2010-11-23 05:21:18
|
On Sat, Oct 23, 2010 at 12:37 PM, Jean-Yves F. Barbier <12...@gm...> wrote: > Hi list, > > I've got a difference between a wxLua and python display aspect: an empty > LictCtrl has its columns headers displayed under python but not under > wxLua, is this normal? Perhaps, different versions of wxWidgets may behave a little differently, unless you compiled them both yourself. I assume that once the wxListCtrl is populated it works as expected? > In a wxLua frame, I've got some 'SetToolTip' (linked to buttons) but they > don't show up when the mouse' hover the corresponding widget, what is > missing? What system is this on, where did you get wxLua, compile it yourself, etc? There was a bug in wxWidgets where the tooltips weren't shown, but it is fixed now. Regards, John |