[Gambas-user] R: Gridview cell coordinates

Ru Vuott vuott at ...325...
Fri Jan 2 20:35:07 CET 2015


Hi,

maybe, something like this example ?

Public Sub Form_Open()

  GridView1.Columns.Count = 2
  GridView1.Rows.Count = 2

End


Public Sub GridView1_Menu()    ' If right click... 

  Balloon.Info("Cell " & GridView1.Row & "," & GridView1.Column, GridView1, (GridView1.Columns[GridView1.Column].X + GridView1.Columns[GridView1.Column].W) / 2, GridView1.Rows[GridView1.Row].Y + GridView1.Rows[GridView1.Row].H)

End










--------------------------------------------
Ven 2/1/15, bill-lancaster <bill-lancaster at ...2231...> ha scritto:

 Oggetto: [Gambas-user] Gridview cell coordinates
 A: gambas-user at lists.sourceforge.net
 Data: Venerdì 2 gennaio 2015, 18:48
 
 I want to position a balloon by the
 gridview cell that was right clicked.
 It is necessary to scroll down to the lower rows.
 I'm struggling with this so any suggestion as to the best
 way to do this
 would be welcome.
 
 
 
 --
 View this message in context: http://gambas.8142.n7.nabble.com/Gridview-cell-coordinates-tp50069.html
 Sent from the gambas-user mailing list archive at
 Nabble.com.
 
 ------------------------------------------------------------------------------
 Dive into the World of Parallel Programming! The Go Parallel
 Website,
 sponsored by Intel and developed in partnership with
 Slashdot Media, is your
 hub for all things parallel software development, from
 weekly thought
 leadership blogs to news, videos, case studies, tutorials
 and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net
 _______________________________________________
 Gambas-user mailing list
 Gambas-user at lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list