How to get a list of open cadence windows ?

  • Thread starter Guenther Sohler
  • Start date
G

Guenther Sohler

Guest
is it possible to iterate through all displayed cadence views,
to check if it is a composer/virtuoso window and eventually make it
readonly ?


rds
 
Guenther Sohler wrote:
is it possible to iterate through all displayed cadence views,
to check if it is a composer/virtuoso window and eventually make it
readonly ?


rds
You could get a list of open cellviews with dbGetOpenCellViews() , get their
windowID with geGetCellViewWindow() followed by geChangeEditMode().

Regards,
Marc
 
Guenther Sohler wrote:
is it possible to iterate through all displayed cadence views,
to check if it is a composer/virtuoso window and eventually make it
readonly ?
What about hiGetWindowList() ? :)

Stéphane
 
On Aug 9, 7:43 am, Guenther Sohler <guenther.soh...@wipro.com> wrote:
is it possible to iterate through all displayed cadence views,
to check if it is a composer/virtuoso window and eventually make it
readonly ?

rds
If you're doing this to build your own form/window that allows you to
make editably views read only, don't bother. The SKILL function that
does this is as follows:

ddsHiMakeReadOnly()


Edward
 
Thank you!

this is exactly what i wanted to know!

You could get a list of open cellviews with dbGetOpenCellViews() , get their
windowID with geGetCellViewWindow() followed by geChangeEditMode().
 

Welcome to EDABoard.com

Sponsor

Back
Top