home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Indart.cst
/
00024_Script_24
< prev
next >
Wrap
Text File
|
1997-10-14
|
891b
|
42 lines
on stampa
global pm, gPropFont
inizializzastampa
if not objectP(printer) then
if the machinetype = 256 then
set per to (char 1 of the moviepath&":\invenzio\pmatic.dll" )
else
set per to "INVENZIONI:INVENZIO:PMATIC.XOB"
end if
closexlib per
EXIT
else
printer (mReset)
printer(mSetLandscapeMode, true)
printer (mNewPage)
printer (mStagePicture, 0, 0, 640, 480)
printer (mTextBox,0,400,printer(mGetPageWidth),printer(mGetPageHeight),false)
if printer(mDoJobSetup) = true then
updatestage
cursor 4
printer (mPrint)
end if
printer (mdispose)
if the machinetype = 256 then
set per to (char 1 of the moviepath&":\invenzio\pmatic.dll" )
else
set per to "INVENZIONI:INVENZIO:PMATIC.XOB"
end if
closexlib per
end if
end