Paul and special guest Geoff Perlman continue their conversation from last month’s Xojo Talk 018 “Not The Pi You Eat”, this time changing gears to talk about the new OS releases from the past few months.
Comments closedXojo Programming Blog Posts
Bjorn at Einhugur has created a bunch of tutorials for projects you can create using Xojo and a Raspberry Pi.
Comments closedIf you are creating Xojo desktop apps for your Raspberry Pi (and why not since Xojo Pi if free for desktop & console apps), you may want to take advantage of the HTMLViewer control for easy display of HTML content or apps.
Comments closedNew to Xojo? Been using it for a while? Either way, here are some secrets that can speed your development. Do you know them already? Do you have some of your own?
Comments closedAs you may have heard, Xojo 2015 Release 3 added the long-awaited ability to create 64-bit apps. And it also added the ability to create Raspberry Pi 2 apps (Linux ARM). This now means there are lots more apps that can get built.
Comments closedIn order to interface with the Raspberry Pi, you often want to use the General Purpose Input/Output (GPIO) port. It is easy enough to connect a broadboard to the port, but how do you write Xojo code that can talk to the port?
Comments closed
The folks at MonkeyBread Software are hosting a Xojo conference in London on November 27th at the Antoinette Hotels Wimbledon. Join them and other Xojo developers from around Europe for Xojo sessions and networking. Learn more about the event, or register to attend, at the MBS website.
Comments closedRead Part 1 for a simple solution to set up a transparent label in Windows.
Xojo has three default project types on Windows (four on OS X with iOS).
Comments closedIntroduced with iOS 9, the Apple News app is a great way to get informed about topics that interest you. And since Xojo ought to interest everybody, you can now access this blog from Apple News.
Comments closedWayne Golding has been a Xojo developer since 2005. He operates an IT Company Axis Direct Ltd www.axisdirect.nz which primarily develops applications using Xojo that integrate with Xero www.xero.com. Wayneâs hobby is robotics where he uses Xojo to build applications for his Pi2 often implementing IoT for remote control.
When developing for Windows, it’s not immediately clear how to set up a transparent label. If you change the background colour of your Window, you could end up with that ugly gray label. And of course I always forgot to set the transparency until after the debug run. But I’ve found a simple solution.
Comments closed