[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

color static-text-dialog-items



I'm trying to get color text in a text dialog item. I've tried setting
the part-color-list to the color I want, but it always comes up
black & white:

(make-instance 'static-text-dialog-item
    :view-position #@(20 400)
    :part-color-list '(text *red-color*)
    :view-font '("times" 14)
    :dialog-item-text "Dream"
    :view-container cw
    )

What am I doing wrong?
-markh