Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread richard terry
On Sun, 9 Aug 2009 09:00:52 pm Fabien Bodard wrote: > 2009/8/9 Joshua Higgins : > > You could use a > > > > SHELL "import -window root myscreenshot.png" and then load the resulting > > image. > > > > If you leave out the "-window root" bit, it allows you to click and drag > > over a section of the

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread Fabien Bodard
http://gambasdoc.org/help/comp/gb.qt/control/grab 2009/8/9 Fabien Bodard : > 2009/8/9 Joshua Higgins : >> You could use a >> >> SHELL "import -window root myscreenshot.png" and then load the resulting >> image. >> >> If you leave out the "-window root" bit, it allows you to click and drag >> over

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread Fabien Bodard
2009/8/9 Joshua Higgins : > You could use a > > SHELL "import -window root myscreenshot.png" and then load the resulting > image. > > If you leave out the "-window root" bit, it allows you to click and drag > over a section of the screen to just capture that bit. > Picture = MyForm.Grab ? > > 200

Re: [Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread Joshua Higgins
You could use a SHELL "import -window root myscreenshot.png" and then load the resulting image. If you leave out the "-window root" bit, it allows you to click and drag over a section of the screen to just capture that bit. 2009/8/9 richard terry > I wondered if it is possible to capture part

[Gambas-user] Capturing part of a screen in a gambas program

2009-08-09 Thread richard terry
I wondered if it is possible to capture part of a screen within one's own gambas program as a png file say, for use within the program? Any help appreciated. Richard -- Let Crystal Reports handle the reporting - Free Cr