quote:
Originally posted by Flash
-> yes i tryed rich text mode and nothing change.
Are you sure you've formatted your richeditcontrol attributes correctly?
code:
<Control xsi:type="RichEditControl" Id="txtMessage">
<Position Top="100" Width="362" Height="170" Left="13"/>
<Caption>Email</Caption>
<Attributes>
<TextMode>Rich Text</TextMode>
</Attributes>
</Control>