[Gambas-devel] gambas-1.0.6 : * BUG: I finally got rid of the spurious warning generated by the TableView control.

Benoit Minisini gambas at ...1...
Mon May 9 14:15:21 CEST 2005


On Friday 06 May 2005 23:02, Charlie Reinl wrote:
> 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
>
>

You should backport to your code what I changed in CTableView.cpp. I just 
removed the calls in CTABLEVIEW_free() method that displayed these warnings.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the Devel mailing list