How to fixed window size in eclipse rcp e4 -


i didn't want dragged change size. i'm primary learner. create part in application.e4xmi.

the structure 'window , dialogs ---> trimmed window ----> controls ----> part', created class associate it.

if have 1 part in trimmed window can set style of window prevent resizing.

you setting styleoverride value in 'persisted state' section on 'supplementary' tab of 'trimmed window' page in application.e4xmi.

add persisted state value key of 'styleoverride' , value of '96' corresponds 'swt.close | swt.title' style.

enter image description here


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -