Re: [gnome-db] GnomeDb.Grid Problem



On Fri, 2003-12-05 at 22:00, DragonK wrote:
> Hello,
> 
> I'm trying to use a GnomeDb.Grid object in a C# application, and I've added
> a RowSelected Event Handler like this:
> 
> db_grid = new GnomeDb.Grid();
> (...)
> db_grid.RowSelected += new GnomeDbSharp.RowSelectedHandler(row_event);
> 
> public void row_event(System.Object obj, EventArgs args) {
>     Console.WriteLine("in event");
> }
> 
> The thing is that the handler seems to be called only when the first row 
> is selected,
> but not for the others.
> 
> Can anybody point me in the right direction?
> 
this was a bug in libgnomedb's DbGrid widget. It's been fixed in CVS, so
either get the CVS version (HEAd contains 1.1.x and the
'release-1-0-branch' contains the 1.0.x series) or wait for 1.0.3.

cheers




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]