Re: [PHP-GTK] Re: Gtk2 issues I've found..

[email protected] (Andrei Zmievski) Tue, 04 Mar 2008 12:25:04 -0800
Newsgroups php.gtk.general
Message-ID <[email protected]>

Elizabeth M Smith wrote:
> Matt wrote:
>> Alright, after poking around quite a bit in a quite extensive
>> application I'm developing, I've run across the following issues when
>> using the new php-gtk 2 build:
>>
>> 1. The set_cell_data_func issue I mentioned earlier today where it will
>> not accept an array($obj,'func') as a callback function (but it works
>> fine with a regular function.)
>>
>> $col->set_cell_data_func($renderer, array($this, 'format_col'));
>> results in: Warning: Unable to invoke callback 'Array' specified
> 
> I have no idea why this one is funky - an ideas Andrei?

Not off the top of my head. I'd need sample code to reproduce.

-Andrei