Re: [Gambas-user] A question about WebView

2016-10-14 Thread Gianluigi
Lucky you Jorge, if here in Genoa, today not there had been a whirlwind (no electricity and discarge notebook :-( ) I (too) would have answered so: '-- Public Sub Form_Open() WebView1.HTML = MakeHtml() End Private Function MakeHtml() As String Dim sHtml As

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Gianluigi
Hello Jorge, I do not understand the question, could you be more specific? Thank you Gianluigi 2016-10-13 18:29 GMT+02:00 Jorge Carrión : > Is there a way to stop the follow of links in webview when webview is in > "edit mode" (editable=true)? > > Best Regards >

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Gianluigi
Hello Jorge, I do not understand the question, could you be more specific? Thank you Gianluigi 2016-10-13 18:29 GMT+02:00 Jorge Carrión : > Is there a way to stop the follow of links in webview when webview is in > "edit mode" (editable=true)? > > Best Regards >

Re: [Gambas-user] Incomplete gambas 3.9 install

2016-10-14 Thread Gianluigi
Probably say a stupidity, try doing: Project > Compile all and restart. Regards Gianluigi 2016-10-14 3:56 GMT+02:00 T Lee Davidson : > Whatever distribution you are using may likely did not automatically > install ALL of the Gambas components. For this particular >

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Jorge Carrión
I'm trying to do a control like textEdit, but allowing with links and images, based on webBrowser example. All is done and works fine, but if I create a link (: > Hello Jorge, > I do not understand the question, could you be more specific? > Thank you > Gianluigi > > 2016-10-13 18:29 GMT+02:00

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Moviga Technologies
There might be a way to do it with Gambas, but you can use javascript's preventDefault() http://www.w3schools.com/jsref/event_preventdefault.asp Den 14. okt. 2016 12:15, skrev Jorge Carrión: > I'm trying to do a control like textEdit, but allowing with links and > images, based on webBrowser

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Jorge Carrión
Well... I think that I've found a workaround only with gambas. (It's a little tricky but it works), Thank you for the answers. Best Regards 2016-10-14 15:03 GMT+02:00 Moviga Technologies : > There might be a way to do it with Gambas, but you can use javascript's >