Re: [Gambas-user] How to read mouse wheel string

2013-04-29 Thread Benoît Minisini
Le 14/04/2013 00:37, Ru Vuott a écrit : > Hello Bruce, > > > >> >> (Just to clarify something about your actual problem. If >> your user >> highlights text in some external window and then clicks the >> middle mouse >> button over a gambas textarea, does the text appear?) >> > > Yes, it does. No pr

Re: [Gambas-user] How to read mouse wheel string

2013-04-13 Thread Ru Vuott
Yes, I know it. Thank you anyway, Dominique. Ciao vuott --- Sab 13/4/13, Simonart Dominique ha scritto: > Da: Simonart Dominique > Oggetto: Re: [Gambas-user] How to read mouse wheel string > A: gambas-user@lists.sourceforge.net > Data: Sabato 13 Aprile 2013, 20:37 > May be y

Re: [Gambas-user] How to read mouse wheel string

2013-04-13 Thread Ru Vuott
Hello Bruce, > > (Just to clarify something about your actual problem. If > your user > highlights text in some external window and then clicks the > middle mouse > button over a gambas textarea, does the text appear?) > Yes, it does. No problem. > > You cannot get the highlighted text in

Re: [Gambas-user] How to read mouse wheel string

2013-04-13 Thread Bruce
On Sat, 2013-04-13 at 13:23 +0100, Ru Vuott wrote: > Thank you Fabien, > > but if I want to use "clipboard.Paste()" Gambas function, after simply > highlighted an external text, it doesn't work. > It works, if I highlight the (external) text and I use ctrl+C function or > "Copy" function from ri

Re: [Gambas-user] How to read mouse wheel string

2013-04-13 Thread Simonart Dominique
text and after simply I use >> "clipboard.Paste()", my Gambas application doesn't get and doesn't show >> that text. >> >> >> >> >> --- Ven 12/4/13, Fabien Bodard ha scritto: >> >>> Da: Fabien Bodard >>> Oggett

Re: [Gambas-user] How to read mouse wheel string

2013-04-13 Thread Fabien Bodard
; --- Ven 12/4/13, Fabien Bodard ha scritto: > > > Da: Fabien Bodard > > Oggetto: Re: [Gambas-user] How to read mouse wheel string > > A: "mailing list for gambas users" > > Data: Venerdì 12 Aprile 2013, 21:28 > > http://gambasdoc.org/help/comp/gb.qt4/cli

Re: [Gambas-user] How to read mouse wheel string

2013-04-13 Thread Ru Vuott
f I highlight an external text and after simply I use "clipboard.Paste()", my Gambas application doesn't get and doesn't show that text. --- Ven 12/4/13, Fabien Bodard ha scritto: > Da: Fabien Bodard > Oggetto: Re: [Gambas-user] How to read mouse wheel string >

Re: [Gambas-user] How to read mouse wheel string

2013-04-12 Thread Fabien Bodard
http://gambasdoc.org/help/comp/gb.qt4/clipboard/paste?v3 Le 12 avr. 2013 19:50, "Ru Vuott" a écrit : > Hello, > > how to store the string saved in the mouse from an "external" text > directly to a string variable (I mean the highlighted text by mouse > operation and you can see by clicking on mou

[Gambas-user] How to read mouse wheel string

2013-04-12 Thread Ru Vuott
Hello, how to store the string saved in the mouse from an "external" text directly to a string variable (I mean the highlighted text by mouse operation and you can see by clicking on mouse wheel). Regards vuott -- Pr