[Gambas-user] clipboard paste doesn't work

Benoît Minisini gambas at ...1...
Mon Sep 28 14:38:08 CEST 2009


> Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini:
> > > Hi, Benoit.
> > >
> > > It seems that Clipboard.Paste() doesn't work (see example pasteclip).
> > >
> > > I select a text somewhere, then press in the example "Paste from
> > >  clipboard", but it does not return the text I've selected. To make it
> > > work I have to:
> > >
> > > 1) select the text;
> > > 2) copy the text;
> > > 3) press the button  "Paste from clipboard"
> >
> > There are two clipboards on X-window. One that is filled when you select
> > something, and the other that is filled when you explicitely select the
> > "copy" command.
> >
> > In Gambas, the Clipboard class only deals with the second clipboard, not
> > the first one.
> >
> > Regards,
> 
> Salut,
> is there a way to inspect the first clipboard ?
> 

No. But if I find a clean way to do that, I may provide an access to the 
"primary" clipboard in Gambas 3.

Regards,

-- 
Benoît Minisini




More information about the User mailing list