initial size of property editor

Discussion in 'Cadence' started by Sylvio Triebel, Aug 8, 2006.

  1. Hi all,
    it is not so important... but would be nice to change the initial size
    of the property editor (leHiEditProp())

    Has anybody found a trick to do that?

    Thanks,
    Sylvio
     
    Sylvio Triebel, Aug 8, 2006
    #1
  2. Hi Sylvio,

    just for the create instance form, see below.
    for 'leHiEditProp' there is a PCR #858589 'initial size of Edit Object Property
    form in VLE'.


    procedure( BFinitLeCreateInstForm( )
    leCreateInstForm->initialSize = list( 382 1000 )
    )
    defUserInitProc( "le" 'BFinitLeCreateInstForm )


    Regards Bernd
     
    Bernd Fischer, Aug 8, 2006
    #2
  3. Hi Bernd,
    thanks, I added something to the already existing formInitProc (acccess via cdfgForm)
    and seems to work as well... (for create inst)
    It is strange that it does not work for edit property forms...

    Ciao,
    Sylvio
     
    Sylvio Triebel, Aug 9, 2006
    #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.