hello!

I have a print btn in my movie that when clicked will print the current
sprite, which is a text cast member.I am doing this thru the printomatic 
xtra and here's the code i am using.However, I would not like the background 
to be printed as well.Is there a way to achieve this? I would also like to 
be able to change the fore color of the text being printed, from white to 
black, though i would not like this change to be reflected in the movie 
itself.

on mouseUp me

set doc=new(xtra "PrintOMatic_Lite")
if not objectP(doc) then exit
setdocumentname doc, "My Document"
setMargins doc, Rect(36,36,36,36)
doPageSetup(doc)
setTextFont doc, "Helvetica"
setTextSize doc, 10
setTextStyle doc, "normal"
append doc, member "intro"
append doc, RETURN & "Blah! Blah! Blah!", TRUE
if doJobSetup (doc)=TRUE then Print doc
set doc = 0
end


thanx & regds.......Dimple

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to