Il sabato 26 settembre 2009 21:55:33 Benoît Minisini ha scritto:
> > 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,

Thanks for reply.

It would be useful to have:

Clipboard.PastePrimary
Clipboard.PasteSecondary

Just an idea.

Regards,

Stefano



------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to