maybe you can write such function by yourself.  

this is from treo600 reference guide:

phnEvtStartIncomingCall
Start of incoming call.
This notification is sent when an incoming call if first detected. This 
notification is
used to perform special pre-call processing like turning off of MMS playback
before a call. Any processing on this notification must be very quick (less 
than a
few hundred milliseconds) as it could potentially delay an incoming call from
being answered.
WARNING! APPLICATIONS MUST NOT ANSWER THE CALL OR DO ANY CALL
CONTROL BASED ON THIS NOTIFICATION.
A separate phnEvtConnectInd notification will be follow for this purpose. The
phnEvtConnectInd notification is normally processed by the Phone App, and uses
exclusive broadcast. Thus it may not be received by all applications. The
phnEvtStartIncomingCall notification is sent to all applications registered for 
Voice
Service using Universal Broadcast. The acknowledgement flag is NOT used.




----- Original Message ----- 
From: "Prabakar MP" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Tuesday, March 22, 2005 7:28 PM
Subject: RE: Immediate Help needed.


> 
> Thank you, I'll try out.
> And also Is there any function avilable to check if "Missed called page" 
> resides on the Treo device?? If you know that, please tell me.
> 
> - martin.
> 
> -----Original Message-----
> From: SEAn [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 22, 2005 4:40 PM
> To: Palm Developer Forum
> Subject: Re: Immediate Help needed.
> 
> 
> hi martin , i think i got it, but i am not sure about my solution:
> 1. register sysNotifyEventDequeuedEvent in your app 
> 2. catch every event passed in and check if come across two frmLoadEvent  
> frmOpenEvent 
> 3. then do something. 
> 
> Be very careful about registering for this notification; it can result in 
> significantly degraded system performance.
> 
> or if the system supplies the popupform event ? i know nothing about it. 
> 
> good luck
> --Sean 
> 
> ----- Original Message ----- 
> From: "Prabakar MP" <[EMAIL PROTECTED]>
> To: "Palm Developer Forum" <[email protected]>
> Sent: Tuesday, March 22, 2005 5:34 PM
> Subject: RE: Immediate Help needed.
> 
> 
> > 
> > I need to launch my program, if any other popupform shown on the 
> > device(like phone call page), so i need to catch the event whether 
> > popupform is showing on the device or not.
> > I know other way is to launch my program, but particularly i want to check 
> > in my code whether popupform is on the device or not?
> > Understand what'im saying?
> > 
> > - martin.
> > 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of ???
> > Sent: Tuesday, March 22, 2005 12:10 PM
> > To: Palm Developer Forum
> > Subject: Re: Immediate Help needed.
> > 
> > 
> > you know that if the FrmPopupForm is been called by any program 
> > it will produce two event frmLoadEvent and a frmOpenEvent for the specified 
> > form meanwhile if FrmGotoFrom happens with one more  frmCloseEvent . 
> > so if you detect the event queue and find the frmcloseevent you will know 
> > what has been called by program. 
> > 
> > any way , what do you want to know this ?
> > 
> > --sean
> > 
> > ----- Original Message ----- 
> > From: "prabakar.mp" <[EMAIL PROTECTED]>
> > To: "Palm Developer Forum" <[email protected]>
> > Sent: Tuesday, March 22, 2005 2:09 PM
> > Subject: RE: Immediate Help needed.
> > 
> > 
> > 
> > See, I want to find out via program whether FrmPopupForm is been called by 
> > program or not?
> > 
> > - Martin
> > 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of ???
> > Sent: Tuesday, March 22, 2005 11:31 AM
> > To: Palm Developer Forum
> > Subject: Re: Immediate Help needed.
> > 
> > 
> > i don't catch your words exactly, do you mean that you want to find out if 
> > the form is shown or not after
> > the FrmPopupForm operation?    
> > if you can see the form appears, you can be sure with your FrmPopupFrom 
> > command has take place.
> > 
> > ----SEAn
> >      IBE. Inc. 
> > ----- Original Message ----- 
> > From: "prabakar.mp" <[EMAIL PROTECTED]>
> > To: "Palm Developer Forum" <[email protected]>
> > Sent: Tuesday, March 22, 2005 1:22 PM
> > Subject: Immediate Help needed.
> > 
> > 
> > > 
> > > Hi,
> > > 
> > > How to find out whether "FrmPopupForm" is been showing or not?
> > > 
> > > Can anyone please tell me. Immedite help needed.
> > > 
> > > 
> > > - Prabakar.
> > > 
> > > 
> > > -- 
> > > For information on using the Palm Developer Forums, or to unsubscribe, 
> > > please see http://www.palmos.com/dev/support/forums/
> > >
> > -- 
> > For information on using the Palm Developer Forums, or to unsubscribe, 
> > please see http://www.palmos.com/dev/support/forums/
> > 
> > 
> > 
> > -- 
> > For information on using the Palm Developer Forums, or to unsubscribe, 
> > please see http://www.palmos.com/dev/support/forums/
> > 
> > -- 
> > For information on using the Palm Developer Forums, or to unsubscribe, 
> > please see http://www.palmos.com/dev/support/forums/
> > 
> > -- 
> > For information on using the Palm Developer Forums, or to unsubscribe, 
> > please see http://www.palmos.com/dev/support/forums/
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please 
> see http://www.palmos.com/dev/support/forums/
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please 
> see http://www.palmos.com/dev/support/forums/
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to