CLIM mail archive

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

color in clim on Genera



    Date: Tue, 17 Nov 1992 02:49 EST
    From: Vincent Keunen <nrb!keunen@relay.eu.net>

    I'm on a MacIvory III with Genera 8.1.1 and CLIM 1.1.

    I'm drawing in color in one of the panes of my app-frame.  But when this
    frame gets deselected (because I go to another one for example), it gets
    "grayed out" and put in black.  When I come back to it, everything is in
    black and white.

    I didn't find any solution to this in the manual nor in the demos.  The
    clim 1.1 release note specifies that to get color under genera, one must
    specify :screen color:color-screen to clim:open-root-window...  But what
    if I don't use it?  I'm using 

This sounds like your bit-save arrays for the MacIvory are only 1 bit
deep.  This is a function of how you have configured your MacIvory, not
of CLIM.  You should contact Symbolics software support.

    (clim:define-application-frame NANESSE-NETWORK-CONFIGURATION
			      nil ...
 
    and 

    #+Genera
    (clim:define-genera-application NANESSE-NETWORK-CONFIGURATION
				    :select-key #\c)


    Any suggestions?

    vk
    --
    Never trust a pretty header: use keunen@nrb.be to reply
    --
    Keunen Vincent                  Network Research Belgium
    R&D, Software Engineer          Parc Industriel des Hauts-Sarts
    keunen@nrb.be                   2e Avenue, 65
    tel: +32 41 407282              B-4040 Herstal
    fax: +32 41 481170              Belgium

0,,

References:

Main Index | Thread Index