Well, in the MainScreen you shold override the makeMenu() method like these:
Code:
protected void makeMenu(Menu menu, int instance) {
ContextMenu contextMenu = ContextMenu.getInstance();
contextMenu.clear();
menu.deleteAll();
menu.add(contextMenu);
} in this case you will clear all the menus and context menus of all kind of labels, fields etc. as far as i know
