Re: [Gambas-user] More Questions about WebView

2015-10-14 Thread Moviga Technologies
 

Great (y) 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
 

What distro are you using? It is very strange that tidy is not included
in your repo. I have it on my Arch system, and I see that Ubuntu has it
too (http://packages.ubuntu.com/search?keywords=tidy). 

  
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
Yes, yes, you are right :-[ .
But often, when I think something is unusual, I search www instead of YaSt...
I will remember.


Am 13.10.2015 um 22:06 schrieb Moviga Technologies:
>   
>
> Hah! So, where do you normally look when you look for packages :)
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
 

There is a newer version/fork called tidy-html5 though, but this is
normally not in the official repos (yet). 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
 

Hah! So, where do you normally look when you look for packages :) 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
Hmm. Yes, maybe.
But I spent almost 1 hour now trying to download this and getting it to work. 
Without luck.
It's very old, and the binary doesn't react to anything...
I imagine something that a possible user of my program coulld use, too.

Am 13.10.2015 um 19:37 schrieb Moviga Technologies:
>   
>
> 1. You can use Tidy HTML through Shell
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] More Questions about WebView

2015-10-13 Thread Matti
1. Everything I write into WebView using 
'.Eval("document.execCommand('insertHTML'...)'  is written in the source code 
in one line.
There is no formatting at all, and '\n' etc are not accepted.
So, the whole document from  to  is just one line, including text 
and tables and and...
The HTML source code is absolutely illegibile this way.
How could I get this beast to format the source code like a 'normal' HTML code, 
with new lines and indentation?

2. If I have made changes in the source code, I refresh WebView with 
'WebView.HTML = ...'
Works fine - except for images and images inside 'https://lists.sourceforge.net/lists/listinfo/gambas-user