DEK4
August 22, 2012, 10:06am
1
Hello!
I recieve this error:
Exception calling form method 'treeNodeSelected' with arguments [52, nav_menu_items, 82, 198, null] on form 'svy_nav_fr_tree'in async mode on solution sampleuse_navigation
i am using: 3.0.1b3_6.1.rc2
how can i fix it?
Joas
August 22, 2012, 11:30am
2
Does the *_dtl or *_tbl form that it tries to load really exist? Is it extending svy_nav_base?
I vaguely remember getting this error in a case like that, but I’m not sure anymore what the exact cause was.
DEK4
August 22, 2012, 11:39am
3
Yes it exists and i extend svy_nav_base but it doesn’t work
Joas
August 22, 2012, 11:44am
4
What does your layout look like? Which template and how many tabs?
DEK4
August 22, 2012, 11:52am
5
This is my layout:
[attachment=0]Servoy_configurator_layout_product.PNG[/attachment]
It the same like the others two menu call
Joas
August 22, 2012, 12:02pm
6
Looks good to me.
Can you also show a screenshot of the program you use?
DEK4
August 22, 2012, 12:08pm
7
The form is empty, it’s only linked to the db table
Joas
August 22, 2012, 1:51pm
8
I don’t mean the form, but the program in the configurator.
DEK4
August 22, 2012, 10:46pm
9
Sorry…
[attachment=0]Servoy_configurator.PNG[/attachment]
Joas
August 23, 2012, 8:46am
10
This also looks good to me, not sure what causes the error yet.
Have you tried deleting and recreating this program and layout? Do you have the same problem then?
DEK4
August 23, 2012, 1:48pm
11
I found the error! But i don’t know how can i fix it
File: svy_nav_fr_main_base.js
var _tabForm = forms[_newFormName + "_p1_t1"].elements["form"].getTabFormNameAt(1);
This form works DOC
ElementScope {form:TABPANEL[name:form,x:0,y:34,width:901,height:657],toolbar:TABPANEL[name:toolbar,x:0,y:0,width:901,height:34]}
This form doesn’t work:
ElementScope {toolbar:TABPANEL[name:toolbar,x:0,y:0,width:901,height:34]}
where is the FORM!?
i try to recreate the form a couple of time but nothig