How to freeze Forms on SKILL ?

Discussion in 'Cadence' started by eslam mostafa, Aug 23, 2010.

  1. Dear ALL
    I have a Form (Mother Form) created in SKILL which has a button which
    displays/opens another from (Child Form). I need to disable/freeze the
    mother Form once the child form is displayed. And returns to be active
    after closing the Child Form. I mean by freezing is not to accept any
    actions in the Mother Form like switches, buttons, string fields or
    etc.

    Is it possible in SKILL?
    If yes, What is the function in SKILL which allows me to make that
    procedure ?

    Thanks in advance
    islam
     
    eslam mostafa, Aug 23, 2010
    #1
  2. eslam mostafa

    Guest Guest

    Add the argument "?dialogStyle modal" to hiCreateAppForm for the child form,
    and that will block input to all other forms/windows in DFII until that form
    is OKed or Canceled.

    There currently is no way to block a single form while another form is up.

    -Pete Zakel
    ()

    "One difference between a man and a machine is that a machine is quiet
    when well oiled."
     
    Guest, Aug 23, 2010
    #2
  3. Many thanks for your Help

    islam
     
    eslam mostafa, Aug 24, 2010
    #3
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.