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 you have to make >

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
May be you have to make Clipboard.Copy() before to Paste? hth Simonart Le 13/04/2013 17:32, Fabien Bodard a écrit : > I don't know... > Le 13 avr. 2013 14:24, "Ru Vuott" a écrit : > >> Thank you Fabien, >> >> but if I want to use "clipboard.Paste()" Gambas function, after simply >> highlighted an

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

2013-04-13 Thread Fabien Bodard
I don't know... Le 13 avr. 2013 14:24, "Ru Vuott" a écrit : > 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

Re: [Gambas-user] Issue 419 in gambas: Expect: 100-continue XML-RPC returns HTTP 415 Unsupported Media Type

2013-04-13 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 419 by adrien.p...@gmail.com: Expect: 100-continue XML-RPC returns HTTP 415 Unsupported Media Type http://code.google.com/p/gambas/issues/detail?id=419 Do you have a little test project that reproduces the problem ? -- You received this m

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

2013-04-13 Thread Ru Vuott
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 right button of mouse. I repeat: if I highlight an external text