NetTalk Central

Author Topic: How can I download an image generated by a web page?  (Read 15560 times)

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: How can I download an image generated by a web page?
« Reply #15 on: March 24, 2010, 12:00:30 AM »
In your example, in the PageReceived method, you're calling the DisplayPage routine before saving the file.
There's no need to call displaypage, or even have it there, because this window will be invisible to the user.
The displayPage routine calls the TextOnly method - which is removing stuff from the PNG - hence your problem.

Cheers
Bruce


Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: How can I download an image generated by a web page?
« Reply #16 on: March 24, 2010, 04:38:47 AM »
Thanks Bruce!
Crystal clear!
-----------
Regards
Alberto