Hey,
I'm trying to scale the Content property but it does not work. I checked the purchase order example and I only noticed the use of <scale-vertically>true</scale-vertically>. One additional difference to my sdef file is the additional split form but I doubt this as reason.
<?xml version="1.0" encoding="UTF-8"?>
<definition>
<editor-page>
<id>editor.page</id>
<element-type>ui.editor.Root</element-type>
<page-name>Design</page-name>
<page-header-text>Items</page-header-text>
<initial-selection>test procedures</initial-selection>
<root-node>
<node>
<label>descriptions</label>
<node-factory>
<property>DescriptionBase</property>
<case>
<model-element-type>ui.editor.description.Parameter</model-element-type>
<label>[Parameter]</label>
<section>
<label>Parameter</label>
<content>
<property-editor>
<show-label>false</show-label>
<property>Content</property>
<span>true</span>
<scale-vertically>true</scale-vertically>
</property-editor>
</content>
<scale-vertically>true</scale-vertically>
</section>
</case>
</node-factory>
</node>
<node>
<node-factory>
<property>Items</property>
<case>
<section>
<content>
<property-editor>Id</property-editor>
<property-editor>Title</property-editor>
</content>
<width>600</width>
</section>
<label>Item</label>
</case>
</node-factory>
<label>items</label>
</node>
</root-node>
</editor-page>
</definition>
I made a screen shot using org.eclipse.pde.picasso plug-in.

Somehow the dark blue composite does not get spanned vertically. Does my sdef file contain any error?
Thank you.
Kon
[Updated on: Fri, 21 June 2013 05:40] by Moderator