Hi,
i have the 2.4 version and want to add a menubar to a vlayout - but i only get a java script exception...
This is my code:
After this i get this error message:
What is my mistake? Thank you for help ;)
Greets RBS2002
i have the 2.4 version and want to add a menubar to a vlayout - but i only get a java script exception...
This is my code:
Code:
MenuBar bar = new MenuBar(); bar.setWidth100(); bar.setHeight100(); newmail = new MenuButton(); newmail.setTitle("Create Mail"); newmail.setAutoFit(true); bar.addMember(newmail); addMember(bar);
Code:
Uncaught JavaScript exception [this.menus is undefined] in http://127.0.0.1:8888/com.ctk.verwaltung.Index/sc/modules/ISC_Grids.js, line 3503
Greets RBS2002
Comment