You are navigating Xojo web 2.0 apps and your use the browser’s back button to return to the previous page of the app. But rather than taking you to the previous page, you get a message that the app lost connection to the sever. This is even more common on a mobile device where we tend to use the back gesture to return to the previous page.
Comments closedYear: 2021
Are you working on a solution consisting of several projects? Are you working in a team or as a single developer and want to share code between different projects? If so, then a MonoRepo could be something to think about.
Comments closedThe ability to specify “White Space” for the trim functions was introduced and largely ignored apart from the release notes. Using Trim (or LTrim or RTrim) will remove spaces from the beginning, end or both of your string. The new function allows you to specify what you want to trim.
Comments closedOne of the ways our Xojo MVPs help the community is by being on the lookout for areas that can be improved and bringing them…
Comments closedWith API 2.0, Xojo has taken the opportunity to transition to more consistent APIs, modernize frameworks when we can and generally prepare for the future so that you can continue to use Xojo to make great apps for a long time. We are excited about the future of Xojo and can’t wait to see the apps you create!
Comments closedXojo 2021r2 introduces a couple of enhancements to Enumerations in Xojo. The enumeration editor now shows a preview of what the value will be so there’s no more guessing or counting. In addition, we’ve added a new Binary option which allows you to automatically create sets that aren’t mutually exclusive.
Comments closedStarting in Xojo 2021r2, users with a Xojo Cloud server can deploy web apps which can hook into the Apple Push Notification service directly with a user friendly Xojo API.
Comments closedXojo 2021r2 brings more enhancements, new features and a bunch of bug fixes to the PDFDocument class. Among these, probably the most important is the arrival of PDFDocument for iOS. But you’ll also find new features like adding annotations and links to your PDFs, new PDF viewer options and the ability to jump to a specific page in a PDF.
Comments closedThere are several Code Editor improvements in Xojo 2021 Release 2 that you might enjoy: Line Numbering and the Gutter, Code Folding, Super Return and more…
Comments closedIn this blog post I want to show you how to build a heatmap as a representative for other diagrams. In order to complete this project you’ll the MBS Xojo ChartDirector Plugin, conveniently included in the Omegabundle. A heat map is a grid of fields…
Comments closed