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
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
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
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),
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