Hi there
I have a custom view that uses Maps and Lists inside it. I can load multiple custom views on the same TabPane doing different things.
The issue is with my Maps and Lists and it could be that these are called ByRef, they get overwritten, however I initialize them in the Initialize method of the custom view, but due to the multiple 'same' custom views on my page, the second layout load will overwrite the map in the first instance of the customview.
Perhaps its my limited knowledge on how I can do this, but is there another way I could ensure that this does not happen or perhaps referencing maps and lists ByVal?
I have a custom view that uses Maps and Lists inside it. I can load multiple custom views on the same TabPane doing different things.
The issue is with my Maps and Lists and it could be that these are called ByRef, they get overwritten, however I initialize them in the Initialize method of the custom view, but due to the multiple 'same' custom views on my page, the second layout load will overwrite the map in the first instance of the customview.
Perhaps its my limited knowledge on how I can do this, but is there another way I could ensure that this does not happen or perhaps referencing maps and lists ByVal?