Tuesday, January 12, 2016

Do not write rss change some of the properties CEikEdwin




            


I want to dynamically change CEikEdwin some of the properties in the program, such as: font color, is read-only, alignment, allowing the character input, etc., I looked at help, like looking insufficiency.

I used a s608.0a, I do not know who finishing off the function method.
Reply:
void SetBackgroundColorL (TRgb aBackground);
Description
Sets the Edwin's background colour.


void SetTextLimit (TInt aLimit);
Description
Sets the maximum number of characters that can be inserted.


void SetReadOnly (TBool aReadOnly);
Description
Sets the Edwin's read-only flag so that documents displayed by Edwin can not be edited by users.



Reply:

Are there any other set up? Edwin as the font color, alignment, allowing the character input, which is is not only written in rss, or say with a AknEditUtils :: ConstructEditingL () method to initialize?

Anyway, thank Beover1984 (rock life) reply

No comments:

Post a Comment