A user recently asked whether it’s possible to connect the (x, y) points in a Scatter chart using DesktopChart, and if so, how to do it. The short answer is yes, it is possible. Read on and I’ll show you just how easy it is.
Comments closedCategory: Tutorials
tutorials, longer instructional posts, how to’s
In Part 1 of this series, we looked at a common but discouraged approach using a tight loop with DoEvents to keep the UI from freezing. In Part 2, we…
Comments closedFor decades, Goto has been treated as a programming faux pas—something to avoid at all costs. Like most rules though, there are exceptions. The Goto…
Comments closedIn Part 1 of this Optimizing Xojo Code series, we looked at a working but discouraged approach using a tight loop with DoEvents to keep the UI from freezing.…
Comments closedLibraries, introduced in Xojo 2025r3, make it easy to reuse your classes and interface items such as windows, webpages, and mobile screens across projects. As…
Comments closedWelcome back! If you missed the first part in this series, check out Optimizing Xojo Code, Part 1: Getting Started, where we dissected the blocking…
Comments closedIf terms like “Modules,” “Classes,” “Interfaces,”, “Delegates” feel new or abstract, keep this article as a map. I’ll explain what each one does, why they…
Comments closedHave you ever written an app that needs to do some heavy lifting, like processing a big batch of files? Maybe you click a button,…
Comments closedDeploying Xojo web applications offers developers flexible pathways to production. For devs prioritizing minimal infrastructure management, Xojo Cloud provides a fully-managed solution with automatic scaling, SSL, and…
Comments closed