tried every combination of those...
label->OverrideColorL( EColorLabelText, KRgbWhite);
label->OverrideColorL(EColorControlBackground, KRgbWhite);
label->OverrideColorL(...
Type: Posts; User: Jakub123123; Keyword(s):
tried every combination of those...
label->OverrideColorL( EColorLabelText, KRgbWhite);
label->OverrideColorL(EColorControlBackground, KRgbWhite);
label->OverrideColorL(...
Hello,
I tried many things with setting Emphasis and overriding color of EColorControlBackground but none seem to work. So how I can change the background of label?
Hello,
Iam using CEikTextListBox to fill the table. But I cannot hide the headers of the table. How I can do this in code or in cfg file?
I didnt explain it clearly. I mean in the list i have a lot of items and this scrollcontrol, scrollblock or how you call it is too small so its hard for me to hit it and scroll. Thats why I like to...
Hello,
Iam having a problem with changing the height of scrollball. I tried to use solution in this article:...