Dear list,
How can I take a screenshot of a separate Pharo window? eg of the MethodFinder window only? cheers, AA _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Nothing that I know of... depends on OS but I generally screenshot the
active window then crop in Paint.net... Regards, Gary ----- Original Message ----- From: "Adrian Kuhn" <[hidden email]> To: <[hidden email]> Sent: Monday, January 18, 2010 5:20 PM Subject: [Pharo-project] Screenshot of Pharo windows > Dear list, > > How can I take a screenshot of a separate Pharo window? eg of the > MethodFinder > window only? > > cheers, > AA > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In mac os, command + shift + 4 and then draw what you want to screenshot. Then, look in the desktop :)
On Mon, Jan 18, 2010 at 6:24 PM, Gary Chambers <[hidden email]> wrote: Nothing that I know of... depends on OS but I generally screenshot the _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In Pharo:
Ctrl-click on Morph -> add Halo then click Menu halo button (red one) and chose Export ... jpg, png, gif ,bmp. It will store its 'screenshot' to that file. 2010/1/18 Mariano Martinez Peck <[hidden email]>: > In mac os, command + shift + 4 and then draw what you want to screenshot. > Then, look in the desktop :) > > On Mon, Jan 18, 2010 at 6:24 PM, Gary Chambers <[hidden email]> > wrote: >> >> Nothing that I know of... depends on OS but I generally screenshot the >> active window then crop in Paint.net... >> >> Regards, Gary >> >> ----- Original Message ----- >> From: "Adrian Kuhn" <[hidden email]> >> To: <[hidden email]> >> Sent: Monday, January 18, 2010 5:20 PM >> Subject: [Pharo-project] Screenshot of Pharo windows >> >> >> > Dear list, >> > >> > How can I take a screenshot of a separate Pharo window? eg of the >> > MethodFinder >> > window only? >> > >> > cheers, >> > AA >> > >> > >> > _______________________________________________ >> > Pharo-project mailing list >> > [hidden email] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
First, get the halos (Control + Left Click in Windows and press "add
halo") and the, from red halo, "export" permit to have a graphics. Don't forget morphic guys :) 2010/1/18 Mariano Martinez Peck <[hidden email]>: > In mac os, command + shift + 4 and then draw what you want to screenshot. > Then, look in the desktop :) > > On Mon, Jan 18, 2010 at 6:24 PM, Gary Chambers <[hidden email]> > wrote: >> >> Nothing that I know of... depends on OS but I generally screenshot the >> active window then crop in Paint.net... >> >> Regards, Gary >> >> ----- Original Message ----- >> From: "Adrian Kuhn" <[hidden email]> >> To: <[hidden email]> >> Sent: Monday, January 18, 2010 5:20 PM >> Subject: [Pharo-project] Screenshot of Pharo windows >> >> >> > Dear list, >> > >> > How can I take a screenshot of a separate Pharo window? eg of the >> > MethodFinder >> > window only? >> > >> > cheers, >> > AA >> > >> > >> > _______________________________________________ >> > Pharo-project mailing list >> > [hidden email] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Fair, good tip. Needs adding to the wiki...
Regards, Gary ----- Original Message ----- From: "Germán Arduino" <[hidden email]> To: <[hidden email]> Sent: Monday, January 18, 2010 5:40 PM Subject: Re: [Pharo-project] Screenshot of Pharo windows First, get the halos (Control + Left Click in Windows and press "add halo") and the, from red halo, "export" permit to have a graphics. Don't forget morphic guys :) 2010/1/18 Mariano Martinez Peck <[hidden email]>: > In mac os, command + shift + 4 and then draw what you want to screenshot. > Then, look in the desktop :) > > On Mon, Jan 18, 2010 at 6:24 PM, Gary Chambers <[hidden email]> > wrote: >> >> Nothing that I know of... depends on OS but I generally screenshot the >> active window then crop in Paint.net... >> >> Regards, Gary >> >> ----- Original Message ----- >> From: "Adrian Kuhn" <[hidden email]> >> To: <[hidden email]> >> Sent: Monday, January 18, 2010 5:20 PM >> Subject: [Pharo-project] Screenshot of Pharo windows >> >> >> > Dear list, >> > >> > How can I take a screenshot of a separate Pharo window? eg of the >> > MethodFinder >> > window only? >> > >> > cheers, >> > AA >> > >> > >> > _______________________________________________ >> > Pharo-project mailing list >> > [hidden email] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Programatically, you can also call exportAsPNG, exportAsJPEG,
exportAsGIF, exportAsBMP on any Morph. Cheers, Doru On 18 Jan 2010, at 18:45, Gary Chambers wrote: > Fair, good tip. Needs adding to the wiki... > > Regards, Gary > > ----- Original Message ----- > From: "Germán Arduino" <[hidden email]> > To: <[hidden email]> > Sent: Monday, January 18, 2010 5:40 PM > Subject: Re: [Pharo-project] Screenshot of Pharo windows > > > First, get the halos (Control + Left Click in Windows and press "add > halo") and the, from red halo, "export" permit to have a graphics. > Don't forget morphic guys :) > > > > 2010/1/18 Mariano Martinez Peck <[hidden email]>: >> In mac os, command + shift + 4 and then draw what you want to >> screenshot. >> Then, look in the desktop :) >> >> On Mon, Jan 18, 2010 at 6:24 PM, Gary Chambers <[hidden email] >> > >> wrote: >>> >>> Nothing that I know of... depends on OS but I generally screenshot >>> the >>> active window then crop in Paint.net... >>> >>> Regards, Gary >>> >>> ----- Original Message ----- >>> From: "Adrian Kuhn" <[hidden email]> >>> To: <[hidden email]> >>> Sent: Monday, January 18, 2010 5:20 PM >>> Subject: [Pharo-project] Screenshot of Pharo windows >>> >>> >>>> Dear list, >>>> >>>> How can I take a screenshot of a separate Pharo window? eg of the >>>> MethodFinder >>>> window only? >>>> >>>> cheers, >>>> AA >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- www.tudorgirba.com "Being happy is a matter of choice." _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Igor Stasenko
Igor Stasenko <siguctua@...> writes:
> Ctrl-click on Morph -> add Halo > then click Menu halo button (red one) and chose Export ... jpg, png, gif ,bmp. > It will store its 'screenshot' to that file. Thanks, that is genau what I was looking for! --AA _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |