I realized that I can now provide a good solution. The solution which is based on the 2nd version of the rapid debugger (introduced in v3.50) allows you to test applications without going through a full compilation cycle each time.
In the last year B4J was introduced which also pushed me towards a cross platform solution.
@Erel -
With the RDC, does that mean I can connect to MySQL, etc, etc, without the need to pay for database access? (Xojo requires you to purchase a database license to connect to MySQL, so that's my question.)
RDC allows you to connect to any database that supports JDBC (all reasonable databases do). RDC is a small http server that acts as a middleman between the clients and the database server.
You are doing a great job. This is just what I was waiting for! Needed to move my apps to iOS platform. Now I can do it at last.
Thanks for your outstanding work! Lots of people appreciate it!