initial size of property editor

S

Sylvio Triebel

Guest
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
 
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

Sylvio Triebel wrote:
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
 
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



Bernd Fischer > wrote:
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

Sylvio Triebel wrote:

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
 

Welcome to EDABoard.com

Sponsor

Back
Top