Thanks, have got this partially working but having a couple of problems.
Object reference not set to an instance of an object
UnityEngine.Debug:LogError(Object)
EventDelegate:Execute(List`1) (at Assets/Plugins/Internal/EventDelegate.cs:623)
UIProgressBar:set_value(Single) (at Assets/Plugins/Interaction/UIProgressBar.cs:138)
UIScrollView:UpdateScrollbars(UIProgressBar, Single, Single, Single, Single, Boolean) (at Assets/Plugins/Interaction/UIScrollView.cs:540)
UIScrollView:UpdateScrollbars(Boolean) (at Assets/Plugins/Interaction/UIScrollView.cs:504)
UIScrollView:UpdateScrollbars() (at Assets/Plugins/Interaction/UIScrollView.cs:437)
UIPanel:UpdateSelf() (at Assets/Plugins/UI/UIPanel.cs:1214)
UIPanel:LateUpdate() (at Assets/Plugins/UI/UIPanel.cs:1146)
Object reference not set to an instance of an object
UnityEngine.Debug:LogError(Object)
EventDelegate:Execute(List`1) (at Assets/Plugins/Internal/EventDelegate.cs:623)
UIScrollBar:set_barSize(Single) (at Assets/Plugins/Interaction/UIScrollBar.cs:58)
UIScrollView:UpdateScrollbars(UIProgressBar, Single, Single, Single, Single, Boolean) (at Assets/Plugins/Interaction/UIScrollView.cs:552)
UIScrollView:UpdateScrollbars(Boolean) (at Assets/Plugins/Interaction/UIScrollView.cs:504)
UIScrollView:UpdateScrollbars() (at Assets/Plugins/Interaction/UIScrollView.cs:437)
UIPanel:UpdateSelf() (at Assets/Plugins/UI/UIPanel.cs:1214)
UIPanel:LateUpdate() (at Assets/Plugins/UI/UIPanel.cs:1146)
and
Could not find method 'UpdateScrollbars' on UIScrollView
UnityEngine.Debug:LogError(Object, Object)
EventDelegate:Cache() (at Assets/Plugins/Internal/EventDelegate.cs:402)
EventDelegate:get_isValid() (at Assets/Plugins/Internal/EventDelegate.cs:207)
EventDelegate:IsValid(List`1) (at Assets/Plugins/Internal/EventDelegate.cs:651)
UIInput:ExecuteOnChange() (at Assets/Plugins/UI/UIInput.cs:1431)
UIInput:set_value(String) (at Assets/Plugins/UI/UIInput.cs:289)
NotesWindowHandler:OnNotesLoaded(String) (at Assets/ViewCode/Menu/NotesWindowHandler.cs:48)
Controller:communicateExternally(ExternalMessageType, String) (at Assets/ViewCode/Controller.cs:724)
NotesWindowHandler:OpenClose() (at Assets/ViewCode/Menu/NotesWindowHandler.cs:41)
EventDelegate:Execute() (at Assets/Plugins/Internal/EventDelegate.cs:473)
EventDelegate:Execute(List`1) (at Assets/Plugins/Internal/EventDelegate.cs:618)
UITweener:Update() (at Assets/Plugins/Tweening/UITweener.cs:224)
The window with the text area on it has a tween which scales and enables and disables the window and am wondering if is due to that, as it starts disabled.
Images of the set up are attached.
Thanks in advance for any insights.