Author Topic: Dialog Box Image Display  (Read 5422 times)

0 Members and 1 Guest are viewing this topic.

GDF

  • Water Moccasin
  • Posts: 2081
Dialog Box Image Display
« 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;}
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Dialog Box Image Display
« Reply #1 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?

GDF

  • Water Moccasin
  • Posts: 2081
Re: Dialog Box Image Display
« Reply #2 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
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

GDF

  • Water Moccasin
  • Posts: 2081
Re: Dialog Box Image Display
« Reply #3 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
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: Dialog Box Image Display
« Reply #4 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.
« Last Edit: November 07, 2018, 04:12:56 PM by roy_043 »