Hi,
I'm developing one application. In that I want to observer standard view switchese. e.g. When user switches from main view (phone desktop) to messaging view , then I want to detect that event...
Type: Posts; User: rahulm; Keyword(s):
Hi,
I'm developing one application. In that I want to observer standard view switchese. e.g. When user switches from main view (phone desktop) to messaging view , then I want to detect that event...
Hi,
I want to detect inbox event. I mean, whenever user navigates to inbox through keys on keypad, I want to detect that event and want to display some message. I don't have any idea about it. If...
Hi Poyo_shiu,
I'm also using CTelephony to detect and reject incoming call. I managed to detect call but facing problem with rejecting it. Code which I written for that is:
void...
Hi All,
I'm developing one application in which I'm monitoring for incoming call and whenever there is incoming call, I want to reject it.
I'm using CTelephony API for observing incoming calls...
Hello Itomuta,
Thanks for reply. I checked link sent by u. But that link contains final
setup file. I want code of "AnsPhone" example so that I can start my application coding. If u know could u...
Hi all,
I'm developing one application related to call event handling.
I want to detect incoming call and reject it. On forum I read
there is one example named "AnsPhone", that do same thing...
Hi all,
I'm developing an application related to call event handling.
and want to have look at AnsPhone example. But on net I,m not getting proper link to download it. If anyone know where it is...
Hi symbianyucca,
I tested it with dev. certificate having all capabilities(except phone manufacturer grantable capabilities). But still it's not working. Same error 'err = -46'. Do u how to check...
Hello,
I found epocwind.out file, but I'm not getting exactly, what I should check there. Could u tell me plz.?
rahulm
Hi stenlik,
I got developer certificate from SymbianSigned, but there is no 'Network Control' capability. It's phone manufacturer approved capability. But I don't know how to grant. Do u have any...
Hi stenlik,
Thakns for your quick reply.
But I'm not sending sms to other device.
I'm just moving sms from inbox to other folder on same device.
So will it need ant capability ?
Best Regards...
Hi All
I'm developing one application that move
incomming sms to other folder. I'm using following csode to move sms to other folder.
TRAPD(err,iMsvEntry->MoveL(iNewMsgId ,PersonalID));
...
Hi,
I want to show GIF image in S60 3rd edition.
It is working well on emulator, but when I try to run on device it's giving error
"Menu System Error -1"
I'm not getting whats wrong.
My...
Hi Symbian Neil,
I developing app. for s60 2nd edition.
I want to specify supplier name and app. size in pkg file so that during installation
if we select 'View Details' it shold display...
Hi All,
I want to specify supplier name and app. size in .pkg file.
Appliaction is S60 2nd edition.
I know it for S60 3rd edition but, don't know how to do this for S60 2nd edition.
If...
Hi All,
I want to specify supplier name and app. size in .pkg file.
Appliaction is S60 2nd edition.
I know it for S60 3rd edition but, don't know how to do this for S60 2nd edition.
If...
Hello Bharatappal,
Thanks for ur quick reply. Now scrollbars are visible, but text is not scrolling when
I click on down arrow.
Hi Bharatappal,
Text which I drawn in chield is visible, but scrollbar is not visible.
Text is visible but scrollbar is not visible
Text is visible but, scrollbar is not visible
Hi Bharatappal,
I tried with ur code, but still it's not working.
Should I need to implement SizeChanged() fn?
Currently it's blank.
Hi peaveenvln,
If u solved ur srollbar problem, plz. tell me how u achieved this.
I'm facing same problem.
Thanks
rahulm
Hi Bharatappal,
As per ur reply I created two container clases on e parent and another Chield container.
In COnstructL() of parent class I written following code:
void...
Hi All,
In one application I implemented listboxview showing some items.This list box is of type
CEikTextListBox.It's working fine. But problem is that scroll bar indicator is not visible....
Hello Priju,
I want to add scroll bar to the view, which is derived from CCoeControl.
Inthis view I have drawn some text in Draw() fn.
I have no oter controls in that view.
Do u have any idea...