For many years we have conducted an annual user survey to get feedback on many things – from features you would like to see on the Roadmap, to whether or not you contact Xojo’s support team, to overall satisfaction and more. All of the feedback is important and used to create internal action items.
Comments closedCategory: General
For a while now we have been managing our API proposals with Issues, a web-based task management system from Gitlab. Issues can be used for…
Comments closedAt 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 closedXojo supports dark mode in most of the Desktop controls. However, the TabPanel control doesn’t yet support dark mode. But it can be made to support it. I use a segmented button and a PagePanel to overcome this and in the blog post, I’ll show you how.
Comments closedWe are always looking for ways to help you be more successful using Xojo and the documentation is a critical component to your success. With that in mind, we have been working on updating Xojo’s documentation for a while now. This Xojo Documentation uses a completely new engine, offers improved searching and more to help you, and us, use it more effectively.
Comments closedDue to increased travel restrictions for both entering the UK and the US and uncertainty about the new COVID variant, we have received a high…
Comments closedStarting with Xojo 2021r3, the Windows IDE is now themed for dark mode. This is because we’ve added support for dark mode aware Windows apps. But wait, how is that even possible with Win32 controls?
Comments closed…why (does) this process seems so complicated in the first place? What Apple is trying to do is to provide operational security…
Comments closedIn programming, iterators are the mechanisms that allow us to run through all the items of a collection without needing to know in advance how many of them compose that collection. To do this, we can use the commands For Each… Next in Xojo. What are the main differences when comparing For Each… Next with the conventional For… Next? See how the For Each… Next loop iterates every item associated with the object. It’s a more concise, stylish and Object-Oriented (OOP) way of doing things when compared with the classic For… Next loop.
Comments closedEducators can download Xojo to a classroom of computers and activate the Xojo Educational license on a build machine. Whether your classroom is Windows, Mac or Linux, the Xojo IDE is cross-platform and free to download. Though you may only be teaching desktop development, your students can stretch their skills and use Xojo’s free IDE to develop web, mobile or Raspberry Pi apps.
Comments closed