PHP Classes

working great

Recommend this page to a friend!

      Screenshot  >  All threads  >  working great  >  (Un) Subscribe thread alerts  
Subject:working great
Summary:developing this function ..
Messages:2
Author:wesece
Date:2008-06-17 00:52:17
Update:2008-06-17 19:40:29
 

  1. working great   Reply   Report abuse  
Picture of wesece wesece - 2008-06-17 00:52:17
Thanks for this screenshot class.
I was first going to use IECapt, but will end up using your class.

I installed it on my test module after upgrading my php version.

oh yeah.
I am talking using this class on a wapache server that i use to create a desktop application for windows users.

What really would make this class great is a time delay.
the time delay would allow slow websites to load before the screenshot is taken.


  2. Re: working great   Reply   Report abuse  
Picture of Daniel Neville Daniel Neville - 2008-06-17 19:40:29 - In reply to message 1 from wesece
It does wait until IE reports ready state 4.

You could always use the http://php.net/sleep or usleep functions.

Dan