[Gambas-user] Issue 84 in gambas: RowAt event problem in GB.GTK, works fine with GB.QT

gambas at ...2524... gambas at ...2524...
Thu Aug 25 11:28:45 CEST 2011


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

New issue 84 by fidojo... at ...626...: 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







More information about the User mailing list