Hello,
I build GUI, which consists of ofxPanel, which is populated with ofParameterGroups, which contain various ofParameter elements. I draw ofxPanel and it all works perfectly fine.
I can save everything to XML file and load from XML file.
However, if I just take an object ofxPanel and try to loadFromFile the XML files created, it doesn’t create hierarchy as I would expect it to do. It doesn’t even correctly load XML file I think.
OpenAi claims that loadFromFile should re-create hierarchy. Is it wrong ?
thanks
M