At 3:15 PM -0600 4/17/06, Jonathon Bevar wrote:
An article in the RealBasic Forum said it could not in RB2005 and
later, that is why I am asking. I don't care if the IDE can print
color, just that the apps I create can.
Well, I don't read the REALbasic Forum, but I can't imagine why this
would be the case. And a quick test shows that it is not, for me at
least:
Dim p As Graphics
p = OpenPrinterDialog()
if p <> nil then
p.ForeColor = &c00FF00
p.DrawString "Green text!", 100, 100
end if
Is there any special coding to do it? Besides the normal g.forecolor?
Nope.
Best,
- Joe
--
Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
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>