wonjsohn / google-glass-api

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

No callback function works for Contextual voice commands #583

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement contextual voice commands following 
https://developers.google.com/glass/develop/gdk/voice#contextual_voice_commands.
 I implemented some callback functions such us onPreparePanel, 
onPrepareOptionsMenu, onContentChanged,onMenuOpened
2. I test the contextual voice menu. I can see the menu on the screen.  
However, no callback function gets invoked

What is the expected output? What do you see instead?
An instant before the contextual menu appears, I expect a callback to be made. 
In this case, It would make more sense for onPreparePanel to work

What version of the product are you using? On what operating system?
XE19.1

Please provide any additional information below.
These callback functions work:
onCreatePanelMenu, onMenuItemSelected. However, they are invoked at other times.

Original issue reported on code.google.com by man...@handsfreelearning.com on 31 Jul 2014 at 12:13