[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

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

Re: [Gambas-user] Media playback

2017-03-07 Thread gbwilly
On 2017-03-05 15:53, Charlie wrote: > Thanks Fabien and bgWilly, > I was looking at this on behalf of someone else. I have discovered that > the > ToOpPy Linux 2.2 (the latest) is based on Ubuntu 12.04 which came with > Gambas2! None of the 'gstreamer-1' software, needed for Gambas 3.9.x, > is >

Re: [Gambas-user] Media playback

2017-03-07 Thread gbwilly
On 2017-03-07 20:10, gbwi...@openmailbox.org wrote: > On 2017-03-05 15:53, Charlie wrote: >> Thanks Fabien and bgWilly, >> I was looking at this on behalf of someone else. I have discovered >> that >> the >> ToOpPy Linux 2.2 (the latest) is based on Ubuntu 12.04 which came with >> Gambas2! None of