I get these errors...
I get these errors...
Ayhan,
I guess this problem is caused by Globallzation. Could you provide a simple sample that we can reproduce it easily? And also could you translate the error message to English?
Thanks,
James
James,
in english :
Microsoft Jscript çalışma hatası: Nesne bu özellik veya yöntemi desteklemiyor : Microsoft Jscript runtime error: The object does not support this property or method.
Microsoft Jscript çalışma hatası: ‘OpenLayers.Layer’ null veya bir nesne değil : Microsoft Jscript runtime error:‘OpenLayers.Layer’ is null or is not a object.
Microsoft Jscript çalışma hatası: 'OpenLayers.Feature.Vector ’ null veya bir nesne değil : Microsoft Jscript runtime error: 'OpenLayers.Feature.Vector ’ is null or is not a object.
sorry for sample because I do not have any time for now. Maybe later if you still did not find the causes.
thanks,
Ayhan
Ayhan,
I’m afraid it’s difficult for us to figure it out just by this general exception. We still need a simple sample to recreate this issue or more information like what is your application or what APIs you are calling/what features you are using from Web Edition. Could you please provide us more info in your convenient time later when you have time?
Thanks,
Ben
Ben,
I just tried Web Edition v4.5.80.0 and gives me error like : “ThinkGeo.MapSuite.Core.PositionStyle.AllowSpline’ is inaccessible due to its protection level” when out this line “zoomLevel.DefaultTextStyle.AllowSpline = true;” everything works fine.
Thanks,
Ayhan
Ayhan,
That’s because AllowSpline property of TextStyle is marked [obsolete] for a long time that we have removed it totally recently, you can use SplineType instead.
Thanks,
James