Re: [Gambas-user] WebBrowser - read out the shown html document

2010-08-04 Thread Benoît Minisini
> Hi Dimitris, > > thanks, thanks, thanks for this solution. It works perfectly. > > Regards > > - Andreas - > > Or, In Gambas 3, WebView has a HTML property. Regards, -- Benoît Minisini -- The Palm PDK Hot Apps P

Re: [Gambas-user] WebBrowser - read out the shown html document

2010-08-04 Thread Andreas Fröhlke
- read out the shown html document Hey Andreas, >From what I've read in the documentation there's no text property or any other way to get the source code of the currently showing webpage in the webbrowser control... yet; so after a bit of googling this is what I've come up wi

Re: [Gambas-user] WebBrowser - read out the shown html document

2010-08-04 Thread Dimitris Anogiatis
Hey Andreas, >From what I've read in the documentation there's no text property or any other way to get the source code of the currently showing webpage in the webbrowser control... yet; so after a bit of googling this is what I've come up with. assuming that your webbrowser control is called Web

[Gambas-user] WebBrowser - read out the shown html document

2010-08-03 Thread Andreas Fröhlke
Hello, I use the Gambas-Browser to open an shopping website. There the user can choose his products and order them. T last page of the shop is a status page with all informations in the html-source-code written as comments, which i must read out and save in a mysql database. Is there a way to r