[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-04 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- Comment #2 by gbWilly GAMBOS: Sorry my in my previous note I made a mistake: jessie has Gambas 3.5.4 installed and upgrading jessie to stretch means upgrading gambas 3.5.4 to 3.8.4 and that is when the problem occurs. So, you en

[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-04 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- Comment #1 by gbWilly GAMBOS: Little note on the side: Installing the Gambas 3.8.4 packages on Jessie goes well and qt4 is used (as that is what Jessie repository provides for). Installing the Gambas 3.8.4 packages on Stretch go

[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-04 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- gbWilly GAMBOS reported a new bug. Summary --- Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian) Type : Bug Priority : Low Gambas version : 3.8 Product : QT5 compone

Re: [Gambas-user] Storing files in clipboard

2016-03-04 Thread Roel Touwen
Already solved: mimetype=uri-list op 04-03-16 14:06, Roel Touwen schreef: > Hi All, > > I would place a file in the clipboard so I can paste that in the os. I > presume I have to use the mimetype in clipboard.copy() but what mimetype > to use. > >Clipboard.Copy((OrgBasePath & "/" & tv.key),

[Gambas-user] Storing files in clipboard

2016-03-04 Thread Roel Touwen
Hi All, I would place a file in the clipboard so I can paste that in the os. I presume I have to use the mimetype in clipboard.copy() but what mimetype to use. Clipboard.Copy((OrgBasePath & "/" & tv.key), "*text/directory*") Thanks! Roel