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.
Comments
Post a Comment