try to follow the tutorial guide step two : including a menu. always have the same error message : cannot resolve symbol ? It is not recognizing the new MyMenu(this) ?
thanks.
Logged In: YES user_id=568981
Make sure that you have created the Constructor in the MyMenu class, something like:
public MyMenu(AtrisApplication lapp) { super(lapp); }
Log in to post a comment.
Logged In: YES
user_id=568981
Make sure that you have created the Constructor in the
MyMenu class, something like:
public MyMenu(AtrisApplication lapp)
{
super(lapp);
}