One of the best resources for Xojo users is the more than 140 example projects available within the Xojo IDE. Find them in Xojo by choosing File > New Project and then clicking on Examples in the New Project window. Starting with Xojo 2023 Release 4, it will be even easier to find that specific example you need with new descriptions and filtering options.
Comments closedCategory: General
FolderItem has been extended with new methods to Zip and Unzip files and folders in Xojo 2023 Release 3. Take a peek as we look at how easy it is to use this new feature.
Comments closedWith the new XAML Control chooser window that’s available in Xojo 2023 Release 3 for Windows, you can now play/experiment with XAML like never before, right in the IDE.
Comments closedSome of you likely want to start using XAML but your desktop projects also run on macOS and perhaps Linux. If that’s the case, what…
Comments closedFor those developing on Windows, Xojo 2023r2 leverages the power of XAML to offer the ability to include WinUI controls alongside existing Win32 controls in Windows apps.
Comments closedWith the introduction of DesktopXAMLContainer you can slowly modernize your Windows apps or supplement your existing user interface with additional WinUI controls. In this tutorial I’ll demonstrate how you can do more with XAML.
Comments closedXojo has always looked for ways to create a healthy and happy work environment. Xojo has decided to close for the week of July 3rd. We will return on July 10th, refreshed and ready to get back to work on Xojo 2023r2 and all that come with it (Android!). We appreciate your understanding and look forward working on what’s coming in Xojo.
Comments closedXojo’s Code Editor now lets you move a line or a selection up or down or duplicate entire lines (or a selection). To swap lines, put the cursor on a line and press Option+Up Arrow (Mac) or Alt+Up Arrow (Win/Linux) to move the line up in the code. Press Down arrow to move down.
Comments closedThere are situations where the included controls and widgets aren’t enough. Maybe the specs of the project require the use of one or more of specific JavaScript libraries, or you just need some code to be executed in the browser. The Web SDK can help, giving you the opportunity to build anything. In 2022r4 we are adding more examples, to help you start building your custom controls.
Comments closedLike most file systems these days, Windows lets you have rather long filenames. But it was not always so! When Microsoft first bought what was…
Comments closed