Re: [Gambas-user] Drag Icon

2017-03-07 Thread Charlie
There seems to be an issue depending on which Component you use: - gb.gui & gb.gtk3 only give a default 'drag.icon' gb.qt4 works as desired but only on the 2nd and subsequent 'drags' This is what I managed to get working: - take21.tar

[Gambas-user] Drag Icon

2017-03-07 Thread novae_lithic
Hi, I can't understand why my drag icon is not changing with the following code... Public Sub TilesGroup_MouseDrag() If Mouse.Left Then Last.Drag(Last.Tag) Drag.Icon = Picture["icon:/32/add"] End If End where TileGroup is a group of Buttons in an array: Tiles[i, j] = New Button(M