it's taking as \\x only but if i calculate length of pad after appending \\x and 89 it's 4 only.
So its working no. thank you both.
Type: Posts; User: divi11; Keyword(s):
it's taking as \\x only but if i calculate length of pad after appending \\x and 89 it's 4 only.
So its working no. thank you both.
i tried that but it's copying two backslash but If i print \\ then only one backslash it's printing
is there any other way to append '\x' to string.
TBuf8<500> ebuf;
_LIT8(Ke,"8903fb");...
Hi,
I am trying to convert this "8903fb6d" to this format "\x89\x03\xfb\x6d"
so i have written this logic to convert.
Thanks Mr Ilkka,
Insted of wurfl i am planing to parse the x-wap-profile why because it is a open source and giving accurate results than wurfl but problem is in finding touch/not.
Regards,...
Thank Ilkka,
For nokia phone's ok what about samsung and lg etc..
Hi ,
Which Parameter is used to know whether the phone is touch or non-touch at server side based on the x-wap-profile header, i got the XML RDF respone from C5...
From which parameter we'll get to know weather phone is touch or not based on X-Wap-Profile response?
signed char bbb[] = {a1,a2,a3};
char *bb=new char[2];
bb[0] = a1;
bb[1] = a2;
bb[2] = a3;
this is working and how to pass bb?
getting Expression Syntax Error.
its compiling without error but if i see the value of bb in debug mode it's -91 and bb = ¥¥¥¥Ì\r
Thank you wizard_hu_.
is this correct??
and
as you suggested i tried to new[] like this but getting illigal initiallization
char bb [] = new char(a1);
Hi all,
I am trying to convert java code into symbian but i am not able to convert this part of code.
can anyone tel me How to create byte array object? and pass those array to an other array...
Hi all,
I want to draw back button only in touch screen mobiles(bcs it dosn't contains fire key) in one of my view and i am using SetExtentToWholeScreen() in this view bcs i want to hide title pane....
TThreadId app_threadid;
CApaCommandLine* cmdLine;
cmdLine=CApaCommandLine::NewLC();
cmdLine->SetExecutableNameL(_L("Settings.exe"));
cmdLine->SetCommandL( EApaCommandRun );
RApaLsSession...
thanks parminder. I tried Symbian OS v9, RProcess method from the link you mentioned.
In Installer.Sisx i have Installer.exe and Settings.exe
I tried with these two
but getting System error...
I followed method which is suggested by Wizard_hu in post #6 and its working....
I have embeded Sis which contains two exe and sis, just i want to know is it possible
to start particular exe from...
means after installing Non-UI and UI app i have to launch UI app(FR,RI) and ask user to enable/disable auto start and while auto start NON UI i have
to check as you mentioned in above code right?
thanks to both of you.
i think i dont have choice as you mentioned i have to access from both.
i'll try this one.
void ReadIniFileL(RFs& aFs)
{
Hi i have two applications one is UI and NON UI.
Non-Ui 'll AutoStart on re-boot and it'll be running in background and it'll launch UI app.
for symbian signed as mentioned in this link Test 6...
Hi all....
Is it possible to increase the size of prompt(means label) in form, bcz the text which i have entered is not displaying fully?
and can i move the editor below the prompt?
thnx
Thank you so much Mahbub.
this example helped me to understand callback and observer.
Thanks a lot :)
OK thanks. your private message has been blocked can you send me your mail id.
ok thanks slinks its solved.
but i have one doubt. its like Ui class is observing socket class? and
when ever a message is received by socket it'll notify to Ui class right?
Hi
CSocket* CSocket::NewL(MSMSObserver & aObserver )
{
}
i am calling NewL from ConstructL() of APPUi.cpp.i am not getting what to use here
iSocket= CSocket::NewL(?????);
i read in dibo and...
can you tel me about synchronization? in waht way it'll synchronize AO?
previously i tried listner with EPriorityIdle and sender with EPriorityStandard but i dint found any difference and yucca sir also told
same.
yes you are right i was using only one AO but after...