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

 ID:                 52859
 Updated by:         paj...@php.net
 Reported by:        payal dot awachate at gmail dot com
 Summary:            Using this function,i am unable to take the full
                     screen snapshop.
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            GD related
 Operating System:   windows
 PHP Version:        5.3.3
 Block user comment: N

 New Comment:

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


Previous Comments:
------------------------------------------------------------------------
[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 http://bugs.php.net/bug.php?id=52859&edit=1

Reply via email to