Re: [Gambas-user] WebView1_MouseDown() question

2011-08-23 Thread richard terry
On Tuesday 23 August 2011 23:47:33 Benoît Minisini wrote: > > This code I got I think from the webview demo some time ago: > > > > If hTest.Selected Then > > Clipboard.Copy(Webview1.SelectedText) > > Print webview1.SelectedText > >End If > > > > If the webview contains html, th

Re: [Gambas-user] WebView1_MouseDown() question

2011-08-23 Thread Benoît Minisini
> This code I got I think from the webview demo some time ago: > > If hTest.Selected Then > Clipboard.Copy(Webview1.SelectedText) > Print webview1.SelectedText >End If > > If the webview contains html, then the print webview1.selected text prints > out plain text. > > Is the

[Gambas-user] WebView1_MouseDown() question

2011-08-23 Thread richard terry
This code I got I think from the webview demo some time ago: If hTest.Selected Then Clipboard.Copy(Webview1.SelectedText) Print webview1.SelectedText End If If the webview contains html, then the print webview1.selected text prints out plain text. Is there anyway I can captu