1. Screen Dump
- Posted by Roy Shepherd <sroy at GLOBALNET.CO.UK>
Nov 14, 1998
-
Last edited Nov 15, 1998
------=_NextPart_000_000A_01BE100A.2349A960
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All
=20
Using Euphoria's graphics commands I've just completed a chart that I =
want to use for my math course. I would also like to give others on the =
course a copy.
=20
The mode I have used is 260
=20
Is there any way I can get an hard copy?
As anyone written a screed dump routine?
=20
Thanks
=20
Regard
Roy
------=_NextPart_000_000A_01BE100A.2349A960
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 =
HTML//EN">
<META content=3D'"MSHTML 4.71.1712.3"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Hi All</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>Using Euphoria's graphics commands =
I've just=20
completed a chart that I want to use for my math <FONT=20
color=3D#000000>course</FONT>. I would also like to give others on the =
course a=20
copy.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>The mode I have used is =
260</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>Is there any way I can get an hard=20
copy?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>As anyone <FONT =
color=3D#000000>written </FONT>a=20
screed dump routine?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 face=3D"" size=3D2>Thanks</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>Regard</FONT></DIV>
------=_NextPart_000_000A_01BE100A.2349A960--
2. Re: Screen Dump
> Roy Shepherd wrote:
>
> Hi All
>
> Using Euphoria's graphics commands I've just completed a chart that I
> want to use for my math course. I would also like to give others on
> the course a copy.
>
> The mode I have used is 260
>
> Is there any way I can get an hard copy?
> As anyone written a screed dump routine?
>
> Thanks
>
> Regard
> Roy
look up the function save_screen() in library.doc...
open the resulting file with paint (or PSP... whatever)
and you'll be able to print with that program...
--Hawke'
3. Re: Screen Dump
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL>
Nov 14, 1998
-
Last edited Nov 15, 1998
Is there any way I can get an hard copy?
As anyone written a screed dump routine?
I didnt even know this, but when I was looking up some stuff in the
documentation, I saw a:
save_screen () procedure, to store the current screen or a part of
it to a .bmp file..
I think this is want you want..
Ralf