ocalle Active Member Licensed User Longtime User Jan 26, 2018 #1 Hello, Good Morning, i want ask if it possible fill a panel (modify controls) from an xml file located in a webserver. I think in this to make one app and modifiy the xml text for updates. Best regards Osvaldo
Hello, Good Morning, i want ask if it possible fill a panel (modify controls) from an xml file located in a webserver. I think in this to make one app and modifiy the xml text for updates. Best regards Osvaldo
DonManfred Expert Licensed User Longtime User Jan 26, 2018 #2 Yes Note that you need to build the solution by yourself! But you can use a Textfile, XML, JSON, whatever. You need to parse them to get the infos and change objects based on this. I don´t know a already made solution. As written; This needs to get build by yourself. Upvote 0
Yes Note that you need to build the solution by yourself! But you can use a Textfile, XML, JSON, whatever. You need to parse them to get the infos and change objects based on this. I don´t know a already made solution. As written; This needs to get build by yourself.