Hi All,
I am able to get the instance of active skin and able to
set the skin to my view .
but i want to set image in skin
How can i do this ?
Waiting for reply...........
Thanks And Regards,
Yogesh
Hi All,
I am able to get the instance of active skin and able to
set the skin to my view .
but i want to set image in skin
How can i do this ?
Waiting for reply...........
Thanks And Regards,
Yogesh
Hi,
I Think you want to draw an image in the screen which is having a skin. What about the DrawBitmap() function.
Regards,
Peter
Hi Peter,
Thanks for reply .
But i want to set image in skin because their is one control(Rich text editor)
in that view i want to set image at the background of text editor.
I am able to set skin to editors background but not image.
so how can i set image in skin ?
Waiting for reply................
Thanks And Regards,
Yogesh
Hi,
Hope This wiki page will help you out
http://wiki.forum.nokia.com/index.ph...RichTextEditor
Regards,
Peter
Hi peter,
thanks for reply,
But i already gone through this link.
This link for
"Nokia published in 2006 an example code (S60 Platform: Rich Text Editor Example v2.0) demonstrating how to insert an image into CEikRichTextEditor. However, the published solution is not skin aware: if the CEikRichTextEditor control is made skin aware the inserted pictures are drawn on white background. "
That's why i want to insert image in skin.
so how i ?
Thanks And Regards,
Yogesh
I've used that link for set image to the editor background,
http://wiki.forum.nokia.com/index.ph...RichTextEditor
and the editor background appeared as default mobile skin ,
so how to modify that code to set certain picture as editor background ??
please I need help
No one reply???Code:I've used that link for set image to the editor background, http://wiki.forum.nokia.com/index.ph...RichTextEditor and the editor background appeared as default mobile skin , so how to modify that code to set certain picture as editor background ?? please I need help![]()
As someone pointed out in http://wiki.forum.nokia.com/index.ph...RichTextEditor should be sufficient what you need to do.
In your container class (ie the one where you called CreateWindowL) you override the Draw function and draw your bitmap in there.
Experiment with drawing the background in a different colour like the example shows in the bit where USE_SKIN is not defined, once that is working replace the code with the bitmap you want to display.
Download Symbian OS now! [url]http://developer.symbian.org[/url]