Skip to content

Tag: Software Development

A Meetup of Xojo Developers in London

Last week while traveling in London I hosted a Xojo meetup. This was a social event where local developers could meet, share ideas, ask questions and get to know each other. Fresh off the excitement from Nashville’s Xojo Developer Retreat in September, many of us who attended that were excited we got to see each other twice in such a short timeframe. We got a lot of great feedback, the most popular being that there is a lot of enthusiasm to finally host a London Xojo Developer Conference.

Comments closed

Xojo Github Actions

Would you like to automate the build processes of Xojo built applications with GitHub Actions? With no user interaction the whole process can be performed:…

Comments closed

Using Emojis in Xojo

Xojo has very good graphics support. You can drop images into your project and use them with several controls. You can use the various Paint events to draw your own graphics. And there’s another source of graphics you may not have considered: emojis. Emojis can be used anywhere that text can be used because they are simply Unicode characters. That means they can be used in textfields, buttons, labels, popup menus, listboxes and more.

Comments closed