Element information doesn't display datagroup properties

See clip. 

Datagroup info does not propagate in the element information window

Parents Reply
  • I am using SS5 version 08.11.09.758
    TF_Datasets location is the same for each. ss5 and ss6

    Currently I have defined the following lines in my standards file:


    %if defined (_VERSION_8_11_9_758)
    TF_DATASETNAME = Dataset_GB
    %endif

    %if defined (_VERSION_8_11_9_807)
    TF_DATASETNAME = Dataset_GB_SS6
    %endif

    With this set SS6 picks up the correct dataset folder and works. However, SS5 is unable to resolve the (_VERSION_8_11_9_758) statement and does not start.

    If I edit the initial line to state (_VERSION_8_11), SS5 is able to resolve this and loads correctly. However this for some reason means that SS6 also loads the SS5 Dataset_GB
Children