Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 84 by fidojo...@gmail.com: RowAt event problem in GB.GTK, works  
fine with GB.QT
http://code.google.com/p/gambas/issues/detail?id=84

1) Describe the problem.

RowAt event with GridView with GB.QT with 6 rows report this index:

PUBLIC SUB GridView_MouseDown()
PRINT GridView.RowAt(Mouse.Y)
END

0
1
2
4
5

RowAt event with GridView with GB.GTK with 6 rows report this index:

PUBLIC SUB GridView_MouseDown()
PRINT GridView.RowAt(Mouse.Y)
END

1
2
3
4
5
-1

So GB.GTK component is working bad reporting the index.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: 2.23.1
Operating system: Linux
Distribution: Xubuntu 11.04
Architecture: x86
GUI component: QT3 / GTK+
Desktop used: XFCE




------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to