Suppress dialog boxes ...

R

Raf

Guest
Hi,

I'm wondering if there is any way to suppress the appearance of dialog
boxes when I do things like move, copy etc. in both schematic and
layout. I find them very annoying and I have to hit hide every time I do
anything.


Raf Karakiewicz
Electrical Engineer
 
In the Options->User Preferences form in the CIW, turn off the
setting to show option forms (I can't remember exactly how it is
worded).

This can also be set by doing:

envSetVal("ui" "showOptionForms" 'boolean nil)

or:

hiGetCIWindow()~>expertMode=t

in your .cdsinit file, or by adding:

ui showOptionsForms boolean nil

in your ~/.cdsenv file

Regards,

Andrew.

On Wed, 19 May 2004 17:19:29 GMT, Raf <rafal@_DELETETHIS_eecg.utoronto.edu>
wrote:

Hi,

I'm wondering if there is any way to suppress the appearance of dialog
boxes when I do things like move, copy etc. in both schematic and
layout. I find them very annoying and I have to hit hide every time I do
anything.


Raf Karakiewicz
Electrical Engineer
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
 

Welcome to EDABoard.com

Sponsor

Back
Top