On Jul 4, 2006, at 9:50 PM, Stephen wrote:
One more thing...
I read somewhere that RB doesn't support printing colours - is that
true?
It's not true. Essentially you can print whatever you can draw on a
canvas's graphics object. For example:
dim g as graphics = OpenPrinter()
g.ForeColor = &cFF0000
g.FillRect( 40, 40, 65, 20)
Should print a red rectangle.
Best,
Jack
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>