One of the most popular Xojo Cloud feature requests was to add database support. On Tuesday Feb 10th, we added MySQL and Postgres databases for Xojo Cloud. In addition to having a database server right on your Xojo Cloud server, we have also enabled the creation of SSH Tunnels so you can connect directly to the databases using a 3rd party management tool.
Comments closedXojo Programming Blog Posts
But it said DataAvailable…where is all my data?
I’ve seen this a few times and have made the mistake once or twice myself. You write some code with TCP sockets and rely on the DataAvailable event as if it means “all your data is here”.
But it’s not. So the code you wrote that parses the data into its components keels over because you only have part of what you were expecting to have. And so you ask: “Why isn’t all my data here”?
Comments closedPi day this year is special because the year also fits into Pi, making it possible to have a specific “pi-time” (at least in the US where we write the month first). March 14, 2015 at 9:26:54AM has this value of Pi: 3.141592654.
Comments closedIn XojoTalk 009, Paul talks with Xojo Senior Engineer Norman Palardy.
Comments closedDo you have a suggestion for a feature you would like added to Xojo? Have you found a bug? In either case, the best way to report this to us is to use the Xojo Feedback app.
Comments closedOur user community has been busy enhancing the capabilities of Xojo for iOS with Declares!
We have been quite pleased with the feedback we’ve received about Xojo iOS, but we are commonly asked when Xojo will support a specific iOS feature that it does not yet have. We will be adding new iOS features with each release, but you may not have to wait for us to add a feature. With a bit of knowledge about CocoaTouch and the use of the Declare command in Xojo, there are many things you can take advantage of today.
Comments closedWe’ve been getting a lot of questions about available options for deploying iOS apps.
Geoff recently wrote about how to deploy iOS apps inside a company, but I’d like to collect all the various ways to deploy your iOS here for quick, easy reference.
Comments closedIn XojoTalk 008, Paul talks with Hal Gumbert, Xojo developer and owner of Camp Software.
Comments closedWith Xojo 2015 Release 1, your iOS apps are now 64-bit!
Comments closedWhile the iOS App Store is a great solution for commercial software, not all iOS apps are for public use. If you are building an app just for use inside your company, you won’t want to go through Apple’s app review process (which can take weeks) nor make your app available to the general public. How do you quickly and easily deploy an iOS app just for use by others in your organization?
Comments closed