Flash
Junior Member
All time Ready
Posts: 86 Reputation: 2
44 / /
Joined: Aug 2006
|
O.P. RE: RichEdit_SetCharFormat parameter bug 4.22
quote: Originally posted by Volv
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>
yes Master
code: <Control xsi:type="RichEditControl" Id="Text_Update">
<Position Top="21" Left="9" Width="109" Height="36"/>
<Attributes>
<TextMode>Rich Text</TextMode>
<ReadOnly>true</ReadOnly>
<Multiline>true</Multiline>
</Attributes>
<BackgroundColor><GlobalColor>grey</GlobalColor></BackgroundColor>
</Control>
|
|