Hello,
Something is preventing loading of SCS object in a Html View for Playback Tab. What could be the issue. Earlier it worked.
Thanks
Giridhar
Hello,
Something is preventing loading of SCS object in a Html View for Playback Tab. What could be the issue. Earlier it worked.
Thanks
Giridhar
Please elaborate a little on what you are doing and how you observe this.
Hello
This I could resolve it by adding a property to Html view item. For this to work I enabled
property.Add("URL", url);
property.Add("Addscript", "true");
_currentView.InsertBuiltinViewItem(5, ViewAndLayoutItem.HTMLBuiltinId, property);
Thanks
Giridhar
This is the property that enables scripting. So it makes sense. Thank you for sharing with us how you solved it yourself.