Hi,
Thanks guys. I have implemented it as shown in the examples pointed by wizard_hu_.
the exact code as in example without any changes
CPbkViewState* pbkViewParam = CPbkViewState::NewLC();...
Type: Posts; User: tampstaffs; Keyword(s):
Hi,
Thanks guys. I have implemented it as shown in the examples pointed by wizard_hu_.
the exact code as in example without any changes
CPbkViewState* pbkViewParam = CPbkViewState::NewLC();...
Hi,
I would like to have a option where i could open the contact card of an contact directly in edit mode without going to phone book application.I.e from my application.Are there are public apis...
Hi,
Thanks for u quick reply.
Hi,
I would like to detect when I send an outgoing email and get the contact no, to which the mail is being sent.Are there any such apis from which i can know if an outgoing email is being sent...
HI,
Thanks for the info
Thanks for the replies.
Hi ,
I have a TClass which takes in a parameter of type const TDesC&.
Which type of member variable would be best to use.
Ex:
TClass::TClass( const TDesC& aTest )
and i would like to...
hi,
I tried it,but it doesnot launch any application after i have exited it. it should launch launcherapp.exe, did it launch the same for u??
OK, I will try in that and see.Thanks for u reply
Hi,
i was trying this example http://wiki.forum.nokia.com/index.php/Image:RScheduler_Example.zip. It compiles without any errors,I am able to launch the application.But it does not auto Launch ...
Hi Wizard_hu tried that but no result.
Hi Nitesth,
Thanks for u reply. Tried that but same result
Hi,
I have created a selection List. I display the default value and when user presses change key, display the whole list. Now, when I move between different resolutions mode the scrollbar gets...
Hi,
I display a Dialog box,Showing some info and OK softKey.It works fine,but if I dont press the ok Key for some time.Then the Dialog box disapperas and only the OK softkey can be seen.Any idea...
HI JUkka,
I was trying to execute and se eone of the examples,I downloaded from the forum.Its header file is like this
#ifndef __ALR_ENGINE_H__
#define __ALR_ENGINE_H__
#include <e32base.h>...
Hi ,
I have been trying to do some basic example in using Connection Settings API
but when I try to include the header,it says Cannot find it.
I have included the LIBRARY cmmanager.lib in my...
I have a CAknDialog-derived dialog box.I have set Its Size And Position by Overriding SetSizeandPosition.But Now The Dialog doesnot Appear.I donot Have any handleResourceChange Implementation.Any...
Hi,
Have u found a Solution for this.I am also Struglling in repositioning the Dilaog Box.
HI,
My problem now was,
Thank u all guys for u replies.Now my doubt was,how can I check if it points to any valid memory,then Reset it.Any idea??
Because initially it is declared as...
Well,I dont reset the array passed.Its another array,which i want to copy the values.I just reset that other array.not the passed one.
array1 -> reset(); this is different array
aArray this is...
Hi,
I have tried u code only.I am getting this errors.
aListReturn->Reset();//reset array,doesnt it reset the array we want to pass???.i would liek to copy the data of the passed array into another...
well now I have come to this line where the problem occurs:
array1 -> reset();
where i defined array1 as pointer to To CDesC16ArrayFlat in my header file.And if i comment that line,It comes...
HI,
ya sure.Thanks for the reply.But why as pointer can we not define it as I did.Is there any particular reason for it.
Hey guys any sol for it.I was just thinking because,in the method METHOD1,I initially reset the array,so does it give any problem there,like while resetting an empty array.
void method1(...
Hi guys,
Is const not needed for the array is it.Why so??.When i do that it crashes at the line where i Pass it as parameter to the method