Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Charlie Reinl
Am Montag, den 28.09.2009, 18:55 +0200 schrieb Charlie Reinl: > Am Montag, den 28.09.2009, 16:00 +0200 schrieb Stefano Palmeri: > > Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > > > Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > > > > Hi, Benoit. > > > > > >

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Charlie Reinl
Am Montag, den 28.09.2009, 16:00 +0200 schrieb Stefano Palmeri: > Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > > 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 pastecl

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Stefano Palmeri
Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > 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 "Pas

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Benoît Minisini
> 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

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Charlie Reinl
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. T

Re: [Gambas-user] clipboard paste doesn't work

2009-09-27 Thread Stefano Palmeri
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

Re: [Gambas-user] clipboard paste doesn't work

2009-09-26 Thread 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

[Gambas-user] clipboard paste doesn't work

2009-09-19 Thread Stefano Palmeri
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 "Pas