marrcandre / eagle-py

Automatically exported from code.google.com/p/eagle-py
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Menu does not appear on Nokia 770 #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run maemo-taskmanager.py on 770 IT2006
2. Press the hardware menu button
3. Press the menu button on screen

What is the expected output? What do you see instead?
I expect the menu to appear.  It doesn't.  This seems common to all apps
I've tried, with and without a preferences form defined

What version of the product are you using? On what operating system?
eagle.py SVN 186 on Nokia 770 running non-hacker IT 2006

Please provide any additional information below.

Original issue reported on code.google.com by dave.g.s...@gmail.com on 20 Sep 2007 at 7:55

GoogleCodeExporter commented 9 years ago
Dave,

Before every Maemo app got a default menu with "Preferences", "About" and 
"Close",
but now that I added proper support for menus, you have to add them manually. 
The
bonus is that it will behave uniformly on Maemo and Desktop. The bad thing is 
that I
need to update examples/*.py to make use of this new feature :-)

If you want to use menu/toolbar on your own app, look at tests/app-menu.py and
tests/app-toolbar.py

Original comment by barbi...@gmail.com on 20 Sep 2007 at 12:02

GoogleCodeExporter commented 9 years ago
Ahhh, I was going to ask you later about changing the default menu :)  Log this 
one
as a documentation bug then.

Original comment by dave.g.s...@gmail.com on 20 Sep 2007 at 12:24