Skip to content

Month: April 2022

Changes to Xojo License Pricing

At Xojo, price changes are rare and we strive to keep the price affordable for all kinds of developers. In fact, the entry price point for Xojo has been the same since 1998. Beginning today, new Xojo Lite licenses are $149/year. Desktop, Web and iOS licenses are $399/year. Xojo Pro is $799/year. Xojo Pro Plus will remain $1999/year.

Comments closed

On-Device iOS Debugging in Xojo

You may or may not be aware that running iOS projects in the Simulator does not allow you to check all of your app’s features. There are a few features which rely on hardware capabilities which the Simulator cannot emulate. This can make it hard to track down bugs, and the only recourse is console logging. Starting in Xojo 2022r1 it’s possible to run your apps right on a physical device connected by USB.

Comments closed

PDFDocument: Reports With Full Vectorial Quality

Back in 2020 when PDFDocument was first introduced in Xojo, we had to make a compromise in order to render the output created via Xojo’s integrated Report Editor. That was far from ideal, but we needed to first meet some other requirements in order to get the full vectorial quality you expect in both PDFs as well as in rendering reports.

With Xojo 2022r1 I am happy to say we have achieved that goal! The best part is that you don’t need to do anything to take advantage of the update. Keep your code as it is now and, the next time you output your report into a PDF document you’ll get the full vectorial quality you expect!

Comments closed