How to implement customize sip like IPhone

ntquy99

New Member
I am implementing a customized sip with following requests:

1. when pressing on sip buttons, the buble is displayed with the key you entered.

2. when click the sip menu icon at the bottom of the screen, the customized sip should be hidden SLOWLY and SMOOTHLY as IPhone. And when clicking the sip menu icon again, the sip should also displayed SLOWLY and SMOOTHLY as IPhone.

I can do the request 1 but request 2. The request 2 is similar to gestures feature in IPhone. I still have no solution for the request 2 yet. If anyone has idea about request 2, please help me to solve this problem. It is urgent.

I also have some questions about the 2nd request:

a. Can we implement a customize sip and place it at any where in the screen? For e.g. create a sip, after that call API MoveWindow to place the sip at any where in the screen. I often create a customize sip and it is always placed at the bottom of the screen. Is it possible if we place it at any where?

b. When we create a customized sip, we often give it a parent window. What does it mean with the parent window of the sip here?

Can all of you help me? It's urgent ...
 
Top