Hi,
I would like to communication to my mobile device using PC over bluetooth.
I m using Symbian 2nd edition FP3.
I would like to have suggestions as to how can it be done.
Thanks in Advance ....
Type: Posts; User: Sohil; Keyword(s):
Hi,
I would like to communication to my mobile device using PC over bluetooth.
I m using Symbian 2nd edition FP3.
I would like to have suggestions as to how can it be done.
Thanks in Advance ....
hi,
This functions setactive the active oject which in turn finds out
the IMSI number using MobInfo
and then send the message to a particular defined number
below is the code
View Class...
Hi,
This is not another post to auto start application.
However
I have a active object , how's function i can call thru a handle command event (i.e on a click event), but i want to call this...
after removing the code for soft keys
i can see the dialog without the softkeys
can i define the time to display the dialog
awaing your precious respone
thanks
Hi i m using CAnkDialog
RESOURCE DIALOG r_my_image
{
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
flags = EEikDialogFlagWait;
items =
Hi,
I want a Image to be displayed in the Dialog same as those About Us screens
I went thru the forum where Symbee post is on same lines
but couldn get any concrete info on that
I have...
Hi,
I tried it with a tamil font also,its working good
i dunno what the real issue with the Hindi font is
i still need that to start working.....
Hi,
I think u havent included the rsg file
You need to add a rsg file in the your container.
Whenver u have a resource it has been given a unique number
this is stored in the rsg file this...
Hi Gangadhar,
Appending two strings is quite easy all you have to do is this
Suppose the two strings are
TBuf <10> abc;
TBuf <10> pqr;
//and the required appended string is
TBuf <20> temp;...
HI zasdfaaa,
You need to add a rsg file in the your container.
Whenver u have a resource it has been given a unique number
this is stored in the rsg file this is created automatically when u...
Hi zasdfaaa,
if you are using the 3rd edition then parsing the xml file is very simple
you need to use three classes basically
CSenXmlReader* iReader;
CSenDomFragment*...
Hi Amit
I changed my gdr file to a normal english gdr file, then the program is working properly.
so i guess its the problem with the Hindi gdr file , i have downloded quite a few hindi font files...
Hey no issues , i can understand.
However can i send u the gdr file or is there anyway i can check if my gdr file is proper ?
Hi Amit
I think if i m not doing anything wrong in the code
then possibly its the problem with the font file
Hey can u mail me the Hindi font file if u have @ sohilr@gmail.com
thanks again
Hi i modified this but still the result are same...
I have modified this also but its seems nothing is happening
hey i really greatful amit for all the help
Hi Amit
Sorry to bother your here is all my code
Following is the code in Appui
Constructor
void CtempfAppUi::ConstructL()
Hi
I m passing the following code to draw text
TBuf <10> appendchar;
appendchar.Format(_L("%c"),2384); //2384 value of OM in Hindi HEX 950
gc.DrawText(appendchar,TPoint (10,20));
Hi i did set the font of the gc before calling the draw text
however now i m not getting any error but the
drawtext display square instead
what is th eplace i might be going wrong
or if u have...
Hey i m getting the error as
WSERV 14
Hi Amit,
Hey what should be the ifontfield
i have taken it as 1200 as a random number is it right ??
THanks
Hi Amit,
I tried using the above code i got the GDR Font name i used another convertor it specified the GDR Font Name
After CreateScreenFontL in Constructor of my Container
i added added the...
Hi Amit
I have loaded the GDR font ..
But now i m facing the problem of TypefaceName
How do i get it
i have created a GDR font from Easy GDR Creator
i have created a hindi font and named...
Hi i just had a bit of confusion
Amit Said;
draw TEXT using the GDR fonts.
Just wanted to know if just append the buf with its desired unicode value to the editor it will draw that in...
Thanks Amit ;)
Hey thanks for the immediate reply
hey can u help in me about how to use the gdr
i don't have much concrete information of how to use it
how shall i install a font in a phone ?
and...