This is a very exciting week at Xojo! Not only is Xojo 2021 Release 3 here, but we are thrilled to announce that the new Xojo Android platform is now is pre-release testing! In celebration of these two milestones, Xojo’s Black Friday sale starts now and ends November 29th at 11:59PM CT. There’s never been a better time to get Xojo!
Comments closedMonth: November 2021
Xojo Android Pre-Release is now in pre-release testing. If you have a current license and are part of the Testers forum channel, you should see a new Android sub-category for this special Android Pre-Release, with download links.
Comments closedFor those of you that don’t consider reading through over 220 items as fun as I do, here are a few things I thought I would highlight, in no particular order…
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 closedXojo 2021 Release 3 includes SQLite 3.36.0, which has a few new features, such as: RETURNING on DELETE, INSERT and UPDATE commands
ALTER TABLE DROP COLUMN
EXPLAIN QUERY PLAN
Among the many improvements added to PDFDocument in Xojo 2021r3 is support for Graphics.Transparency as well as support for the alpha value in the color…
Comments closedXojo 2021 Release 3 has a few improvements to the Crypto module that you might find useful such as SHA3, BlowFish/TwoFish and CRC-32.
Comments closedAdded to PDFDocument in Xojo 2021r3 is the ability to create PDF Forms (aka AcroForms) in your PDFs. This means that it is possible to add the following Form controls to a PDF: PDFButton, PDFTextField, PDFTextArea, PDFCheckBox, PDFRadioButton, PDFPopupMenu, PDFComboBox, PDFListBox
Comments closedOur vision for Xojo has always been to make it fast and easy for people of varying programming skill levels to create applications. The primary…
Comments closedXojo 2021 Release 3 Xojo introduces a new set of Desktop controls. Each of these controls replaces its original control counterpart and is prefixed with Desktop. For example, Window is now DesktopWindow and TextField is now DesktopTextField. The driving logic behind these new controls is that they allow us to make their event names match the Web and Mobile versions. In addition, the new controls gave us the opportunity to make some other changes to various methods that would have been problematic to make in the existing controls. Desktop controls now are a much closer match in terms of API to their Web and Mobile equivalents. These new controls make more code work without changes when you move from one project type to another.
Comments closed