Attach this (behavior) script to a button (print button),
if u r using 'printomatic lite' Xtra for printing then
on mouseUp me
vTempImage = (the stage).image.duplicate()
new(#bitmap).name = "screenDump"
member("screenDump").image = vTempImage
-- ** Lingo to print the member("screenDump") comes here ** --
print member("screenDump")
member("screenDump").erase()
end mouseUp me
alternatively u could also use 'printStage' command from the Xtra, but i've
had problems
in the past using printStage.
mahesh
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]