Field or calling card card

Hello developers,

I need to show the map on my screen, I used the methord of application invoke to open the default map, but the problem is that I have no control over the screen, what I need is to attract the code pin points wherever I click the map screen and a botton that will send the issue value and longitude of points pin inserted.

is it possible to apply this using invoke card or I need to do using the mapfield. Therefore, in that the mapfield please let me know how you can get the code pin points.

Thank you

sujithravindran

Thanks ibarrea,.

Please shed some light about to PIN multiple drawing on the plan

Thank you

Sujith

Tags: BlackBerry Developers

Similar Questions

  • Is it possible to speed dial a calling card and PIN (necessary break)? OfficeJet 4500.

    There is nothing in the instructions or help files on how to enter a telephone calling card and dial spindle. I want to enter a number like:

    1 800 234 5678 [pause] 1234 5678 9012

    Compare: in the list of contacts to my phone Cordless House plain old in that I put

    1 800 234 5678 1234 5678 9012 ppp

    I couldn't find any info on adding breaks or about how long a speed dial number can be.

    By trial and error and a few conjectures, I figured out how get breaks in the fax address book. It's a Dashboard.

    Example: 1 800 555 2222 - 1-509 996 1234 it will be access code, wait two seconds, dial 1, wait a second, dial the number.

    The manual doesn't explain this. It is said to use the Redial/Pause button, which does not exist on this model. However, to set up speed dial on fax (as opposed from a PC) Control Panel, it says to hit the * key until it becomes a dash. It was my idea. On the set up the fax on the PC, you just put in dashes directly to get the breaks.

  • What is the use of RAS calling card?

    What is the use of RAS calling card? And how do I uninstall?

    Hello coco Amaravadi,

    Given that the problem is related to the RAS asynchronous card, it would be better suited on the TechNet support forum. I suggest you post your question on the following link.

    http://social.technet.Microsoft.com/forums/en/categories/

  • Confirmations, questions related to a calling card application

    Hello

    Greetings to you all heaps. I am a newbie and this is my first post here.

    I'm working on an application is similar to a calling card automated long distance.

    This is how the application is desired to use,
    1 "55555" dial - a toll-free
    2. Select the language by pressing 1 for English, 2 for German etc.
    3. enter 12 digit ID pin
    4. after an identification between a phone number valid and the call begins.

    I have no experience of the Blackberry development. So far have passed messages, forums and time reading manuals.

    Through this post, I thought I'd try to justify and confirm my findings. List of questions below certain - for example,.

    1. is event - Injection or tracing the "End call" menu item (.. and running), the only way to end a call launched?
    2. is there a Blackberry API available to end a call?
    3. to hang up, menu is followed a method preferred during the injection of the event? If this is the case, is it because of the disapproval of the injection of the event?
    4. how security is Global menu and run/running?
    5. once the end a call, dial 55555 (step 1.see above) by programming is carried out using the PhoneArguments class. Which leads to recursion because of a PhoneListener a prior record? In such scenarios, is there a best practice/method to unregister the phoneListener? or how this should ideally be managed?

    6.

    I understand this is not possible, or it could be taedious to answer these questions. However, any help and guidance is appreciated.

    Thank you
    FG

    (1) Yes, there are only two ways to achieve this.

    (2) no - no API has been exposed to developers as for now

    (3) event injection is the best method since version OS 4.2

  • Clear a field of data card/CDO

    Hello

    We are working on sending emails that will have a merge field to a data card/CDO object that is sometimes filled out and sometimes not; merged field of emails are sent through program generator when merging field no those are batched. After the merged field email is sent from the Builder program, we want to clear this field on the data card, so that if we batch email from contact with another email, the merger of field will be empty and not present information completely foreign to the emailed batch. Is it possible to do in E10? I can't find an option for it in the program generator. The only work around us would think has been implemented the merger of field as a piece of dynamic content and add a contact field that gets checked when the merger of field CDO / Data Card is necessary and not controlled when it's not like this can be done in the program generator.

    Hi Allan,

    If your goals is to update the field and future data communications player card... I think that there are few options, but the one I can suggest the use of the program generator.

    In the program generator.

    Create a program that takes the contacts it is a member.

    1. check if the email you want to send using email that address data slag is sent? If Yes

    2. take contact with Cloud connector for submit and add static value as empty (Leavve it blank)

    Form...

    3. create the form and map all data fields to a custom form to this exact object with a value field empty

    4. use and field to future communications drive additional Fusion by email.

    I would like to know if this helps or you are looking for.

    Thank you

    Amit

  • Landmark missing when calling card BlackBerry

    I have this problem:

    I have a list any branch with coordinates (langitude, longitude) and I need to show the entire industry in card of blackberry, so I call Blackberry card by using this code:

    public void createMapNearby(Branch[] bia)
            {
                Landmark[] landMarks = new Landmark[bia.length];
                System.out.println("Branch total="+bia.length);
                for (int i = 0 ; i < bia.length ; i++)
                {
                    System.out.println("Branch location "+i+" ="+bia[i].getLatitude()+" / "+bia[i].getLongitude());
                    AddressInfo addressInfo = new AddressInfo();
                    addressInfo.setField(AddressInfo.STREET, bia[i].getAddress());
                    addressInfo.setField(AddressInfo.BUILDING_NAME, bia[i].getBranchName()); 
    
                    QualifiedCoordinates coordinates =
                        new QualifiedCoordinates(bia[i].getLatitude(), bia[i].getLongitude(), 0, 0, 0);
    
                    landMarks[i] = new Landmark(bia[i].getBranchName(), bia[i].getAddress(), coordinates, addressInfo);
                }
    
                MapsArguments ma = new MapsArguments(landMarks);
                Invoke.invokeApplication(Invoke.APP_TYPE_MAPS, ma);
            }
    

    the problem is...  The length of array of branches is 40, so I got 40 point mark on my map, but there show only 7 mark... and when I cut the branch at 5, the card show that 3 Landmark...

    I don't know what the problem...

    This is the result of "System.out:

    Branch total=40
    Branch location 0 =-6.1669963 / 106.8261941
    Branch location 1 =-6.1866332 / 106.8203645
    Branch location 2 =-6.1613093 / 106.8477664
    Branch location 3 =-6.183856667 / 106.8446517
    Branch location 4 =-6.1838567 / 106.8446517
    Branch location 5 =-6.18386 / 106.8448867
    Branch location 6 =-6.17521 / 106.85515
    Branch location 7 =-6.1362451 / 106.8277966
    Branch location 8 =-6.207481 / 106.821633
    Branch location 9 =-6.19817 / 106.85292
    Branch location 10 =-6.1923 / 106.86783
    Branch location 11 =-6.12556 / 106.79696
    Branch location 12 =-6.1644 / 106.77348
    Branch location 13 =-6.2287647 / 106.8469686
    Branch location 14 =-6.13769 / 106.88602
    Branch location 15 =-6.11648 / 106.77964
    Branch location 16 =-6.139685 / 106.8907567
    Branch location 17 =-6.23907 / 106.84438
    Branch location 18 =-6.23907 / 106.84438
    Branch location 19 =-6.10648 / 106.8807567
    Branch location 20 =-6.16783 / 106.72823
    Branch location 21 =-6.25891 / 106.78842
    Branch location 22 =-6.124834 / 106.7306432
    Branch location 23 =-6.23931 / 106.74712
    Branch location 24 =-6.23931 / 106.74712
    Branch location 25 =-6.23931 / 106.74712
    Branch location 26 =-6.2475617 / 106.9203259
    Branch location 27 =-6.29287 / 106.78944
    Branch location 28 =-6.29821 / 106.87151
    Branch location 29 =-6.30985 / 106.83926
    Branch location 30 =-6.27737 / 106.7234
    Branch location 31 =-6.26604 / 106.99511
    Branch location 32 =-6.29095 / 106.66573
    Branch location 33 =-6.4737396 / 106.8472253
    Branch location 34 =-6.09374 / 106.50059
    Branch location 35 =-6.3328816 / 107.1397415
    Branch location 36 =-6.111364 / 106.475144
    Branch location 37 =-6.556667 / 106.7780177
    Branch location 38 =-6.62098 / 106.81906
    Branch location 39 =-6.31859 / 107.3232317
    

    and this is my class of branch:

    public class Branch
    {
        String branchName;
        String address;
        String brandName;
        String phone1;
        String phone2;
        String phone3;
        double latitude;
        double longitude;
    
        public Branch()
        {
            super();
        }
    }
    

    Please, help me...

    What is the problem with my card invoke method?

    * Sorry for my bad English *.

    Thank you...

    FINA

    Your sites have special characters in the name or description?

  • detect when it is called card has been closed

    I'm looking for a signal that will help me identify when a card called was closed (down rear position)...

    for example, I called the card sys.mediaplayer.previewer and want to detect when this map is closed when the user is back on his previous screen...

    I mentioned 'closed' especially instead of back as if you use the mediaplayer card, it will automatically shut down/back himself once made video play.

    onTopChanged did not

    Anyone know how to whom?

    connect(invokeManager, SIGNAL(childCardDone(const bb::system::CardDoneMessage&)), this, SLOT(onCardDone(const bb::system::CardDoneMessage&)));
    
  • BlackBerry Smartphones BB Pearl Flip 8220: dropped calls, card memory, Opera browser, battery replacement, ringtone, contacts?

    8220 drops on the Workbench encrypted WiFi network calls.  I put the Wifi network options.  I have no wifi connection problems with my computer that uses the same network.  How can it be improved?

    What is the largest microSD card available for media use (especially music) on the BB 8220?  What does 'convert for optimal reading"during the copying of music files?  Why not my computer Windows XP does not recognize the Blackberry without launching the Desktop Manager?

    I'm told the software Opera Mini is a browser better than T-mobile browser.  I tried to download Opera using the browser from T-mobile for the handset without success.  Any suggestions?

    Is there a battery high capacity that can be purchased for this device?

    Can I set the phone to ring for a longer period of time when profiles are set to 'Loud '?

    How can I copy all the contacts on the Blackberry on my SIM card at the same time?

    Thank you.

    I'll try to answer some of your questions.

    The media card is consistent with the version of the OS on the BlackBerry. The model is irrelevant.

    Look at the Options > about, third line down, starting with a 'v.4.xxx '.

    Maximum capacity:

    BlackBerry Device Software media card size limit

    BlackBerry Device Software 4.2.0 - up to 2 GB

    BlackBerry Device Software 4.2.1 - up to 4 GB

    BlackBerry Device Software 4.2.2 - up to 4 GB

    BlackBerry Device Software 4.3.0 - up to 8 GB

    BlackBerry Device Software 4.5.0 - up to 8 GB

    BlackBerry Device Software 4.5.0.81 and above - up to 16 GB

    BlackBerry Device Software 4.6.0 - up to 32 GB

  • How to format a text field for credit card numbers?

    OK, I found this conversation, http://forums.adobe.com/message/3598185, who gave a useful overview and I adapted the code appearing in to make sure that the user types in a 16-digit number, and he told them to just do it if they do not.

    Here's my problem:

    With the code that appears, I can either get a unique 16 digit string (e.g.: 1234567890123456), or I have to do the user to manually type in the spaces to get the usual format of the CC (1234 5678 9012 3456).

    What I hope is a code that will allow me to allow the user to just type in 16 continuous digits, but which will then display that entry into the format expected. (So user 1234567890123456 types, but the field when they tab or click out of it will show 1234 5678 9012 3456)

    Here is the code I have so far (as I said, almost word for Word copied from the link above):

    On the Format tab, under Custom Script Format:

    function checkFormat (s) {}

    If (! s) return true;

    var r =]

    / ^ \d{16}$/

    ];

    Return AFExactMatch (are, s);

    }

    On the Format tab, under typing a Script custom:

    (function () {}

    If {(event.willCommit)

    var isValid = checkFormat (event.value);

    If (! isValid) {}

    App.Alert ("Please enter a valid credit card number without spaces or dashes. 16-digit", 1);

    Event.RC = false;

    }

    }

    })();

    I'm sorry it's so simplistic. Although I rooted around in other languages (HTML, C++) programming, so I'm not a complete noob, I don't know anything about Java at all...

    Thanks in advance!

  • HELP: Call card photo editor error

    Can I call core image change with this code

        bb::system::InvokeRequest cardRequest;
        cardRequest.setTarget("sys.pictureeditor.cardeditor"); //
        cardRequest.setAction("bb.action.EDIT");
        cardRequest.setUri(QUrl::fromLocalFile(fileName));
        cardRequest.setFileTransferMode(bb::system::FileTransferMode::CopyReadWrite);
        cardRequest.setMimeType("image/png");
        mInvokeManager->invoke(cardRequest);
    

    But there are a few errors:

    1. While the command "save under" not this editor was (at least once) - altered photo is not registered at all.

    2. If I try to edit any image gallery of base - editor called from my application will always crash during the recording of the file...

    Is it possible to solve this problems?

    Or maybe there is some other params for calling core editor?

    Invoking the image editor is not supported at this time. It should be soon in point 10.2.

  • How to call cards in the Playbook

    I want to call google maps on my playbook application then how can I invoke only

    To add your SWC in FB Burrito go to your project properties-> AS Build Path-> library path and click on: Add SWC and add the two files to download sdk.

    I put toghether a small code example that gives you a full screen Google Maps on your Simulator.

    package
    {
        import com.google.maps.controls.MapTypeControl;
        import com.google.maps.controls.ZoomControl;
        import com.google.maps.LatLng;
        import com.google.maps.Map;
        import com.google.maps.MapEvent;
        import com.google.maps.MapType;
        import com.google.maps.overlays.Marker;
        import com.google.maps.services.Directions;
        import com.google.maps.services.DirectionsEvent;
    
        import flash.display.Sprite;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
        import flash.events.Event;
        import flash.geom.Point;
        import flash.display.Sprite;
        import qnx.events.QNXApplicationEvent;
    
        import qnx.system.QNXApplication;
    
        [SWF(width="1024", height="600", backgroundColor="#FFFFFF", frameRate="30")]
    
        public class GoogleMapsDemo extends Sprite
        {
            protected var _map:Map;
            private var _dir:Directions;
    
            public function GoogleMapsDemo()
            {
                super();
    
                stage.align = StageAlign.TOP_LEFT;
                stage.scaleMode = StageScaleMode.NO_SCALE;
    
                _map = new Map();
                _map.key = "YOUR API KEY";
                _map.url  = "THE URL YOU REQUESTED THE API KEY FOR";
                _map.language = "en";
                _map.setSize(new Point(stage.stageWidth, stage.stageHeight));
                _map.addEventListener(MapEvent.MAP_READY, onMapReady);
    
                _map.sensor = "false";
                addChild(_map);
    
            }
    
            private function onMapReady(event:Event):void {
                _map.addControl(new ZoomControl());
                _map.addControl(new MapTypeControl());
    
                _map.setCenter(new LatLng(40.736072, -73.992062), 14, MapType.NORMAL_MAP_TYPE);
            }
        }
    }
    

    Doesn't have much comment here, but the code should be pretty much self-explanatory. From here you should be able to countinue yourself.

    P.S.: I belive that you use different accounts for the display which is a little confusing.

  • Changes ChoiceFiled field events called listener

    Hello

    I created a choicefield. and on the celine field auditor I show dialogue according to condtion the balance is zero.

    now my problem is once the dialog is displayed then after that its dialog box indicating for each choice while I try to Ministry the choice.

    lets say on the 3rd choice balance equals zero, dialog box appears, click ok to the 3rd selection dialog box is shwon in the choice field.

    Now when Ministry choice so I filed select and browse throgh choice, then for each choice, even if the barrier is is greater than 0 for that pampers its display of the dialog box to balance still zero.

    Please can you tell me the solution to verify that old selected index

    How to check the selection choice is over or cela filed under selection mode.

    Here is my code.

    fDestination = new ObjectChoiceField ("", spinnerArray, 0, Field.FIELD_LEFT) {}
    Protected Sub layout (int width, int height) {}
    Super.Layout (fContext.getScreenWidth () / 3, 45);       setExtent (fContext.getScreenWidth () / 3, 45);

    }

    };

    fDestination.setChangeListener (new FieldChangeListener() {}

    ' Public Sub fieldChanged (field field, int context) {}
    try {}

    int dest = fDestination.getSelectedIndex () - 1;
    If (dest! = - 1) {}

    {if (balanceArray [DEST].equalsIgnoreCase("0"))}
    Dialog.Inform (fContext.getLabel ("Balance is 0. choose another destination'));
    }
    }

    } catch (ArrayIndexOutOfBoundsException ex) {}

    } catch (NullPointerException ex) {}

    }

    });

    Here are my screenshots.

    When I select an option where balance is not zero then its works fine but

    Once selected pampers that dialogue balance 0 is expected. Then, for any choice his shwing even pop-up message.

            

    This question has been asked before, and I've never had a very good answer.  In the past, I used focuslisteners, and when the ChoiceField loses focus, and then you check the value.  That works well.

    But I had an idea, when I saw your question.  You see the list is actually a pop-up screen.  Because this is the view in front of your domain, it actually causes the onObscured() method and then pushes the onExposed() method when the shortcut menu is deleted.  So you can ignore the changes while it is happening.  Then you get only the last change!  And it seems to work.  Here is a test code - it assumes that the Boolean variable

    displayingChoices

    as a global code variable:

    Now, in fact, onExposed and onObscured will be called in other circumstances, so to make the test bullets this code, you should probably check that the field is in focus.  But I think it will work as it is too.

    Hope this works for you.

           String [] options = new String [] { "1", "2", "3", "4" };
            final ObjectChoiceField test = new ObjectChoiceField("Test: ", options) {
                public void onExposed() {
                    displayingChoices = false;
                }
                public void onObscured() {
                    displayingChoices = true;
                }
            };
            test.setChangeListener(new FieldChangeListener() {
                public void fieldChanged(Field field, int context) {
                    if ( displayingChoices ) {
                        return;
                    }
                    Dialog.inform("Selected: " +test.getChoice(test.getSelectedIndex()));
                }
            });
    

    test is declared final just because it was easier. So this isn't production code, this is just to demonstrate the idea.  Impement this your way.

  • Model road CSV file deletes '0' field numbers called prefix Party

    I want to download more than 350 models of road using bat tool in CUCM 9.1. All models must have their field called prefix part numbers (outgoing calls) containing 10 numbers with "0" at the beginning. The problem is that the CSV file removes the dominant form of '0' figures. I tried to make the type cell in Excel as 'Text' and it worked and the '0' is held normally, but when I save and close the file and then open it again, the cell is set by default to the type "Général" and "0" is gone again! Change the format of CSV file to any other and download to CUCM system generates an error indicating that the file format is not supported.

    A sample entry in the CSV file is attached. I want to preserve the whole number '0541234567' in the field 'PREFIX_DIGITS_CALLED_PARTY '.

    Can someone help me how to download this large number of models of road while preserving the number "0" at the beginning?

    Yes, it's how excel works, so open again the file, adjust it, save, and run via BAT. I did deployment with extensions starting with 0 and it works very well as long as you keep it open.

    Chris

  • Make the new field by calling the onchange event

    I have a drop drop-down list in a form. The value of this area consists of two values, say 'A' and 'B '. I want the situation as follows:

    For example, when the page is loaded in the default for drop down box is 'A '.

    When I change the value in 'B', I want one, or more new field appear in the form. Then when I changed the value in 'A' again, the field who have appeared before, become disappeared.

    Y at - it no reference sample or the code to solve this problem?

    Thanks in advance

    There is nothing server-side in everything that you have described here.

    --

    Adam

  • Satellite A300 - card reader does support SDXC cards?

    How can I find out if my SD card reader supports SDXC cards.
    My laptop is a satellite A300 and the properties of the so-called card reader 'SDA Standard compatible SD Host controller'.

    I am able lto using SDXC cards with this device and if not I am able to upgrade the software to support SDXC cards?

    Thanks for your help

    Hello

    I read in the forum on Satellite A300 card reader and I found the info very useful.
    The card reader supports the types of cards:

    -SD Card - 8MB - 2GB
    -SDHC - 4 GB card
    -photo - 16 MB - 2 GB xD card
    -Memory Stick - 8MB - 256MB
    -Memory Stick Pro - 256 MB - 2 GB
    -MultiMediaCard - 8 MB - 1 GB
    -miniSD (with SD adapter) - 32 MB - 2 GB

    As you can see that the SDXC cards are not taken in charge... in this case I recommend using a common external USB card that would support the SDXC cards

Maybe you are looking for