Re: [Gambas-user] Drop Event not being raised... but Change is...

2011-03-12 Thread BenoƮt Minisini
> Gambas 2.22 > >I am dragging from a listview to a textarea testing drag and drop > functionality. The interesting thing is that when I drop the item the > text in the textarea receives it but the drop() event never fires, I can > trap the Change() event, but not the Drop... anyone else ever

[Gambas-user] Drop Event not being raised... but Change is...

2011-03-07 Thread Stephen Bungay
Gambas 2.22 I am dragging from a listview to a textarea testing drag and drop functionality. The interesting thing is that when I drop the item the text in the textarea receives it but the drop() event never fires, I can trap the Change() event, but not the Drop... anyone else ever run into