Thanks for your reply.
I want to do that:
store = CFbsTypefaceStore::NewL(SystemGc().Device());
and i have to make it in AppUI, is there is any way t do that ?? or can i pass another parameters...
Type: Posts; User: yosr eman; Keyword(s):
Thanks for your reply.
I want to do that:
store = CFbsTypefaceStore::NewL(SystemGc().Device());
and i have to make it in AppUI, is there is any way t do that ?? or can i pass another parameters...
Hi;
could anybody please help me and tell me how could i use SystemGC in the AppUI ?
It is an urgent issue please.
Best Regards
Yosr Eman
Thanks alot for your reply,
but could you tell me how could i set the paragraph format ?
Best Regards
Yosr Eman
Hi;
Could anybody tell me how to justify a text in CEikEdwin, i want to insert new line in the text.
Ex:
=================
Hi
My name is Yosr
=================
Sorry, 5th edition SDK
Best Regards
Yosr Eman
Thanks alot for your help,
I'm using N97 SDK, and the link you sent is to 3rd edition, so i don't know if it will work properly or not.
Could you please help in this ?
Best Regards
Yosr Eman
Hi all,
Could anybody please send me the following SIS files:
- pips_s60_wp.sis
- openc_ssl.sis
- openc_glib.sis
- stdioserver.sis
Since i searched for them everywhere and didn't find them.
Hi,
I'm developing an application for 5.x devices, but i'm facing a problem, my application installs font file, and when i tried to remove it i failed.
i tried to remove it by restarting the...
Hi,
I'm a symbian developer, and new to widgets concept, could anybody tell me how could i convert a symbian application to a homescreen widget ?
Best Regards
Yosr Eman
Thanks alot
Best Regards
Yosr Eman
Hi,
I'm a symbian developer, and new to widgets concept, could anybody tell me how could i convert a symbian application to a homescreen widget ?
Best Regards
Yosr Eman
Thanks alot,
I get it now :)
Best Regards
Yosr Eman
Thanks alot for your reply,
I have already read this document, but i can't understand the meaning of homescreen widget, what i'm expecting from my readings is that the homescreen widget is a...
Hi,
I know what is widget, but i don't know what is the homescreen widget, is it a widget that appears in the device homescreen, or what ?
Best Regards
Yosr Eman
i'm doing the following:
if (aResourceId == R_QURAAN_ABOUT_MENUPANE_FA || aResourceId == R_QURAAN_ABOUT_MENUPANE_FR ||
aResourceId == R_QURAAN_ABOUT_MENUPANE_EN || aResourceId ==...
The point of doing so is that I'm facing a problem in 5.x, i'm working on an application which have 5 languages, and i'm organizing the localization of the options menu CBAs inside DynInitMenuPaneL...
No, because i put a break point inside HandleCommandL and when i press cancel the event didn't go there, so it will not differ.
Again, i want to catch the click of cancel key of the options menu not...
Thanks for your reply,
But it didn't work, i didn't get the action inside HandleCommandL of AppUi, i want to get the Cancel key event not the Back key.
any other guide please ?
Best Regards...
Hi,
I want to know where i could get the action of cancel key in the menu, since i have an options menu and when i click on options key the menu pops up and the CBAs change from options_back to...
Hi all,
I'm facing a problem in 5.x, i'm working on an application which have 5 languages, and i'm organizing the localization of the options menu CBAs inside DynInitMenuPaneL function, but the...
Hi all,
there is no reply till now, and i still have the problem, plz anybody help me or guide me from where i could get the answer.
Best Regards
Yosr Eman
Hi all,
I have a problem, when i write some letters or numbers in virtual keyboard edwin and try to erase any letter, the application crashes "KERN-EXEC 3", but it crashes only if "Activate...
I am using 3rd edition SDK to generate my SIS file to both 3rd and 5th edition
Best Regards
Yosr Eman
Thanks alot for your reply, but the link did not help
what i want to do is executing this code if i'm working on 3rd edition
#ifndef __S60_50__
iSearchWordEditor->SetObserver(this);...
i'm facing the same problem, and i tried to use the preprocessor __S60_50__ but it didn't work
i want this block of code to be run incase of 3rd edition only
#ifndef __S60_50__...