Thanks Yucca ,
Type: Posts; User: rkmohanty; Keyword(s):
Thanks Yucca ,
Hi friends,
i want to put a hyperlink .
My scenarion is , i have one popup dialog box , here i want to make a word as hyperlink , once i click this word i want to open another view , how it can be...
Hi,
You have to do something like this. where you want to switch your view .
AppUi()->DeactivateActiveViewL();
AppUi()->ActivateLocalViewL( KViewUid);
DoDeactivate()
{
//Remove and...
Hi friends ,
i am trying to write a general setting plugin for symbian .please give me some basic idea or link .
Thanks in advance.
http://wiki.forum.nokia.com/index.php/SMS_Operations
you can follow this link for sms operation , you can delete the current received sms .
Hi ,
I think you can , but for that u have to run a listener module for sms/mms .
when will sms/mms receive , this module will be notified at that time you can discard the sms/mms index . this...
HI friends ,
How do we make sure our DLLs gets loaded?
Thanks
Dear friends ,
I want to convert a hex string to binary , Is there any api ?
please give some idea.
Thanks in advance
Dear friends,
I want read the CBS through my application ,I got to know this is required "RMobileBroadcastMessaging" to listen the CBS ,but its not available in public sdk .Can any buddy...
Hi ,
You can add this line in your .pkg file
""-"file path",FN
Thanks for your reply .
i have RVCT (RealView Compiler Toolkit) from ARM .
i'll try with CSL Toolchain (GCCE) - Install .
Hi friends,
I have installed two sdks sdk3.1_symbian_9.1 & sdk3.1_symbian_9.2 .
i was creating build in gcce and armv5 from carbide1.3 .
It was creating successfully .
Now i am getting fatal...
Hi friends ,
I want to play a video file progressively through http .I mean to stream a video file from web server by using HTTP .
Is there any possibility ? please let me know.
Thanks in...
Hi friends ,
I am trying to do a video recorder in S60 3rd ed .
can any buddy please help me by giving some sample code or helpful link .
Thank you
Hi friends ,
i am trying to catch Cell Broadcast service message in symbian v9.x . i got some help from wiki . but i need etelmm.dso to compile .
this file i am not getting , can any one give me...
Thank you every ddy for your reply .
If RMobileBroadcastMessaging is not available for 3rd party .
Is there any other way to read CBS message through symbian application , like i can listen that...
Is there any other way to read CBS message through symbian application
Hi friends ,
Does symbian support receiving CBS.
i want to receive a CBS message through symbian application.
Thank you
Hi friends ,
I want to read the sms body and format , which is sending through Sim tool kit application .
after sending sms its not coming to sms sentitem folder .
Is there any way to read that...
Hi friends,
i want to read sms from sentitem or draft folder at time of sending sms from other application through my application .
how to read please give me some idea.
Thank you
hi friends,
i would like to know in 5800 xpress music model, Is there any finger print sensor ? suppose i like to compare or store my finger print by using this model.
each and every comments are...
Numeric Editor Class Resource Control
------------------------------------------------------------------------------
Integer CAknIntegerEdwin ...
Thanks for update , but its not for original build. suddenly i wrote to get result then posted it .Clearly my intension was to get the result after that we can convert it in better coding way and...
//Try using this code.
void CSyncEazyAppUi::GetPng(const TDesC& afilepath,CFbsBitmap* iBitmap)
{
TFileName filename(afilepath);
User::LeaveIfError (CompleteWithAppPath (filename));
...
Are you searching or putting some string to get data ?
That length is more then your container ,
if possible please tell your problem clearly ,we could understand .