Le 18/10/2014 05:01, herberth guzman a écrit :
> Hi
>
> To copy from Gambas3.6 (Iconview + Directory) with gb.qt a filemanager
> (Dolphin, Pcmanfm, Nautilus) works well.
>
> But gb.gtk gb.gtk3 or no work.
> code:
>
> sName_Paste = ivwDesktop.Current.Text
> sPath_Source = Directory & sName_Paste
Hi
To copy from Gambas3.6 (Iconview + Directory) with gb.qt a filemanager
(Dolphin, Pcmanfm, Nautilus) works well.
But gb.gtk gb.gtk3 or no work.
code:
sName_Paste = ivwDesktop.Current.Text
sPath_Source = Directory & sName_Paste
clsClipboard.Copy(sPath_Source, "text/uri-list")
How I can fix