2014-03-11, 07:10 PM
jrockow Wrote:Error Fetching Event Details:You're trying to do it on the list of recordings (ie "List<ScheduledRecording>"), not on an individual recording in that list. You need to do it on the recording.
'System.Collections.Generic.List<NUtility.ScheduledRecording>' does not contain a definition for 'CachedEventDetails' and no extension method 'CachedEventDetails' accepting a first argument of type 'System.Collections.Generic.List<NUtility.ScheduledRecording>' could be found (are you missing a using directive or an assembly reference?)
CODE: If recordings. IsNot Nothing AndAlso recordings.CachedEventDetails <> "" Then
Quote:Error Loading New Skin Element:[/quote]Sorry, as mentioned - I didn't compile the code. I think it needs to be renderList.InsertRange(0, descriptionStatic.GetRenderList()).
Value of type 'System.Collections.Generic.List(Of NUtility.UiElement)' cannot be converted to 'NUtility.UiElement'.
Code: renderList.Insert(0, descriptionStatic.GetRenderList())