When I loaded a test web app in Xojo it warned me that some controls were not compatible, But it doesn’t say what? I’m afraid that when I load a real project things will be removed that I may not notice. How do I handle this?
When I went to save it, it brought up a save as dialog, does this mean I shouldn’t save it over the original project, which would mean setting up a new Git repository for each one. Is this necessary?
I have over 10+ apps that are all run from frames in our WP Site. Is there any way to do this without creating a subdomain for each. No app is run from outside our web site.
So all subdomains will point to the same ip, our xojo cloud server, correct.
Is there any kind of guide on how to upgrade to web 2?
I would suggest saving into a new directory so you can continue to deploy the old version with 2019r3.2 if you run into delays while converting to the new framework.
On Xojo Cloud, no. Each app is loaded onto the server in standalone mode (because CGI is gone) and has a load balancer/reverse proxy configuration in front of it. One subdomain = One App.