Edit report at https://bugs.php.net/bug.php?id=52859&edit=1

 ID:               52859
 Updated by:       [email protected]
 Reported by:      payal dot awachate at gmail dot com
 Summary:          Using this function,i am unable to take the full
                   screen snapshop.
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          GD related
 Operating System: windows
 PHP Version:      5.3.3

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2010-09-16 10:05:32] [email protected]

Be sure you gave the web server user the desktop interaction permission, check 
the PHP documentation for more details.

------------------------------------------------------------------------
[2010-09-16 09:05:15] payal dot awachate at gmail dot com

Description:
------------
Using this function,i am unable to take the full screen snapshop.

Test script:
---------------
<?php
$browser = new COM("InternetExplorer.Application");
$handle = $browser->HWND;
$browser->Visible = true;
$browser->Fullscreen = true;
$browser->Navigate("http://aoba/imagegrab/test.html";);

/* Still working? */
while ($browser->Busy) {
    com_message_pump(4000);
}
$im = imagegrabwindow($handle, 0);
$browser->Quit();
imagepng($im, "iesnap.png");
imagedestroy($im);
?>


Expected result:
----------------
Using this function,i am unable to take the full screen snapshop.

Actual result:
--------------
Using this function,i am unable to take the full screen snapshop.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=52859&edit=1

Reply via email to