[Gambas-devel] gambas-1.0.6 : * BUG: I finally got rid of the spurious warning generated by the TableView control.
Charlie Reinl
Karl.Reinl at ...16...
Fri May 6 23:02:44 CEST 2005
Salut Benoit,
With my changes, which I keep under my knees ;-)
BEGIN_PROPERTY(CTABLECOLS_Visible)
if VPROP(GB_BOOLEAN)
WIDGET->showColumn ( THIS->col ) ;
else
WIDGET->hideColumn ( THIS->col );
END_PROPERTY
On 1.0.6 I'v get that now
QApplication::postEvent: Unexpected null receiver
Any hind for my ?
Amicalment
Charlie
More information about the Devel
mailing list