Two initialValues in the XML

Writing with two initialValues in the XML doesn’t work, only one appears in the frame.

Example:

 
 <value  initialValue="0x11" offset="0" length="1"></value><!--  -->	
 <value  initialValue="0x1A" offset="3" length="1"></value><!--  -->

Is your example complete? Values must have a name or targetId.

ok, put the names, now they work.