Thanks Wizard_hu
I am kind of trying the ways to figur it out.
Type: Posts; User: SymbieRahul; Keyword(s):
Thanks Wizard_hu
I am kind of trying the ways to figur it out.
Thanks Yucca for your valuable response.
Though the link discusses about calling Qt code from the Symbian C++ project but there is uncertainity in its performance.
Not sure whether there is a way...
Hi,
I have gone through the following link
https://projects.forum.nokia.com/notificationsapi
It explains about implementing the Push notification using the Qt sdk.
I know that there is no API...
Isn't it quite simple to do it.
QMessageBox::information(this,tr("Title Name"),tr("Please enter the details!") );
I have been continuously facing this issue where my application has been regularly thrown of this system message
"Maximum number of connections in use. Close an active connection first" however...
Hi ,
First of all thanks a lot Yucca for your quick reply,
Now, as far as use of RAlarmServer is concerned, i totally agree with you that this interface is deprecated (for version 7.0s).
Now,...
Hi all,
Can somebody throw some light on how will i change the profile settings dynamically for Nokia 6600.
for e.g. if i want to know the volume level set within the profile settings, i can know...
Hi all,
Kindly give me some guidance,
as how to implement Alarm feature within Nokia 6600.
I have tried following ways to get the alarm activated and it does get actiated, following is the code...
Thanks for your quick reply petrib,
yaa by saying Symbian7 i meant Symbian OS 7.0s only,
also as far the API's and Libraries are concerned i will cross check them again.
But one more thing i...
Hi all,
Kindly share your thought about what can be the possible reasons for a Symbian8 application meant for Symbian8 devices to be crashing badly over the Symbian7 platform while installing it on...
Hi Shilpa,
Refer to the Grid example given in the Series60 Examples folder.
As CAknCaleMonthStyleGrid is derived from CAknGrid class so it can be easily created while referring the above mentioned...
Hi All,
I am trying to put progress bar in my applicaton, for that i have used CEikProgressInfo class to display the pgrogress info on the screen.
I have used following code to draw the progress...
Fine guys I found it,
it is
iListBox->ItemDrawer()->ColumnData()->EnableMarqueeL(ETrue)
just add it in your List box construction and the data will start tickering.
Hi all,
I have been trying hard to put tickering (flowing text) effect within the listbox items, but all my efforts seems to be in vain as till now i was not able to put the tickering effect.
I...
thanks yucca,
for your quick reply. As per what you said
"Basically some phones are not reporting errors, they simple shut down the application, so thats why you have different behaviour there."...
Hi all,
Can anyone please give me some sugestions as i am going through very strange things.
Like whenever i install some application on the device and there comes a panic, the panic code (e.g....
Hi,
Like OfferKeyEventL in the CCoeControl class.
In the appui class we can handle the key events using HandleKeyEventL following is the way by which i am achieveing that
TKeyResponse...
thanks a lot yucca for your quick reply, i am able to create my edwin control with the following lines of code within the constructL method of the appui class
iEdwin = new( ELeave )CEikEdwin;...
Hi all,
I am trying to create and edwin control within the appui class that is derived from the CAknAppui class, as we need to do it as per our requirements. Thus, i want just a little support...
Hi all,
I am a little dissapointed as have got no responses from all you techinacally sound people, anyways atleast one thing i have discovered that if explicitly we need to call the Numbers or...
Hi all,
Kindly throw some light over the Edwin control issues.
I am using a edwin control within my application where till now i can only input the numeric values, and the textual values are not...
Hi all,
thanks a lot hemanth for your quick reply, i tried to use the aoi's you mentioned but they doesn't seems to be of any help. I understand that for text entry we need to set the focus i.e...
Hi Everybody,
I need your valuable guidance to make my Edit box supporting the text and numeric entry both, as presently it is only supporting the numeric(1,2,...) and not the text(a,b,c...)...
Hi eswar,
I am not very sure about whether it will work for video or not, but with audio it works fine.
Sometimes it do gives MMFAudioClient 4 panic, Strangest thing is no description is...
Hi all,
Thanks a lot eswar for your quick reply. The informatio you shared will definitely be useful for us.
But there can be an easy way to find out the device information(e.g. Volume level...