Skip to content

Year: 2013

English-Only IDE

Since about 2000, the IDE has been mostly localized into a variety of languages including German, French, Italian, Spanish, Japanese and Chinese. I say “mostly” localized because property names that appear in the Inspector, for example, have never been localized as this would create confusion when you go to use them in your code. However, a mostly but not completely localized product is not very helpful especially when the documentation itself is not localized.

Comments closed

Code Editor Fonts

There are a wide variety of fonts that work great with the Xojo code editor. All are much better choices than using System or Courier! For best results, you are going to want to use a monospaced font. Read on for some of my favorites.

Comments closed

Building for Windows/Linux on Newer Macs

We have discovered what we believe to be a bug in OS X Mavericks specifically on newer Macs. Apple started using Intel’s new Haswell processor in the MacBook Air in June, the iMac in September and the MacBook Pro in October. When you build for either Windows or Linux from OS X, any images you dragged into your project are converted to BMP format. The bug we discovered (which we have reported to Apple – RADAR case 15546907) results in a banding of the converted graphic.

Comments closed

Writing High-DPI Aware Windows Apps

Today’s laptops and monitors support high resolution displays which allow you to pack more information and content on the screen. Although one common complaint is that people find the text to be too small at the maximum resolution, Windows’ solution to this is the ability for the user to adjust the DPI setting.

SetDPI.png

Comments closed

The Xojo Plugins Folder

Xojo ships with 5 database plugins in the Plugins folder. These plugins are what you use to connect to the following database servers and ODBC:

  • Microsoft SQL Server
  • MySQL
  • Oracle
  • PostgreSQL

The ODBC database plugin allows you to connect to any database engine that supports ODBC connections.

Comments closed