Phone Calls
Hi All :)
I have a question, how can I make a phone call, creating a event, of tipe Action Event in the resource editor? In the StateMachine class the resource editor create a method called onTuDarwin_ButtonAction, but i can't use the platformRequest method, in the code below that method is comented.
protected void onTuDarwin_ButtonAction(Component c, ActionEvent event) {
// If the resource file changes the names of components this call will break notifying you that you should fix the code
super.onTuDarwin_ButtonAction(c, event);
//javax.microedition.midlet.MIDlet.platformRequest("tel:+358-555-1234567");
}





I think you need to add // after the tel:
You can use Display.execute() in LWUIT.