[Gambas-user] Getting selected HTML in a WebView control (was Re: WebView1_MouseDown() question)

2011-08-24 Thread Benoît Minisini
> 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 > > > > > > I

[Gambas-user] possible bug in Gambas IDE

2011-08-24 Thread Fabián Flores Vadell
Gambas 3 RC2 rev: 4009 In the watch tab, click on the remove button when there's nothing selected, cause that the Gambas IDE closes suddenly. (try enough if crash not happen immediately). Can someone check it? -- Fabián Flores Vadell www.comoprogramarcongambas.blogspot.com www.speedbooksargenti

[Gambas-user] Moving a modal child window

2011-08-24 Thread charlesg
Hi I am trying to position a modal child window relative to its parent. When I put 'me.top = FMain.top + 20' in the _Open class of the child, it works with GTK but not QT (where the child window opens centered). I can get the child window to move correctly in both GTK and QT by using a 1msec tim