bullets not shown on Series80
| Sat, 2006-07-08 14:22 | |
|
Hi,
I have code using TBullet to insert bullets into a CEikRichtextEditor. This works perfectly on S60 2nd and 3rd Edition, but does not work on Series80, the bullet is not shown, but the paragraph is indented. Any ideas, this is the code: Code: (*iParaFormatMask)[iPosGlobal].SetAttrib(EAttBullet); (*iParaFormatMask)[iPosGlobal].SetAttrib(EAttIndent); (*iParaFormat)[iPosGlobal]->iBullet = new (ELeave) TBullet(); (*iParaFormat)[iPosGlobal]->iBullet->iHangingIndent = ETrue; (*iParaFormat)[iPosGlobal]->iBullet->iCharacterCode = 0x2022; //to make sure (*iParaFormat)[iPosGlobal]->iBullet->iHeightInTwips = FontUtils::TwipsFromPoint(5); (*iParaFormat)[iPosGlobal]->iIndentInTwips = FontUtils::TwipsFromPoints(10) / 2; Regards Max |
|





