This is the code that u have posted...
CCalChangeNotificationFilter* calFilter = CCalChangeNotificationFilter::NewL(EChangeEntryAll,
ETrue, range);
...
Type: Posts; User: nital_shah; Keyword(s):
This is the code that u have posted...
CCalChangeNotificationFilter* calFilter = CCalChangeNotificationFilter::NewL(EChangeEntryAll,
ETrue, range);
...
hi,
i dont remember the code currently.. but i think CalChangeNotification() will be called only wen any add/update/delete is done in the calendar app... also u ll get only 1 event at a time, so...
hi,
plz tell me the steps for uploading my Application on OVI store.
1stly, do i need to have publisher Id, i mean does it require express signing/ self signing wud work?
2ndly, the link to...
i tried CMdaAudioPlayerUtility::NewDesPlayerL() , NewDesPlayerReadOnlyL() , OpenDesL() ... they all return (-5) [Operation not supported Error]......
Also m trying to play WAV data..
all...
hi,
i have a ready SQLite Database.. which contains Audio Files whose data Type is blob
m using RSqlDatabase to fetch values
How to retrive these Audio Files??
shud it b something like...
...
Thanks a Lotttt....... :)
ConvertToUnicodeFromUtf8 worked.... :) :)
i tried to disaply the converted buffer using ConvertFromUnicodeToUtf8L
but my Listbox displays some junk characters/symbols instead of Hindi... :(
hi..
i want to display Hindi Text in my Listbox
i changed the character encoding of my File ti UTF8 Format from its properties.. but i dont understand how to convert the Hindi Data in UTF8...
i create a new project after installing CSL Arm Toolchain & adding its PATH....
& now no errors :)
Thanks a lot for helping..... :)
Hi ,
i have attached ConsoleOutput.txt File
These are Console Errors:
Sorry, now m getting a differnt error:
i installed CSL Arm Toolchain and also added its path: "C:\Program Files\CSL Arm Toolchain\bin" in PATH variable
but still m getting same error
hi,
i m using Carbide 2.7
wen i build a project for Phone Release GCCE [S60 5th Ed] i get error:
Cannot Launch a Process. Check build console for process creation errors
i have attached a...
hi,
i want to implement scrollbar on Touch phones..
i tried the provided links but it doesnt show me scrollbars...
did anyone succeed in doing this...
or is there any other way to scroll down...
How to use Drag events?
will i be able to drag downwards & see the rest of the components on my view????
hi,
will http://wiki.forum.nokia.com/index.php/CS000869_-_Custom_control:_Scrollbars work for touch phones??
hi,
my application has an array of buttons...
how to determine which button is clicked???
i have implemented this :
void CButtonImageDemo2Container::HandleControlEventL( CCoeControl*...
i was making mistake somewhere else... so finally its done :)
i did it this way.....
int var = 10;
iButtonArray = new (ELeave) CArrayPtrFlat<CAknButton>(var);
for(int i = 0;i<9 ;i++)
{
CAknButton* iButton1 = static_cast< CAknButton* >...
ok.. i got it...
CArrayPtrFlat<CAknButton> *iButton = new (ELeave) CArrayPtrFlat<CAknButton>(10);
thanks for replying..
i wud b knwing the number of buttons to b created at runtime....
so i ll be initializing
CArrayPtr<CAknButton> *iButtons; in header
den in InitializeControls,
how...
hi,
i want to create a button array...
i dont undertand how i shud initialize it...
CAknButton* iButton[] = .....
plz help!!!
hi,
i have designed my view using CAknGrid for S60 5th Ed touch phones
it displays a 3x3 grid ..
like:
1 2 3
4 5 6
7 8 9
if i use the up down arrows in the emulator, it highlights the...
m using CAknGrid using http://wiki.forum.nokia.com/index.php/Grid_example#Grid_Container.cpp
i have entirely coded using Carbide UI Design...
now i dnt understand how to call this Class...