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(Me) As "TilesGroup"

* On a broader level, where can I find examples or more detailed information
about how to use the Drag and Drop functionality? The wiki
(http://gambaswiki.org/wiki/comp/gb.qt4/drag) is quite sparse and has no
examples.



--
View this message in context: 
http://gambas.8142.n7.nabble.com/Drag-Icon-tp58574.html
Sent from the gambas-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to