Edit the Way your layers appear dialog

S

Stefan Robert

Guest
Hi,

I have a little annoying problem with Cadence. Each time I quit
Cadence, I am reminded that Cadence detected that I changed the way my
layers appears. The original message in the window is the following:

You have edited the way your layers appear. The layer display
information is stored in a display .drf file. Do you want to save your
changes?

Although, this is very nice of Cadence to remind me this... The problem
I have is that I see this message everytime I quit Cadence, and I never
changed the way my layers appear. And I always have to click "Cancel"
for this message. I guess there must be a file somewere either missing
or badly configured.

Does someone know a way to get rid of this message and/or making it
behave correctly? Can someone give me a idea of what I should check to
get rid of this?

Thanks

Stefan Robert
 
Stefan Robert schrieb:
Hi,

I have a little annoying problem with Cadence. Each time I quit
Cadence, I am reminded that Cadence detected that I changed the way my
layers appears. The original message in the window is the following:

You have edited the way your layers appear. The layer display
information is stored in a display .drf file. Do you want to save your
changes?

Although, this is very nice of Cadence to remind me this... The problem
I have is that I see this message everytime I quit Cadence, and I never
changed the way my layers appear. And I always have to click "Cancel"
for this message. I guess there must be a file somewere either missing
or badly configured.

Does someone know a way to get rid of this message and/or making it
behave correctly? Can someone give me a idea of what I should check to
get rid of this?
How do you load your display.drf

In our Designkits we had the same problem.

If you load your display in a .cdsinit the following way:

drLoadDrf("display.drf")

then you have your problem,

doing it that way:
drLoadDrf("display.drf" nil)

should be fine.

Cheers
Ralf
 
Ralf,

thank you very much, this was exactly the problem.

Stefan

On 2004-11-11 09:28:32 -0500, Ralf Geiger <news@murgs.org> said:

Stefan Robert schrieb:
Hi,

I have a little annoying problem with Cadence. Each time I quit
Cadence, I am reminded that Cadence detected that I changed the way my
layers appears. The original message in the window is the following:

You have edited the way your layers appear. The layer display
information is stored in a display .drf file. Do you want to save your
changes?

Although, this is very nice of Cadence to remind me this... The problem
I have is that I see this message everytime I quit Cadence, and I never
changed the way my layers appear. And I always have to click "Cancel"
for this message. I guess there must be a file somewere either missing
or badly configured.

Does someone know a way to get rid of this message and/or making it
behave correctly? Can someone give me a idea of what I should check to
get rid of this?

How do you load your display.drf

In our Designkits we had the same problem.

If you load your display in a .cdsinit the following way:

drLoadDrf("display.drf")
then you have your problem,

doing it that way:
drLoadDrf("display.drf" nil)

should be fine.

Cheers
Ralf
 

Welcome to EDABoard.com

Sponsor

Back
Top