Building a UI with strings is a terrible way to handle large rollouts. Yes, I know this is what many people do and how it has been done for ages, and many great tools have been written this way (I use some of them). But that doesn't mean it is the best way. What you should really try doing is using SubRollouts. That means,…
Hey Perna, Thanks for the input. At this point, something like that seems like a an ok solution for small stuff, but when managing a larger UI could be come cumbersome. I'm guessing it could be slow as well to re-build a larger UI on the fly, though I'm not sure. I'm wondering if this really possible. I've yet to come…