Re: [Gambas-user] TableView1_Drop on which row/col? Ok: Drop.X

2014-06-30 Thread wig
>> Le 27/06/2014 13:36, wig a écrit : >>> >>> >>> I try to drag the text from a textlabel to a cell on my TableView. >>> >>> How to determine the cell where the drop happened? >>> >>> Public Sub TableView1_Drop() >>> >>> Debug TableView1.Row >>> >>> Debug TableView1.Column >>> >>> ' TableView1[

[Gambas-user] TableView1_Drop on which row/col?

2014-06-27 Thread wig
I try to drag the text from a textlabel to a cell on my TableView. How to determine the cell where the drop happened? Public Sub TableView1_Drop() Debug TableView1.Row Debug TableView1.Column ' TableView1[Row, Column].Text = Drag.Data End This Debug gives me -1 for each, so that'