linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] For creating call Button By Bitmapfield in Blackbe


From: Saurabh Shukla
Subject: [Linphone-developers] For creating call Button By Bitmapfield in Blackberry
Date: Fri, 7 Oct 2011 17:52:06 +0530

Hi All,

    I am using Linphone blackberry version  1.0.0 .   Sir I want to create Own  Call Button By BitmapField and i try to code 

Bitmap b = Bitmap.getBitmapResource("call-now.png");
   
   
   
   BitmapField c= new BitmapField(b,BitmapField.FOCUSABLE|Field.FIELD_HCENTER){
        protected boolean navigationClick(int status, int time)
        {
        try{
        LinphoneScreen.callButtonPressed(); 
        }
        catch(Exception e) {
        e.printStackTrace();
        }
        return true;
       
        }


But when we  click Bitmap field then call this    "callButtonPressed()"  method every time when we click Bitmap field.But calling not start.so please help me how to create own application calling button By Bitmap field.

Note-  this is only personal Study not for Business.
Thanks 
Saurabh

reply via email to

[Prev in Thread] Current Thread [Next in Thread]