Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 13.3 ('XDC 2015')
Instant purchase and download via GumRoad!

COLUMN

Column

Issue: 13.3 (May/June 2015)
Author: Markus Winter
Author Bio: Markus is a Molecular Biologist who taught himself REALbasic programming in 2003 to let the computer deal with some exceedingly tedious lab tasks. Some call it lazy, he thinks it smart. He still thinks of himself as an advanced beginner at best.
Article Description: n>No description availabl
Article Length (in bytes): 8,183
Starting Page Number: r>
Article Number: 13309
Related Link(s): None

Excerpt of article text...

With the introduction of the new framework and 64-bit coming soon it might finally be time for me to move on from REALstudio 2012 to Xojo 2015. One of the things that has stopped me from doing so before, despite having a valid license, was the lack of a dedicated tab for organizing your project. As a consequence, the IDE can seem cluttered—however there are a few things you can do to ameliorate the situation.

Tip 1: Folders, Folders, and more Folders

The Xojo IDE is basically a mix of functions: the project tab and the code editor from the REALstudio IDE. In that, it resembles a window in the Mac's Finder or the Window's Explorer displaying a long list of different items. Such a long list makes it difficult to navigate and find what you are looking for. But as you organize those files in folders, you can also organize them with folders in the Xojo IDE. I actually find that I need to excessively use folders to at least partially separate these two functions again and keep larger projects well organized.

Tip 2: Labels everywhere

One of the most used interface elements is one that few people worry about: the common Label. You set it up, you position it, and in most cases you don't spend a second thought on it. However, Labels are important: for example data entry would be pretty chaotic if entry fields didn't have Labels to tell you what to enter. Consequently, Labels are everywhere ... and they tend to clutter up the IDE.

However, most of the time, a Label is exactly that: "a Label"—and it doesn't matter what it is called. So to reduce clutter you could just call all your Labels aLabel. That will put all the Labels into a control set where all the Labels are distinguished by their Index. However, in the IDE you can now simply close the control set to hide all its members from view, thereby reducing the visual clutter and making it easier to concentrate on the important items (and yes, it acts just like another folder in this regard).

...End of Excerpt. Please purchase the magazine to read the full article.