SymbiSoft / m-im

Automatically exported from code.google.com/p/m-im
0 stars 0 forks source link

Unusable on Blackberry Curve 8330 #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install the JAD on a Blackberry Curve 8330
2. The application runs and displays the Profiles (Accounts) screen.
3. No button does anything.

What is the expected output? What do you see instead?
I expected that pressing the menu button would let me choose an action.
Instead it displays "menu" and "preferences" at the bottom of the screen,
but there is no way to trigger them, since Blackberry does not use soft keys.

What version of the product are you using? On what operating system?
v1.3.2 on Blackberry Curve 8330 running v4.5.0.131 (Platform 3.4.0.25)

Please provide any additional information below.

http://bellsouthpwp.net/m/c/mcpierce/javamefaq.html#assign_command_to_key
seems to indicate that if you create Command objects they will get added to
the menu.

It appears you can download Blackberry simulators at
http://www.blackberry.com/developers/downloads/simulators/index.shtml

Original issue reported on code.google.com by LaBlua on 14 Oct 2009 at 8:02

GoogleCodeExporter commented 8 years ago
Basically blackberry devices don't have the same softkeys (OK/CANCEL buttons) as
other phones. One solution I can recommend is to map the left softkey to the Q 
(most
QWERTY bb's) or QW (QWERTY bb pearl models) buttons, and the right softkey to 
the P
and OP buttons, or let the user choose custom keys to substitute those softkeys 
like
lampiro does (http://code.google.com/p/lampiro/)

Original comment by efrainreyes@gmail.com on 24 Apr 2010 at 6:12

GoogleCodeExporter commented 8 years ago
Verified the same problem on BB Bold 9000 - I have a new test device! :-)

I will attempt to solve this, but have to sync my Eclipse up to the latest 
repository version first.

Mark

Original comment by markmcna...@gmail.com on 1 Sep 2010 at 11:37