home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
guida.dir
/
00891_Script_891
< prev
next >
Wrap
Text File
|
1997-10-07
|
2KB
|
71 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
--on copiapc
-- global copyObj, savePicHandle, pictureFlag
-- linkdll "dataproj"
-- put 0 into rT
-- put 0 into rL
-- put 480 into rB
-- put 640 into rR
-- put dataproj (mNew ) into co
-- co(mSetCaptureRect,rt,rl,rr,rb)
-- co (mCaptureImage,"c:\scienze\tmp.bmp")
-- co(mDispose)
-- set the fileName of cast "rifcopia.bmp" to "c:\scienze\tmp.bmp"
-- copyToClipBoard cast "rifcopia.bmp"
-- unlinkdll "dataproj"
--end
--
--on copiamac
-- global copyObj, savePicHandle, pictureFlag
-- linkdll "stagetc"
-- put 0 into rT
-- put 0 into rL
-- put 480 into rB
-- put 640 into rR
-- set myObj = StageToCast( mNew, 0, 0, 480, 640 )
-- set the picture of cast 3050 = myObj( mGetHandle )
-- copyToClipBoard cast 3050
-- myobj(mDispose)
-- unlinkdll "stagetc"
--end