wonjsohn / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Unable to customise Glass contextual voice menu in an immersion *after* its initial setup #571

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an app which uses contextual voice commands in an immersion
2. Attempt to programatically change the contents of the voice menu after it's 
been initially set up in onCreatePanelMenu()

What is the expected output? What do you see instead?
I'd expect for at least one of onPreparePanel(), onMenuOpened() 
oronPrepareOptionsMenu() to be called before the menu opens (these are all 
called when opening the menu for gesture input using openOptionsMenu())

What version of the product are you using? On what operating system?
Glass XE18.3

Please provide any additional information below.
I've put this on stackover too in case there's an alternative: 
http://stackoverflow.com/questions/24762428/how-do-you-customise-glass-contextua
l-voice-menu-in-an-immersion-after-its-ini

Original issue reported on code.google.com by davesman...@gmail.com on 15 Jul 2014 at 4:02