TheSwamp

CAD Forums => CAD General => BricsCAD Users => Topic started by: GDF on November 06, 2018, 02:42:37 PM

Title: Dialog Box Image Display
Post by: GDF on November 06, 2018, 02:42:37 PM
When going from model space to paper space the door image is displayed differently.
The door image color slide is yellow.

I want it to be displayed as dark blue in paper space (image 2) as it is in model space (image 1).

code below:
(setq shpimx (dimx_tile "shpimg")
        shpimy (dimy_tile "shpimg"))
  (start_image "shpimg")(slide_image
    -1
    1   
    shpimx
    shpimy
    (strcat ARCH#SUPF "DRAW/ARCH_DRAW(" shimg ")"))


(fill_image 0 0 shpimx shpimy -15)

:image {key="shpimg"; color=-15; width=7.25; height=7.25;}
Title: Re: Dialog Box Image Display
Post by: roy_043 on November 07, 2018, 03:50:48 AM
I have a hunch that this may be related to background colors. Are you using different background colors in MS and PS?
Title: Re: Dialog Box Image Display
Post by: GDF on November 07, 2018, 08:02:32 AM
I have a hunch that this may be related to background colors. Are you using different background colors in MS and PS?


That was it...thanks.
In AutoCAD thsi was not a problem, only in BricsCAD
Title: Re: Dialog Box Image Display
Post by: GDF on November 07, 2018, 08:08:38 AM
I have a hunch that this may be related to background colors. Are you using different background colors in MS and PS?


That was it...thanks.
In AutoCAD thsi was not a problem, only in BricsCAD

I changed the background color in paper space from 176 to 250, and that fixed the problem! I don't like the white background default color.

Thanks again Roy
Title: Re: Dialog Box Image Display
Post by: roy_043 on November 07, 2018, 03:01:47 PM
Maybe the linework in your slide is dark blue? Because a yellow slide will appear as yellow if BKGCOLORPS is 176 or 250. The strange thing is that a color inversion based on the BKGCOLORPS does not occur for the color white. I have sent in a Support Request.