|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/30/2008 10:27:23 AM
Posts: 2,
Visits: 9
|
|
| Hi, I am having trouble with the print screen option while doing the experiment. I need to get the exact pic presented to the subject, but when I print screen the stimulus slide, it is always giving me a screenshot with a resolution of 640X480, even though the actual resolution of the screen is 1280X1024 or something like that. Also I noticed that the print screen does work when I am still in the screen where I am entering the subject details like the subject No, Male or Female, Age etc. Please help, Sravani
|
|
|
|
|
Forum MVP
      
Group: Administrators
Last Login: Today @ 8:55:28 AM
Posts: 536,
Visits: 1,158
|
|
| Although your desktop resolution may be 1280x1024, the experiment Display device properties (Experiment Object, Devices tab) default to 640x480 but can be edited. You can use the following script to dump the entire or partial screen contents... Display.Canvas.SaveImage "Screen.bmp" -Brandon
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/30/2008 10:27:23 AM
Posts: 2,
Visits: 9
|
|
| Dear Brandon, Is it possible to dump all the screens being displayed to the subject using this? If so, where exactly should I give this command? Thanks, Sravani
|
|
|
|
|
Forum MVP
      
Group: Administrators
Last Login: Today @ 8:55:28 AM
Posts: 536,
Visits: 1,158
|
|
| You can dump the current screen at any time, just stick the code in an InLine at the point you wish to do so. See the attached for an example. -Brandon
|
|
|
|