The Xojo Developer Conference is coming to London! Join us April 26 – 28, 2023 at the Hilton London Euston for a 3-day conference. We’ll have a great lineup of sessions, plenty of opportunities to network and socialize, hands-on training, roundtable discussions and the opportunity to meet 1:1 with a Xojo engineer.
Comments closedTag: Software Development
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 closedStarting with Xojo 2022r3 importing Modules exported as Xojo code has been improved! When importing a Module it will carry all the related stuff hanging from the root Module, that includes everything you could expect from that operation.
Comments closedWeb Switch controls, you like them or you hate them. The functionality of a Switch control is so similar to a checkbox that we are going to actually “hack” one of them to make a super simple web switch control.
Comments closedI was having some fun with badges, trying to recreate a design. I’ve ended up writing a few extension methods to use them on almost any WebUIControl.
Comments closedWould 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 closedFor Xojo 2022r3, the team worked on a wide variety of things for the Bug Bash. Two notable areas that I worked on were the Code Editor and the updates to the Syntax Help Area and I thought you might like to hear a bit about them.
Comments closedStarting with Xojo 2022r3 it is possible to create and add tables to PDF documents using Xojo’s PDFTable class and the PDFTableDataSource class interface. Among…
Comments closedXojo 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