jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

crAddScreenshot( CR_AS_MAIN_WINDOW); #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Add crAddScreenshot( CR_AS_MAIN_WINDOW); to callback for a main window not 
aligned to screen at 0,0 origin. (mine is centered into screen)

What is the expected output? What do you see instead?
Full image of main window of my app, instead I've got a PNG with same width and 
heigth of my app, but capture starts at upper left corner of screen instead, so 
that only parts of app is visible.

What version of the product are you using? On what operating system?
1.27. VISTA SP2 - 32bit

Please provide any additional information below.
Probably it was present also in previous version, but normally I put my apps at 
full screen when starting, so that 0,0 coordinates of mail frame is 
corresponding to 0,0 of screen

Original issue reported on code.google.com by zacca...@zaksoft.com on 10 Oct 2010 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 13 Oct 2010 at 3:31

GoogleCodeExporter commented 9 years ago
I just discovered this bug today too.  I don't think I would have noticed it 
without the new image previews in the Error Report Details dialog box.  My fix 
is attached.

Original comment by eric.fr...@gmail.com on 14 Oct 2010 at 3:55

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in v.1.2.8

Original comment by zexspect...@gmail.com on 15 Feb 2011 at 3:42