Hi all,
I have an existing application where a control (strict type) is defined to store recipe information in form of a cluster. See attachment. Throughout the application variables based on this control are filled/read using bundle/unbundle. The same control is used to visualise recipe information throughout the application.
This all works fine.
Now i'd like to add a Ring-control to the control, which can be filled (strings and values) at runtime, when initialising my program. For example reading them from a configuration file at the initialisation of my application. I tried referencing the ring inside a control based on the type and setting the strings and values property, but it's readonly!
Is this posible? Maybe I can reference somehow to the .CTL where the strict data type is defined?
Regards,
Jos.