Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-18 Thread Benoît Minisini
Le 17/10/2014 16:29, Tobias Boege a écrit : > Hi, > > there is a project attached which tries to implement some drag and drop. The > archive has gb.qt4 as graphical component but let me start with its behaviour > under gb.gui: > > - drag from SourceLabel und SourceTextBox and drop on Destination

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-18 Thread Jørn Erik Mørne
Den 18. okt. 2014 15:59, skrev Ron: > I have to drag a control on my form a few time until it sticks... > Is this related? > > Ubuntu 14.04.1 This is often also my experience... -- Comprehensive Server Monitoring with Si

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-18 Thread Ron
I have to drag a control on my form a few time until it sticks... Is this related? Ubuntu 14.04.1 Regards, Ron. 2014-10-17 19:05 GMT+02:00 : > Den 2014-10-17 18:44, skrev Jørn Erik Mørne: > >> Tobias Boege wrote: >>> >>> Hi, >>> >>> there is a project attached which tries to implement some dra

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-17 Thread epost
Den 2014-10-17 18:44, skrev Jørn Erik Mørne: Tobias Boege wrote: Hi, there is a project attached which tries to implement some drag and drop. The archive has gb.qt4 as graphical component but let me start with its behaviour under gb.gui: - drag from SourceLabel und SourceTextBox and drop o

Re: [Gambas-user] Drag and drop inconsistent across toolkits

2014-10-17 Thread Jørn Erik Mørne
Tobias Boege wrote: > Hi, > > there is a project attached which tries to implement some drag and drop. > The > archive has gb.qt4 as graphical component but let me start with its > behaviour > under gb.gui: > > - drag from SourceLabel und SourceTextBox and drop on Destination work, > - if I do

[Gambas-user] Drag and drop inconsistent across toolkits

2014-10-17 Thread Tobias Boege
Hi, there is a project attached which tries to implement some drag and drop. The archive has gb.qt4 as graphical component but let me start with its behaviour under gb.gui: - drag from SourceLabel und SourceTextBox and drop on Destination work, - if I do three drag and drops: (i) from SourceLab

Re: [Gambas-user] Drag and Drop

2010-12-28 Thread Dag-Jarle Johansen
Hi Benoit, I figured it out, how to move something around... 2010/12/27 Dag-Jarle Johansen > Hi Benoît, > > Ok, Still it would be nice to find out how that works. It's such a long > time since I have done such things, I'll have to start all over again, and > then better do it right. > > Regards

Re: [Gambas-user] Drag and Drop

2010-12-27 Thread Dag-Jarle Johansen
Hi Benoît, Ok, Still it would be nice to find out how that works. It's such a long time since I have done such things, I'll have to start all over again, and then better do it right. Regards, Dag-Jarle 2010/12/27 Benoît Minisini > > Hi all, > > > > I have done it before, but just forgot it (an

Re: [Gambas-user] Drag and Drop

2010-12-27 Thread Benoît Minisini
> Hi all, > > I have done it before, but just forgot it (and can't find any appropriate > samples) > At the moment using Gambas 2.19 shipped with Ubuntu 10.04, Gnome > > I have a container which I would like to move around on the form with the > mouse, and can't figure out how I can do that. > Do

[Gambas-user] Drag and Drop

2010-12-27 Thread Dag-Jarle Johansen
Hi all, I have done it before, but just forgot it (and can't find any appropriate samples) At the moment using Gambas 2.19 shipped with Ubuntu 10.04, Gnome I have a container which I would like to move around on the form with the mouse, and can't figure out how I can do that. Does anyone have a s