How to get a list of open cadence windows ?

Discussion in 'Cadence' started by Guenther Sohler, Aug 9, 2007.

  1. 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, Aug 9, 2007
    #1
  2. Guenther Sohler

    Marc Heise Guest

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

    Regards,
    Marc
     
    Marc Heise, Aug 9, 2007
    #2
  3. Guenther Sohler

    S. Badel Guest

    What about hiGetWindowList() ? :)

    Stéphane
     
    S. Badel, Aug 9, 2007
    #3
  4. Guenther Sohler

    Edward Guest

    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
     
    Edward, Aug 9, 2007
    #4
  5. Thank you!

    this is exactly what i wanted to know!
     
    Guenther Sohler, Aug 10, 2007
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.